{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "API2.Models.BigOvenUser", "description": "An API2 wrapper object for a user", "properties": { "Accounting": { "$ref": "#/components/schemas/API2.Models.Accounting" }, "BOAuthToken": { "description": "The user-specific authentication token", "type": "string" }, "LastChangeLogID": { "description": "Last change log", "type": "string" }, "Personal": { "$ref": "#/components/schemas/API2.Models.Personal" }, "Preferences": { "$ref": "#/components/schemas/API2.Models.Preference" }, "Profile": { "$ref": "#/components/schemas/API2.Models.Profile" } }, "type": "object" }