1{ 2 "description": "entity-client-apiVersion-unsupported", 3 "schemaVersion": "1.1", 4 "createEntities": [ 5 { 6 "client": { 7 "id": "client0", 8 "serverApi": { 9 "version": "server_will_never_support_this_api_version" 10 } 11 } 12 } 13 ], 14 "tests": [ 15 { 16 "description": "foo", 17 "operations": [] 18 } 19 ] 20}