1{ 2 "description": "expectedSdamEvent-topologyDescriptionChangedEvent-additionalProperties", 3 "schemaVersion": "1.14", 4 "tests": [ 5 { 6 "description": "foo", 7 "operations": [], 8 "expectEvents": [ 9 { 10 "client": "client0", 11 "eventType": "sdam", 12 "events": [ 13 { 14 "topologyDescriptionChangedEvent": { 15 "foo": "bar" 16 } 17 } 18 ] 19 } 20 ] 21 } 22 ] 23}