Flipdish · JSON Structure

Stores Address Form Response Structure

A response of a dyanmic form definition.

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

FormData CountryCode Language DisplayFormat

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-address-form-response-structure.json",
  "name": "AddressFormResponse",
  "description": "A response of a dyanmic form definition.",
  "type": "object",
  "properties": {
    "FormData": {
      "description": "List of field definitions.",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DynamicFormField"
      },
      "example": []
    },
    "CountryCode": {
      "description": "ISO two letter code.",
      "type": "string",
      "example": "IE"
    },
    "Language": {
      "description": "ISO culture code.",
      "type": "string",
      "example": "string"
    },
    "DisplayFormat": {
      "$ref": "#/components/schemas/AddressFormDisplayFormat"
    }
  }
}