{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PutCheckoutUrl", "title": "", "type": "object", "properties": { "url": { "type": "string", "description": "Unique site checkout URL. Must be valid and a sub-domain of primary channel URL.", "format": "uri", "example": "https://checkout.kittens.mybigcommerce.com" } } }