{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "description": "Settings that merchants can configure through the theme editor.",
  "markdownDescription": "Settings that merchants can configure through the [theme editor](https://help.shopify.com/en/manual/online-store/themes/customizing-themes#theme-editor)\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/settings).",
  "type": "array",
  "items": {
    "$ref": "./setting.json"
  },
  "minItems": 0
}
