BigCommerce · Schema

Reference Value

Value objects contained within the request context.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

bigcommerce-referencevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReferenceValue",
  "title": "Reference Value",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "description": "Value objects contained within the request context.",
  "x-internal": false
}