1{ 2 "description": "entity-client-storeEventsAsEntities-conflict_with_client_id", 3 "schemaVersion": "1.2", 4 "createEntities": [ 5 { 6 "client": { 7 "id": "client0", 8 "storeEventsAsEntities": [ 9 { 10 "id": "client0", 11 "events": [ 12 "PoolCreatedEvent", 13 "PoolReadyEvent", 14 "PoolClearedEvent", 15 "PoolClosedEvent" 16 ] 17 } 18 ] 19 } 20 } 21 ], 22 "tests": [ 23 { 24 "description": "foo", 25 "operations": [] 26 } 27 ] 28}