Flipdish · JSON Structure

Catalog Metafield Structure

Metafield

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

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

Properties

Key Value

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-metafield-structure.json",
  "name": "Metafield",
  "description": "Metafield",
  "type": "object",
  "properties": {
    "Key": {
      "description": "Key of the metafield.\r\nAllowed characters: lowercase letters, numbers, hyphen, underscore and dot",
      "type": "string",
      "example": "string"
    },
    "Value": {
      "description": "Value of the metafield.",
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "Key",
    "Value"
  ]
}