Lightspeed · Schema

teckelLocalesDto

A list of locales.

POSRetailRestaurantEcommerce
View JSON Schema on GitHub

JSON Schema

restaurant-k-series-teckel-locales-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "teckelLocalesDto",
  "description": "A list of locales.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-schema/restaurant-k-series-teckel-locales-dto-schema.json",
  "type": "array",
  "items": {
    "type": "string"
  },
  "example": [
    "en",
    "es",
    "de",
    "fr"
  ]
}