{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LmsStudent", "title": "LmsStudent", "properties": { "address": { "$ref": "#/components/schemas/property_LmsStudent_address" }, "created_at": { "format": "date-time", "type": "string" }, "emails": { "$ref": "#/components/schemas/property_LmsStudent_emails" }, "first_name": { "type": "string" }, "id": { "type": "string" }, "image_url": { "type": "string" }, "last_name": { "type": "string" }, "name": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "telephones": { "$ref": "#/components/schemas/property_LmsStudent_telephones" }, "updated_at": { "format": "date-time", "type": "string" } }, "type": "object" }