Flipdish · JSON Structure

Stores Dynamic Form Rule Structure

DynamicFormRule schema from Flipdish API - Stores.

Type: object Properties: 3
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Value Message Scopes

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/stores-dynamic-form-rule-structure.json",
  "name": "DynamicFormRule",
  "description": "DynamicFormRule schema from Flipdish API - Stores.",
  "type": "object",
  "properties": {
    "Value": {
      "type": "object"
    },
    "Message": {
      "type": "string",
      "example": "string"
    },
    "Scopes": {
      "type": "string",
      "example": "string"
    }
  }
}