{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EnhancedDataListResponse", "title": "EnhancedDataListResponse", "required": [ "data" ], "type": "object", "properties": { "data": { "title": "Data", "type": "array", "items": { "$ref": "#/components/schemas/enhanced-data" } } } }