Responses information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Responses", "title": "Responses", "required": [ "foo", "custom" ], "type": "object", "description": "Responses information.", "properties": { "foo": { "type": "string", "description": "Any foo information.", "example": "anyFoo" }, "custom": { "type": "string", "description": "Any custom value.", "example": "customAnyValue" } } }