BigCommerce · Schema

typeLink

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-typelink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/typeLink",
  "title": "typeLink",
  "description": "",
  "allOf": [
    {
      "$ref": "#/components/schemas/anyTypePage"
    },
    {
      "properties": {
        "link": {
          "type": "string",
          "description": "The link for the page type `link`."
        }
      },
      "required": [
        "link"
      ]
    }
  ]
}