Edamam · JSON-LD Context

Edamam Meal Planner Api Context

JSON-LD context defining the semantic vocabulary for Edamam Meal Planner Api from Edamam.

5 Classes 14 Properties 4 Namespaces
View Context View on GitHub

Namespaces

edamam: https://schema.edamam.com/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Constraint MealPlanRequest MealPlanResponse NutrientRange Section

Properties

Property Type Container
all reference set
health string set
diet string set
dish string set
meal string set
size integer
plan reference
accept reference
fit reference
sections reference
status string
selection reference set
min decimal
max decimal

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "edamam": "https://schema.edamam.com/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Constraint": "edamam:Constraint",
    "MealPlanRequest": "edamam:MealPlanRequest",
    "MealPlanResponse": "edamam:MealPlanResponse",
    "NutrientRange": "edamam:NutrientRange",
    "Section": "edamam:Section",
    "all": {
      "@id": "edamam:all",
      "@container": "@set",
      "@type": "@id"
    },
    "health": {
      "@id": "edamam:health",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "diet": {
      "@id": "edamam:diet",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "dish": {
      "@id": "edamam:dish",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "meal": {
      "@id": "edamam:meal",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "size": {
      "@id": "edamam:size",
      "@type": "xsd:integer"
    },
    "plan": {
      "@id": "edamam:plan",
      "@type": "@id"
    },
    "accept": {
      "@id": "edamam:accept",
      "@type": "@id"
    },
    "fit": {
      "@id": "edamam:fit",
      "@type": "@id"
    },
    "sections": {
      "@id": "edamam:sections",
      "@type": "@id"
    },
    "status": {
      "@id": "edamam:status",
      "@type": "xsd:string"
    },
    "selection": {
      "@id": "edamam:selection",
      "@container": "@set",
      "@type": "@id"
    },
    "min": {
      "@id": "edamam:min",
      "@type": "xsd:decimal"
    },
    "max": {
      "@id": "edamam:max",
      "@type": "xsd:decimal"
    }
  }
}