{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CoursesResponse", "title": "CoursesResponse", "type": "object", "properties": { "total": { "type": "integer" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/Course" } } } }