SyncAPI/validation/expired.json

12 lines
190 B
JSON

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