Flipdish · Schema

DynamicFormRule

DynamicFormRule schema from Flipdish API - Stores.

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Properties

Name Type Description
Value object
Message string
Scopes string
View JSON Schema on GitHub

JSON Schema

stores-dynamic-form-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/stores-dynamic-form-rule-schema.json",
  "title": "DynamicFormRule",
  "description": "DynamicFormRule schema from Flipdish API - Stores.",
  "type": "object",
  "properties": {
    "Value": {
      "type": "object"
    },
    "Message": {
      "type": "string",
      "example": "string"
    },
    "Scopes": {
      "type": "string",
      "example": "string"
    }
  }
}