exchange.recipe.defs

recipe.exchange

Documentation

attributionOriginal object

Original recipe created by the author.

Properties

license string Required

No description available.

Known values: all_rights, cc_by, cc_by_sa, cc_by_nc, cc_by_nc_sa, public_domain
url string uri Optional

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "license"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "license": {
      "type": "string",
      "knownValues": [
        "all_rights",
        "cc_by",
        "cc_by_sa",
        "cc_by_nc",
        "cc_by_nc_sa",
        "public_domain"
      ]
    }
  },
  "description": "Original recipe created by the author."
}
attributionPerson object

Recipe shared by a specific person, such as family or friend.

Properties

name string Required

No description available.

maxLength: 255 bytes
notes string Optional

No description available.

maxLength: 1000 bytes
url string uri Optional

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "name": {
      "type": "string",
      "maxLength": 255
    },
    "notes": {
      "type": "string",
      "maxLength": 1000
    }
  },
  "description": "Recipe shared by a specific person, such as family or friend."
}
attributionProduct object

Recipe from a product package or label.

Properties

brand string Required

No description available.

maxLength: 255 bytes
name string Required

No description available.

maxLength: 255 bytes
notes string Optional

No description available.

maxLength: 1000 bytes
upc string Optional

No description available.

maxLength: 13 bytes
url string uri Optional

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "brand",
    "name"
  ],
  "properties": {
    "upc": {
      "type": "string",
      "maxLength": 13
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "name": {
      "type": "string",
      "maxLength": 255
    },
    "brand": {
      "type": "string",
      "maxLength": 255
    },
    "notes": {
      "type": "string",
      "maxLength": 1000
    }
  },
  "description": "Recipe from a product package or label."
}
attributionPublication object

Recipe from a published source like a book or magazine.

Properties

author string Required

No description available.

maxLength: 255 bytes
isbn string Optional

No description available.

maxLength: 13 bytes
notes string Optional

No description available.

maxLength: 1000 bytes
page integer Optional

No description available.

publisher string Optional

No description available.

maxLength: 255 bytes
title string Required

No description available.

maxLength: 255 bytes
type string Optional

No description available.

Known values: book, magazine
url string uri Optional

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "title",
    "author"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "isbn": {
      "type": "string",
      "maxLength": 13
    },
    "page": {
      "type": "integer"
    },
    "type": {
      "type": "string",
      "knownValues": [
        "book",
        "magazine"
      ]
    },
    "notes": {
      "type": "string",
      "maxLength": 1000
    },
    "title": {
      "type": "string",
      "maxLength": 255
    },
    "author": {
      "type": "string",
      "maxLength": 255
    },
    "publisher": {
      "type": "string",
      "maxLength": 255
    }
  },
  "description": "Recipe from a published source like a book or magazine."
}
attributionShow object

Recipe from a TV show, streaming content, or video.

Properties

airDate string date Optional

No description available.

episode string Optional

No description available.

maxLength: 255 bytes
network string Required

No description available.

maxLength: 255 bytes
notes string Optional

No description available.

maxLength: 1000 bytes
title string Required

No description available.

maxLength: 255 bytes
url string uri Optional

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "title",
    "network"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "notes": {
      "type": "string",
      "maxLength": 1000
    },
    "title": {
      "type": "string",
      "maxLength": 255
    },
    "airDate": {
      "type": "string",
      "format": "date"
    },
    "episode": {
      "type": "string",
      "maxLength": 255
    },
    "network": {
      "type": "string",
      "maxLength": 255
    }
  },
  "description": "Recipe from a TV show, streaming content, or video."
}
attributionWebsite object

Recipe from a website or blog.

Properties

name string Required

No description available.

maxLength: 255 bytes
notes string Optional

No description available.

maxLength: 1000 bytes
url string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "name",
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "name": {
      "type": "string",
      "maxLength": 255
    },
    "notes": {
      "type": "string",
      "maxLength": 1000
    }
  },
  "description": "Recipe from a website or blog."
}
businessTypeCafe token

Cafe, coffee shop, or bistro.

Referenceexchange.recipe.defs#businessTypeCafe

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cafe, coffee shop, or bistro."
}
businessTypeCatering token

Catering service provider.

