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

12 lines
190 B
JSON

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