mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-03 06:03:08 +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"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|