BigCommerce · Schema

RobotsTxtSettings

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
robots_txt_ssl string
View JSON Schema on GitHub

JSON Schema

bigcommerce-robotstxtsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RobotsTxtSettings",
  "title": "RobotsTxtSettings",
  "type": "object",
  "properties": {
    "robots_txt_ssl": {
      "type": "string"
    }
  },
  "x-internal": false
}