Response containing the data schema.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetSchemaResponse", "title": "GetSchemaResponse", "type": "object", "description": "Response containing the data schema.", "properties": { "schema": { "type": "array", "description": "The list of field definitions.", "items": { "$ref": "#/components/schemas/Field" } } } }