BigOven · Schema

API2.Models.BigOvenUser

An API2 wrapper object for a user

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
Accounting object
BOAuthToken string The user-specific authentication token
LastChangeLogID string Last change log
Personal object
Preferences object
Profile object
View JSON Schema on GitHub

JSON Schema

api2.models.bigovenuser.json Raw ↑
{
  "$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"
}