{
"$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 name field) during the metric evaluationCycle."
}
},
"description": "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."
}