Flipdish · JSON Structure

Catalog Group Reference Structure

Reference to an existing {Flipdish.Menus.PublicModels.V1.Catalog.Groups.Group}

Type: object Properties: 3 Required: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

GroupReference is a JSON Structure definition published by Flipdish, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Group CatalogItemId GroupType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/catalog-group-reference-structure.json",
  "name": "GroupReference",
  "description": "Reference to an existing {Flipdish.Menus.PublicModels.V1.Catalog.Groups.Group}",
  "type": "object",
  "properties": {
    "Group": {
      "$ref": "#/components/schemas/Group"
    },
    "CatalogItemId": {
      "description": "Identifier of the ProductId to use as SubProduct",
      "maxLength": 30,
      "minLength": 0,
      "type": "string",
      "example": "500123"
    },
    "GroupType": {
      "description": "Type of the SupProduct",
      "enum": [
        "ModifierGroup"
      ],
      "type": "string",
      "example": "ModifierGroup"
    }
  },
  "required": [
    "CatalogItemId",
    "GroupType"
  ]
}