eBay · Schema

NameValueList

This type is used to provide a name-value pair, including the identifying aspects of a product variation through the variationAspects container.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
name string This is the name of the variation aspect, or the name of the category of information that is returned through the name-value pair. The type of information that appears here will vary based on the comp
value string This is the value of the variation aspect (in name field), or the value of the category of information that is returned through the name-value pair. The type of information that appea
View JSON Schema on GitHub

JSON Schema

ebay-namevaluelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NameValueList",
  "title": "NameValueList",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "This is the name of the variation aspect, or the name of the category of information that is returned through the name-value pair. The type of information that appears here will vary based on the compliance type and type of violation."
    },
    "value": {
      "type": "string",
      "description": "This is the value of the variation aspect (in <strong>name</strong> field), or the value of the category of information that is returned through the name-value pair. The type of information that appears here will vary based on the compliance type and type of violation."
    }
  },
  "description": "This type is used to provide a name-value pair, including the identifying aspects of a product variation through the <strong>variationAspects</strong> container."
}