bson/testdata/unified-test-format/valid-fail/entity-session-client-undefined.json
2025-03-17 20:58:26 +01:00

19 lines
278 B
JSON

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