Flipdish · JSON Structure

Catalog Update Catalog Group Reference Structure

Data to update a {Flipdish.Menus.PublicModels.V1.Catalog.Items.CatalogGroupReference}

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

UpdateCatalogGroupReference 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

CatalogGroupId 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-update-catalog-group-reference-structure.json",
  "name": "UpdateCatalogGroupReference",
  "description": "Data to update a {Flipdish.Menus.PublicModels.V1.Catalog.Items.CatalogGroupReference}",
  "type": "object",
  "properties": {
    "CatalogGroupId": {
      "description": "Identifier of the ProductId to use as SubProduct",
      "maxLength": 30,
      "minLength": 0,
      "type": "string",
      "example": "500123"
    },
    "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": [
    "CatalogGroupId",
    "GroupType"
  ]
}