{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/addresses", "title": "addresses", "type": "object", "properties": { "url": { "type": "string", "description": "Full URL of where the resource is located.", "example": "https://api.bigcommerce.com/stores/{store_hash}/v2/customers/5/addresses" }, "resource": { "type": "string", "description": "Resource being accessed.", "example": "/customers/5/addresses" } }, "x-internal": false }