Referenceexchange.recipe.defs#businessTypeCatering

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Catering service provider."
}
businessTypeCommunityOrg token

Community kitchen or food cooperative.

Referenceexchange.recipe.defs#businessTypeCommunityOrg

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Community kitchen or food cooperative."
}
businessTypeConsultant token

Food industry consultant.

Referenceexchange.recipe.defs#businessTypeConsultant

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Food industry consultant."
}
businessTypeContentCreator token

Food blogger or media content creator.

Referenceexchange.recipe.defs#businessTypeContentCreator

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Food blogger or media content creator."
}
businessTypeEducator token

Cooking school or culinary instructor.

Referenceexchange.recipe.defs#businessTypeEducator

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking school or culinary instructor."
}
businessTypeEquipmentManufacturer token

Kitchen equipment manufacturer.

Referenceexchange.recipe.defs#businessTypeEquipmentManufacturer

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Kitchen equipment manufacturer."
}
businessTypeFarm token

Farm, orchard, or agricultural business.

Referenceexchange.recipe.defs#businessTypeFarm

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Farm, orchard, or agricultural business."
}
businessTypeFoodTruck token

Mobile food vendor or food truck.

Referenceexchange.recipe.defs#businessTypeFoodTruck

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Mobile food vendor or food truck."
}
businessTypeHomeCook token

Individual home cook.

Referenceexchange.recipe.defs#businessTypeHomeCook

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Individual home cook."
}
businessTypeInstitution token

Institutional food service provider.

Referenceexchange.recipe.defs#businessTypeInstitution

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Institutional food service provider."
}
businessTypeMarketVendor token

Farmers market or food hall vendor.

Referenceexchange.recipe.defs#businessTypeMarketVendor

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Farmers market or food hall vendor."
}
businessTypeMealService token

Meal preparation or delivery service.

Referenceexchange.recipe.defs#businessTypeMealService

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Meal preparation or delivery service."
}
businessTypeNonprofit token

Food-related nonprofit organization.

Referenceexchange.recipe.defs#businessTypeNonprofit

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Food-related nonprofit organization."
}
businessTypeNutritionist token

Nutritionist or dietitian.

Referenceexchange.recipe.defs#businessTypeNutritionist

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Nutritionist or dietitian."
}
businessTypePersonalChef token

Personal or private chef service.

Referenceexchange.recipe.defs#businessTypePersonalChef

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Personal or private chef service."
}
businessTypeProducer token

Food producer or manufacturer.

Referenceexchange.recipe.defs#businessTypeProducer

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Food producer or manufacturer."
}
businessTypeProfessional token

Other food industry professional.

Referenceexchange.recipe.defs#businessTypeProfessional

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Other food industry professional."
}
businessTypeRestaurant token

Traditional restaurant establishment.

Referenceexchange.recipe.defs#businessTypeRestaurant

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Traditional restaurant establishment."
}
businessTypeRetailer token

Specialty food store or retailer.

Referenceexchange.recipe.defs#businessTypeRetailer

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Specialty food store or retailer."
}
businessTypeSupplier token

Commercial kitchen supplier.

Referenceexchange.recipe.defs#businessTypeSupplier

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Commercial kitchen supplier."
}
categoryAppetizer token

A small dish served before a main meal.

Referenceexchange.recipe.defs#categoryAppetizer

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "A small dish served before a main meal."
}
categoryBeverage token

Drinkable recipes including both alcoholic and non-alcoholic beverages.

Referenceexchange.recipe.defs#categoryBeverage

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Drinkable recipes including both alcoholic and non-alcoholic beverages."
}
categoryBreakfast token

Dishes typically served in the morning.

Referenceexchange.recipe.defs#categoryBreakfast

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes typically served in the morning."
}
categoryBrunch token

Dishes suitable for late morning/early afternoon meals.

Referenceexchange.recipe.defs#categoryBrunch

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes suitable for late morning/early afternoon meals."
}
categoryCocktail token

Alcoholic mixed drink recipes.

Referenceexchange.recipe.defs#categoryCocktail

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Alcoholic mixed drink recipes."
}
categoryDessert token

Sweet dishes typically served after a main meal.

Referenceexchange.recipe.defs#categoryDessert

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Sweet dishes typically served after a main meal."
}
categoryDinner token

