{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MethodResponse", "type": "object", "properties": { "statusCode": { "type": "string", "description": "The method response's status code." }, "responseParameters": { "type": "object" }, "responseModels": { "type": "object" } } }