BigCommerce · Schema

CertificateResponse

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data object
meta object
View JSON Schema on GitHub

JSON Schema

bigcommerce-certificateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CertificateResponse",
  "title": "CertificateResponse",
  "type": "object",
  "description": "",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string",
          "enum": [
            "shared",
            "dedicated"
          ]
        },
        "installed_certificate": {
          "$ref": "#/components/schemas/InstalledCertificateDetail"
        }
      }
    },
    "meta": {
      "$ref": "#/components/schemas/MetaOpen"
    }
  },
  "x-tags": [
    "Models"
  ]
}