Flipdish · JSON Structure

Stores Store Validation Config Structure

Hey

Type: object Properties: 5
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

StoreValidationConfig 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

StoreId Name IsValid StoreGroupId ConfigValidation

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-store-validation-config-structure.json",
  "name": "StoreValidationConfig",
  "description": "Hey",
  "type": "object",
  "properties": {
    "StoreId": {
      "description": "Store identifier",
      "type": "int32",
      "example": 500123
    },
    "Name": {
      "description": "Name",
      "type": "string",
      "example": "Example Name"
    },
    "IsValid": {
      "description": "Is Store Valid for Kiosk",
      "type": "boolean",
      "example": true
    },
    "StoreGroupId": {
      "description": "Store group Id",
      "type": "int32",
      "example": 500123
    },
    "ConfigValidation": {
      "$ref": "#/components/schemas/StoreConfig"
    }
  }
}