BigCommerce · Schema

InstallCertificateData

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
url string URL for the site.
certificate object
View JSON Schema on GitHub

JSON Schema

bigcommerce-installcertificatedata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstallCertificateData",
  "title": "InstallCertificateData",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "URL for the site.",
      "example": "kittens.mybigcommerce.com"
    },
    "certificate": {
      "$ref": "#/components/schemas/CertificateWrite"
    }
  }
}