{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/drchrono/json-schema/careteammember.json", "title": "CareTeamMember", "required": [], "type": "object", "properties": { "patient": { "readOnly": true, "type": "string", "description": "", "title": "Patient" }, "created_at": { "readOnly": true, "type": "string", "description": "", "title": "Created at" }, "appointment": { "readOnly": true, "type": "string", "description": "", "title": "Appointment" }, "id": { "readOnly": true, "type": "integer", "description": "", "title": "ID" }, "user": { "readOnly": true, "type": "string", "description": "", "title": "User" } }, "x-verbose-required": [] }