mongo-python-driver/test/unified-test-format/invalid/entity-collection-collectionName-required.json
2020-12-21 19:22:29 -08:00

31 lines
492 B
JSON

{
"description": "entity-collection-collectionName-required",
"schemaVersion": "1.0",
"createEntities": [
{
"client": {
"id": "client0"
}
},
{
"database": {
"id": "database0",
"client": "client0",
"databaseName": "foo"
}
},
{
"collection": {
"id": "collection0",
"database": "database0"
}
}
],
"tests": [
{
"description": "foo",
"operations": []
}
]
}