BigCommerce · Schema

LocaleCollection

A collection of locale translations for the static language.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-localecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocaleCollection",
  "title": "LocaleCollection",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/LocaleObject"
  },
  "description": "A collection of locale translations for the static language.",
  "x-internal": false
}