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

19 lines
279 B
JSON

{
"description": "entity-bucket-database-undefined",
"schemaVersion": "1.0",
"createEntities": [
{
"bucket": {
"id": "bucket0",
"database": "foo"
}
}
],
"tests": [
{
"description": "foo",
"operations": []
}
]
}