{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/drchrono/json-schema/userprofilesgroup.json", "title": "UserProfilesGroup", "required": [], "type": "object", "properties": { "archived": { "readOnly": true, "type": "boolean", "description": "Group is archived or not", "title": "Archived" }, "name": { "readOnly": true, "type": "string", "description": "", "title": "Name" }, "practice_group": { "readOnly": true, "type": "string", "description": "Practice group this user group belongs to", "title": "Practice group" }, "created_at": { "type": "string", "description": "", "title": "Created at" }, "updated_at": { "type": "string", "description": "", "title": "Updated at" }, "members": { "items": { "type": "string", "description": "ID of `/api/users`", "title": "" }, "readOnly": true, "type": "array", "description": "Users in this user group.", "title": "Members" }, "id": { "readOnly": true, "type": "integer", "description": "", "title": "ID" } }, "x-verbose-required": [] }