mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-03-22 06:43:14 +00:00
24 lines
468 B
JSON
24 lines
468 B
JSON
{
|
|
"$ref": "#/definitions/Keystore",
|
|
"definitions": {
|
|
"Keystore": {
|
|
"type": "object",
|
|
"properties": {
|
|
"credentials": {
|
|
"type": "object"
|
|
},
|
|
"appIdentifier": {
|
|
"type": "string"
|
|
},
|
|
"version": {
|
|
"type": "string"
|
|
},
|
|
"application": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["application", "appIdentifier", "credentials", "version"]
|
|
}
|
|
}
|
|
}
|