Main dishes typically served in the evening.

Referenceexchange.recipe.defs#categoryDinner

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Main dishes typically served in the evening."
}
categoryEntree token

Main course dishes.

Referenceexchange.recipe.defs#categoryEntree

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Main course dishes."
}
categoryGarnish token

Decorative or flavorful additions to other dishes.

Referenceexchange.recipe.defs#categoryGarnish

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Decorative or flavorful additions to other dishes."
}
categoryKidFriendly token

Recipes suitable for children.

Referenceexchange.recipe.defs#categoryKidFriendly

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipes suitable for children."
}
categoryLunch token

Dishes typically served midday.

Referenceexchange.recipe.defs#categoryLunch

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes typically served midday."
}
categorySalad token

Cold dishes primarily composed of mixed ingredients.

Referenceexchange.recipe.defs#categorySalad

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cold dishes primarily composed of mixed ingredients."
}
categorySide token

Dishes meant to accompany main courses.

Referenceexchange.recipe.defs#categorySide

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes meant to accompany main courses."
}
categorySnack token

Small portions meant to be eaten between meals.

Referenceexchange.recipe.defs#categorySnack

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Small portions meant to be eaten between meals."
}
categorySoup token

Liquid food served hot or cold.

Referenceexchange.recipe.defs#categorySoup

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Liquid food served hot or cold."
}
cookingMethodAirFrying token

Cooking food using hot air circulation in an air fryer.

Referenceexchange.recipe.defs#cookingMethodAirFrying

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food using hot air circulation in an air fryer."
}
cookingMethodBaking token

Cooking food by exposing it to dry heat in an oven or similar environment.

Referenceexchange.recipe.defs#cookingMethodBaking

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food by exposing it to dry heat in an oven or similar environment."
}
cookingMethodBroiling token

Cooking food directly under high heat.

Referenceexchange.recipe.defs#cookingMethodBroiling

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food directly under high heat."
}
cookingMethodFrying token

Cooking food in hot oil or fat.

Referenceexchange.recipe.defs#cookingMethodFrying

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food in hot oil or fat."
}
cookingMethodGrilling token

Cooking food on a grill or griddle with direct heat.

Referenceexchange.recipe.defs#cookingMethodGrilling

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food on a grill or griddle with direct heat."
}
cookingMethodNoCook token

Recipe requires no cooking or heat application.

Referenceexchange.recipe.defs#cookingMethodNoCook

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe requires no cooking or heat application."
}
cookingMethodPressureCooking token

Cooking food using pressure and steam in a sealed vessel.

Referenceexchange.recipe.defs#cookingMethodPressureCooking

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food using pressure and steam in a sealed vessel."
}
cookingMethodRoasting token

Cooking food by exposing it to dry heat with hot air circulating around it.

Referenceexchange.recipe.defs#cookingMethodRoasting

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food by exposing it to dry heat with hot air circulating around it."
}
cookingMethodSauteing token

Cooking food quickly in a small amount of fat over high heat.

Referenceexchange.recipe.defs#cookingMethodSauteing

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food quickly in a small amount of fat over high heat."
}
cookingMethodSlowCooking token

Cooking food at low temperatures for extended periods.

Referenceexchange.recipe.defs#cookingMethodSlowCooking

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food at low temperatures for extended periods."
}
cookingMethodSteaming token

Cooking food using steam from boiling water.

Referenceexchange.recipe.defs#cookingMethodSteaming

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Cooking food using steam from boiling water."
}
cuisineAfrican token

Dishes from African culinary traditions.

Referenceexchange.recipe.defs#cuisineAfrican

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from African culinary traditions."
}
cuisineAmerican token

Dishes from United States culinary traditions.

Referenceexchange.recipe.defs#cuisineAmerican

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from United States culinary traditions."
}
cuisineAustralian token

Dishes from Australian culinary traditions.

Referenceexchange.recipe.defs#cuisineAustralian

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Australian culinary traditions."
}
cuisineBrazilian token

Dishes from Brazilian culinary traditions.

Referenceexchange.recipe.defs#cuisineBrazilian

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Brazilian culinary traditions."
}
cuisineBritish token

Dishes from British culinary traditions.

Referenceexchange.recipe.defs#cuisineBritish

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from British culinary traditions."
}
cuisineCaribbean token

