{
  "collectionName": "components_shared_shipping_zone_locations",
  "info": {
    "displayName": "Shipping Zone Location",
    "description": "Reusable location rules for shipping zones (stored as text, parsed by backend)."
  },
  "options": {},
  "attributes": {
    "countries": {
      "type": "text",
      "required": false,
      "description": "Country codes. Use comma or new lines (e.g. US,CA,IN)."
    },
    "states": {
      "type": "text",
      "required": false,
      "description": "State/province codes or names. Use comma or new lines."
    },
    "postal_codes": {
      "type": "text",
      "required": false,
      "description": "Postal code patterns/ranges. One per line. Supports wildcards (123*) and ranges (1000-2000)."
    }
  }
}


