BigCommerce · Schema

Url

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
url string
is_customized boolean
View JSON Schema on GitHub

JSON Schema

bigcommerce-url-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Url",
  "title": "Url",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "is_customized": {
      "type": "boolean"
    }
  },
  "x-tags": [
    "Models"
  ]
}