BigCommerce · Schema

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
down_for_maintenance_message string
prelaunch_message string
prelaunch_password string A read-only value representing the auto-generated storefront password.
View JSON Schema on GitHub

JSON Schema

bigcommerce-storefrontstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StorefrontStatus",
  "title": "",
  "type": "object",
  "properties": {
    "down_for_maintenance_message": {
      "type": "string"
    },
    "prelaunch_message": {
      "type": "string"
    },
    "prelaunch_password": {
      "description": "A read-only value representing the auto-generated storefront password.",
      "type": "string"
    }
  },
  "x-internal": false
}