{ "description": "List of orders", "content": { "application/json": { "schema": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "../schemas/order-schema.json" } } } } } } }