SyncAPI/validation/apikeys.json
2023-01-18 14:25:22 +01:00

16 lines
284 B
JSON

{
"$jsonSchema": {
"required": [
"user",
"hash"
],
"properties": {
"user": {
"bsonType": "string"
},
"hash": {
"bsonType": "binData"
}
}
}
}