Flipdish · JSON Structure

Stores Dynamic Form Rules Structure

DynamicFormRules schema from Flipdish API - Stores.

Type: object Properties: 5
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

MaxLength MinLength Required Pattern Predefined

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-rules-structure.json",
  "name": "DynamicFormRules",
  "description": "DynamicFormRules schema from Flipdish API - Stores.",
  "type": "object",
  "properties": {
    "MaxLength": {
      "$ref": "#/components/schemas/DynamicFormRule"
    },
    "MinLength": {
      "$ref": "#/components/schemas/DynamicFormRule"
    },
    "Required": {
      "$ref": "#/components/schemas/DynamicFormRule"
    },
    "Pattern": {
      "$ref": "#/components/schemas/DynamicFormRule"
    },
    "Predefined": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DynamicFormFieldOption"
      },
      "example": []
    }
  }
}