{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/countriesStates_Full", "title": "countriesStates_Full", "type": "object", "properties": { "url": { "description": "", "example": "https://api.bigcommerce.com/stores/{store_hash}/v2/countries/13/states", "type": "string" }, "resource": { "description": "", "example": "/countries/13/states", "type": "string" } }, "description": "Refers to the `states` object return in `GET` countries requests.", "x-internal": false }