Flipdish · JSON Structure

Stores Dynamic Form Field Structure

DynamicFormField schema from Flipdish API - Stores.

Type: object Properties: 8
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Identifier Label Placeholder Rules Mapping Modifiers Value 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-field-structure.json",
  "name": "DynamicFormField",
  "description": "DynamicFormField schema from Flipdish API - Stores.",
  "type": "object",
  "properties": {
    "Identifier": {
      "type": "string",
      "example": "string"
    },
    "Label": {
      "type": "string",
      "example": "string"
    },
    "Placeholder": {
      "type": "string",
      "example": "string"
    },
    "Rules": {
      "$ref": "#/components/schemas/DynamicFormRules"
    },
    "Mapping": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "Modifiers": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "string"
      ]
    },
    "Value": {
      "type": "object"
    },
    "Scopes": {
      "type": "string",
      "example": "string"
    }
  }
}