BigCommerce · Schema

ConsignmentFormField

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

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

JSON Schema

bigcommerce-consignmentformfield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConsignmentFormField",
  "title": "ConsignmentFormField",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "special note"
    },
    "value": {
      "type": "string",
      "nullable": true,
      "example": "super rare"
    }
  },
  "x-internal": false
}