Flipdish · JSON-LD Context

Flipdish Catalog Context

JSON-LD context defining the semantic vocabulary for Flipdish Catalog from Flipdish.

27 Classes 33 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Group CatalogItem Product CreateCatalogItem CreateGroup CreateProduct CreateMetafieldDefinition MetafieldDefinition UpdateCatalogItem UpdateGroup UpdateProduct MetafieldDefinitionRecommendation ProductReference CatalogGroupReference CreateCatalogGroupReference CreateProductReference GroupReference UpdateCatalogGroupReference UpdateMetafieldDefinition UpdateProductReference CreateGroupReference Metafield OwnerEntityConfiguration PendingMenuChanges PendingMenuChangesSummaries PublishMenuChanges UpdateGroupReference

Properties

Property Type Container
catalogGroupId string
catalogItemId string
isArchived boolean
minSelectCount integer
maxSelectCount integer
products string set
metafields string set
groupType string
sku string
name
autogenerateDisplayText boolean
imageFileName string
groups string set
itemType string
description
price double
alcohol boolean
productType string
isReadOnly boolean
ownerEntity string
key string
valueType string
behaviors string set
metafieldDefinitionRecommendationId integer
item string
product string
preselectedQuantity integer
group string
value string
allowedBehaviors string set
menuId integer
totalPendingChanges integer
menuIds integer set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "fd": "https://developers.flipdish.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Group": "fd:Group",
    "CatalogItem": "fd:CatalogItem",
    "Product": "fd:Product",
    "CreateCatalogItem": "fd:CreateCatalogItem",
    "CreateGroup": "fd:CreateGroup",
    "CreateProduct": "fd:CreateProduct",
    "CreateMetafieldDefinition": "fd:CreateMetafieldDefinition",
    "MetafieldDefinition": "fd:MetafieldDefinition",
    "UpdateCatalogItem": "fd:UpdateCatalogItem",
    "UpdateGroup": "fd:UpdateGroup",
    "UpdateProduct": "fd:UpdateProduct",
    "MetafieldDefinitionRecommendation": "fd:MetafieldDefinitionRecommendation",
    "ProductReference": "fd:ProductReference",
    "CatalogGroupReference": "fd:CatalogGroupReference",
    "CreateCatalogGroupReference": "fd:CreateCatalogGroupReference",
    "CreateProductReference": "fd:CreateProductReference",
    "GroupReference": "fd:GroupReference",
    "UpdateCatalogGroupReference": "fd:UpdateCatalogGroupReference",
    "UpdateMetafieldDefinition": "fd:UpdateMetafieldDefinition",
    "UpdateProductReference": "fd:UpdateProductReference",
    "CreateGroupReference": "fd:CreateGroupReference",
    "Metafield": "fd:Metafield",
    "OwnerEntityConfiguration": "fd:OwnerEntityConfiguration",
    "PendingMenuChanges": "fd:PendingMenuChanges",
    "PendingMenuChangesSummaries": "fd:PendingMenuChangesSummaries",
    "PublishMenuChanges": "fd:PublishMenuChanges",
    "UpdateGroupReference": "fd:UpdateGroupReference",
    "catalogGroupId": {
      "@id": "fd:CatalogGroupId",
      "@type": "xsd:string"
    },
    "catalogItemId": {
      "@id": "fd:CatalogItemId",
      "@type": "xsd:string"
    },
    "isArchived": {
      "@id": "fd:IsArchived",
      "@type": "xsd:boolean"
    },
    "minSelectCount": {
      "@id": "fd:MinSelectCount",
      "@type": "xsd:integer"
    },
    "maxSelectCount": {
      "@id": "fd:MaxSelectCount",
      "@type": "xsd:integer"
    },
    "products": {
      "@id": "fd:Products",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "metafields": {
      "@id": "fd:Metafields",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "groupType": {
      "@id": "fd:GroupType",
      "@type": "xsd:string"
    },
    "sku": {
      "@id": "fd:Sku",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "autogenerateDisplayText": {
      "@id": "fd:AutogenerateDisplayText",
      "@type": "xsd:boolean"
    },
    "imageFileName": {
      "@id": "fd:ImageFileName",
      "@type": "xsd:string"
    },
    "groups": {
      "@id": "fd:Groups",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "itemType": {
      "@id": "fd:ItemType",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description"
    },
    "price": {
      "@id": "fd:Price",
      "@type": "xsd:double"
    },
    "alcohol": {
      "@id": "fd:Alcohol",
      "@type": "xsd:boolean"
    },
    "productType": {
      "@id": "fd:ProductType",
      "@type": "xsd:string"
    },
    "isReadOnly": {
      "@id": "fd:IsReadOnly",
      "@type": "xsd:boolean"
    },
    "ownerEntity": {
      "@id": "fd:OwnerEntity",
      "@type": "xsd:string"
    },
    "key": {
      "@id": "fd:Key",
      "@type": "xsd:string"
    },
    "valueType": {
      "@id": "fd:ValueType",
      "@type": "xsd:string"
    },
    "behaviors": {
      "@id": "fd:Behaviors",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "metafieldDefinitionRecommendationId": {
      "@id": "fd:MetafieldDefinitionRecommendationId",
      "@type": "xsd:integer"
    },
    "item": {
      "@id": "fd:Item",
      "@type": "xsd:string"
    },
    "product": {
      "@id": "fd:Product",
      "@type": "xsd:string"
    },
    "preselectedQuantity": {
      "@id": "fd:PreselectedQuantity",
      "@type": "xsd:integer"
    },
    "group": {
      "@id": "fd:Group",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "fd:Value",
      "@type": "xsd:string"
    },
    "allowedBehaviors": {
      "@id": "fd:AllowedBehaviors",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "menuId": {
      "@id": "fd:MenuId",
      "@type": "xsd:integer"
    },
    "totalPendingChanges": {
      "@id": "fd:TotalPendingChanges",
      "@type": "xsd:integer"
    },
    "menuIds": {
      "@id": "fd:MenuIds",
      "@container": "@set",
      "@type": "xsd:integer"
    }
  }
}