eBay · Schema

Distribution

This complex type defines of a piece of data that is grouped by the associated basis. It contains the name for the data set and its associated value.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
name string The name of a distribution in which the seller is active.
value string This field contains the number of transactions the seller had in the distribution (identified by the associated name field) during the metric evaluationCycle.
View JSON Schema on GitHub

JSON Schema

ebay-distribution-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Distribution",
  "title": "Distribution",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of a distribution in which the seller is active."
    },
    "value": {
      "type": "string",
      "description": "This field contains the number of transactions the seller had in the distribution (identified by the associated <b>name</b> field) during the metric <b>evaluationCycle</b>."
    }
  },
  "description": "This complex type defines of a piece of data that is grouped by the associated <b>basis</b>. It contains the <b>name</b> for the data set and its associated <b>value</b>."
}