Flipdish · JSON Structure

Customers Language Structure

Sorted Language

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Language 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

LanguageId DisplayOrder Name Enabled

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/customers-language-structure.json",
  "name": "Language",
  "description": "Sorted Language",
  "type": "object",
  "properties": {
    "LanguageId": {
      "description": "ISO 639-1 Language Code",
      "type": "string",
      "example": "500123"
    },
    "DisplayOrder": {
      "description": "Display Order",
      "type": "int32",
      "example": 1
    },
    "Name": {
      "description": "Language Name",
      "type": "string",
      "example": "Example Name"
    },
    "Enabled": {
      "description": "Is the language enabled for use.",
      "type": "boolean",
      "example": true
    }
  }
}