BigCommerce · Schema

Address Response

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-addressresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddressResponse",
  "title": "Address Response",
  "allOf": [
    {
      "$ref": "#/components/schemas/AddressProperties"
    },
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": ""
        }
      }
    }
  ],
  "x-internal": false
}