BigCommerce · Schema

formFieldValue_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-formfieldvalue-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/formFieldValue_Full",
  "title": "formFieldValue_Full",
  "oneOf": [
    {
      "$ref": "#/components/schemas/formFieldValue_Customer"
    },
    {
      "$ref": "#/components/schemas/formFieldValue_Address"
    }
  ],
  "x-internal": false
}