21 lines
356 B
JSON
21 lines
356 B
JSON
{
|
|
"description": "entity-client-apiVersion-unsupported",
|
|
"schemaVersion": "1.1",
|
|
"createEntities": [
|
|
{
|
|
"client": {
|
|
"id": "client0",
|
|
"serverApi": {
|
|
"version": "server_will_never_support_this_api_version"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"description": "foo",
|
|
"operations": []
|
|
}
|
|
]
|
|
}
|