BigOven · Schema

API2.Models.Location

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
City string
Country string
DMA integer
View JSON Schema on GitHub

JSON Schema

api2.models.location.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Models.Location",
  "description": "",
  "properties": {
    "City": {
      "description": "",
      "type": "string"
    },
    "Country": {
      "description": "",
      "type": "string"
    },
    "DMA": {
      "description": "",
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object"
}