SyncAPI/validation/apikeys.json

16 lines
284 B
JSON
Raw Normal View History

2023-01-18 15:25:22 +02:00
{
"$jsonSchema": {
"required": [
"user",
"hash"
],
"properties": {
"user": {
"bsonType": "string"
},
"hash": {
"bsonType": "binData"
}
}
}
}