16 lines
284 B
JSON
16 lines
284 B
JSON
|
{
|
||
|
"$jsonSchema": {
|
||
|
"required": [
|
||
|
"user",
|
||
|
"hash"
|
||
|
],
|
||
|
"properties": {
|
||
|
"user": {
|
||
|
"bsonType": "string"
|
||
|
},
|
||
|
"hash": {
|
||
|
"bsonType": "binData"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|