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

25 lines
367 B
JSON

{
"description": "entity-session-additionalProperties",
"schemaVersion": "1.0",
"createEntities": [
{
"client": {
"id": "client0"
}
},
{
"session": {
"id": "session0",
"client": "client0",
"foo": 0
}
}
],
"tests": [
{
"description": "foo",
"operations": []
}
]
}