Dishes from Caribbean culinary traditions.

Referenceexchange.recipe.defs#cuisineCaribbean

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Caribbean culinary traditions."
}
cuisineChinese token

Dishes from Chinese culinary traditions.

Referenceexchange.recipe.defs#cuisineChinese

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Chinese culinary traditions."
}
cuisineCreole token

Dishes from Creole culinary traditions.

Referenceexchange.recipe.defs#cuisineCreole

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Creole culinary traditions."
}
cuisineEuropean token

Dishes from European culinary traditions.

Referenceexchange.recipe.defs#cuisineEuropean

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from European culinary traditions."
}
cuisineFrench token

Dishes from French culinary traditions.

Referenceexchange.recipe.defs#cuisineFrench

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from French culinary traditions."
}
cuisineGerman token

Dishes from German culinary traditions.

Referenceexchange.recipe.defs#cuisineGerman

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from German culinary traditions."
}
cuisineGreek token

Dishes from Greek culinary traditions.

Referenceexchange.recipe.defs#cuisineGreek

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Greek culinary traditions."
}
cuisineIndian token

Dishes from Indian culinary traditions.

Referenceexchange.recipe.defs#cuisineIndian

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Indian culinary traditions."
}
cuisineIndonesian token

Dishes from Indonesian culinary traditions.

Referenceexchange.recipe.defs#cuisineIndonesian

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Indonesian culinary traditions."
}
cuisineItalian token

Dishes from Italian culinary traditions.

Referenceexchange.recipe.defs#cuisineItalian

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Italian culinary traditions."
}
cuisineJapanese token

Dishes from Japanese culinary traditions.

Referenceexchange.recipe.defs#cuisineJapanese

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Japanese culinary traditions."
}
cuisineKorean token

Dishes from Korean culinary traditions.

Referenceexchange.recipe.defs#cuisineKorean

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Korean culinary traditions."
}
cuisineLebanese token

Dishes from Lebanese culinary traditions.

Referenceexchange.recipe.defs#cuisineLebanese

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Lebanese culinary traditions."
}
cuisineMediterranean token

Dishes from Mediterranean culinary traditions.

Referenceexchange.recipe.defs#cuisineMediterranean

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Mediterranean culinary traditions."
}
cuisineMexican token

Dishes from Mexican culinary traditions.

Referenceexchange.recipe.defs#cuisineMexican

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Mexican culinary traditions."
}
cuisineMiddleEastern token

Dishes from Middle Eastern culinary traditions.

Referenceexchange.recipe.defs#cuisineMiddleEastern

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Middle Eastern culinary traditions."
}
cuisineMoroccan token

Dishes from Moroccan culinary traditions.

Referenceexchange.recipe.defs#cuisineMoroccan

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Moroccan culinary traditions."
}
cuisinePeruvian token

Dishes from Peruvian culinary traditions.

Referenceexchange.recipe.defs#cuisinePeruvian

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Peruvian culinary traditions."
}
cuisinePolish token

Dishes from Polish culinary traditions.

Referenceexchange.recipe.defs#cuisinePolish

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Polish culinary traditions."
}
cuisinePortuguese token

Dishes from Portuguese culinary traditions.

Referenceexchange.recipe.defs#cuisinePortuguese

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Portuguese culinary traditions."
}
cuisineRussian token

Dishes from Russian culinary traditions.

Referenceexchange.recipe.defs#cuisineRussian

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Russian culinary traditions."
}
cuisineSouthern token

Dishes from Southern United States culinary traditions.

Referenceexchange.recipe.defs#cuisineSouthern

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Southern United States culinary traditions."
}
cuisineSpanish token

Dishes from Spanish culinary traditions.

Referenceexchange.recipe.defs#cuisineSpanish

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Spanish culinary traditions."
}
cuisineTexMex token

Dishes combining Texan and Mexican culinary traditions.

Referenceexchange.recipe.defs#cuisineTexMex

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes combining Texan and Mexican culinary traditions."
}
cuisineTexan token

Dishes from Texan culinary traditions.

Referenceexchange.recipe.defs#cuisineTexan

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Texan culinary traditions."
}
cuisineThai token

Dishes from Thai culinary traditions.

