{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "turnId": { "type": "string" } }, "required": [ "turnId" ], "title": "TurnSteerResponse", "type": "object" }