mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 13:43:06 +00:00
* add deps * complete keystore, move code * remove esling * rename command * rename export * fix bug * rollback example * rollback example[2] * improve compatibility with nwaku * add packages * update example * add keystore.spec.ts * up node, add whitelist words * add types * try break test * add test * add more tests * add helper functions, update example, add tests * fix types * fix test * add logs * fix build of the object * use different approach to catch errors * run one test * anotehr one * fix validation error * apply last fixes * update example * up * ignroe generated files * up * up * fix test * test * fix * up * add prettier ignore * up * fix lint * up * last
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"]
|
|
}
|
|
}
|
|
}
|