Referenceexchange.recipe.defs#cuisineThai

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Thai culinary traditions."
}
cuisineTurkish token

Dishes from Turkish culinary traditions.

Referenceexchange.recipe.defs#cuisineTurkish

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Turkish culinary traditions."
}
cuisineVietnamese token

Dishes from Vietnamese culinary traditions.

Referenceexchange.recipe.defs#cuisineVietnamese

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Dishes from Vietnamese culinary traditions."
}
dietDiabetic token

Recipe suitable for diabetic dietary requirements.

Referenceexchange.recipe.defs#dietDiabetic

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe suitable for diabetic dietary requirements."
}
dietGlutenFree token

Recipe contains no gluten-containing ingredients.

Referenceexchange.recipe.defs#dietGlutenFree

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe contains no gluten-containing ingredients."
}
dietHalal token

Recipe complies with Islamic dietary laws.

Referenceexchange.recipe.defs#dietHalal

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe complies with Islamic dietary laws."
}
dietKeto token

Recipe suitable for ketogenic diet requirements.

Referenceexchange.recipe.defs#dietKeto

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe suitable for ketogenic diet requirements."
}
dietKosher token

Recipe complies with Jewish dietary laws.

Referenceexchange.recipe.defs#dietKosher

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe complies with Jewish dietary laws."
}
dietLowCalorie token

Recipe suitable for calorie-restricted diets.

Referenceexchange.recipe.defs#dietLowCalorie

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe suitable for calorie-restricted diets."
}
dietLowCarb token

Recipe suitable for diets restricting carbohydrate intake.

Referenceexchange.recipe.defs#dietLowCarb

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe suitable for diets restricting carbohydrate intake."
}
dietLowFat token

Recipe suitable for diets restricting fat intake.

Referenceexchange.recipe.defs#dietLowFat

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe suitable for diets restricting fat intake."
}
dietPaleo token

Recipe suitable for paleolithic diet requirements.

Referenceexchange.recipe.defs#dietPaleo

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe suitable for paleolithic diet requirements."
}
dietVegan token

Recipe contains no animal products whatsoever.

Referenceexchange.recipe.defs#dietVegan

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe contains no animal products whatsoever."
}
dietVegetarian token

Recipe contains no meat or fish but may contain animal products like eggs and dairy.

Referenceexchange.recipe.defs#dietVegetarian

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe contains no meat or fish but may contain animal products like eggs and dairy."
}
licenseAllRights token

All rights reserved by the creator.

Referenceexchange.recipe.defs#licenseAllRights

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "All rights reserved by the creator."
}
licenseCreativeCommonsBy token

Creative Commons Attribution 4.0 License.

Referenceexchange.recipe.defs#licenseCreativeCommonsBy

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Creative Commons Attribution 4.0 License."
}
licenseCreativeCommonsByNc token

Creative Commons Attribution-NonCommercial 4.0 License.

Referenceexchange.recipe.defs#licenseCreativeCommonsByNc

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Creative Commons Attribution-NonCommercial 4.0 License."
}
licenseCreativeCommonsByNcSa token

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License.

Referenceexchange.recipe.defs#licenseCreativeCommonsByNcSa

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License."
}
licenseCreativeCommonsBySa token

Creative Commons Attribution-ShareAlike 4.0 License.

Referenceexchange.recipe.defs#licenseCreativeCommonsBySa

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Creative Commons Attribution-ShareAlike 4.0 License."
}
licensePublicDomain token

Work dedicated to the public domain.

Referenceexchange.recipe.defs#licensePublicDomain

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Work dedicated to the public domain."
}
profileTypeBusiness token

Profile for businesses and organizations in the food industry.

Referenceexchange.recipe.defs#profileTypeBusiness

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Profile for businesses and organizations in the food industry."
}
profileTypePersonal token

Personal profile for individual users.

Referenceexchange.recipe.defs#profileTypePersonal

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Personal profile for individual users."
}
publicationTypeBook token

Recipe from a published book.

Referenceexchange.recipe.defs#publicationTypeBook

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe from a published book."
}
publicationTypeMagazine token

Recipe from a magazine.

Referenceexchange.recipe.defs#publicationTypeMagazine

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "Recipe from a magazine."
}

Lexicon Garden

@