{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DeleteServiceResponse", "type": "object", "properties": { "Service": {}, "OperationId": {} }, "required": [ "Service", "OperationId" ] }