BigOven · Schema

API2.Models.Personal

Personal level info -- email, location, etc.

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
Email string
Location object
View JSON Schema on GitHub

JSON Schema

api2.models.personal.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Models.Personal",
  "description": "Personal level info -- email, location, etc.",
  "properties": {
    "Email": {
      "description": "",
      "type": "string"
    },
    "Location": {
      "$ref": "#/components/schemas/API2.Models.Location"
    }
  },
  "type": "object"
}