logos-messaging-js/packages/rln/scripts/nwaku_keystore.json
2024-03-12 01:08:04 +01:00

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"]
}
}
}