{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConditionDistribution", "title": "ConditionDistribution", "type": "object", "properties": { "condition": { "type": "string", "description": "The text describing the condition of the item, such as New or Used. For a list of condition names, refer to Item Condition IDs and Names." }, "conditionId": { "type": "string", "description": "The identifier of the condition. For example, 1000 is the identifier for NEW." }, "matchCount": { "type": "integer", "description": "The number of items having the condition.", "format": "int32" }, "refinementHref": { "type": "string", "description": "The HATEOAS reference of this condition." } }, "description": "The container that defines the fields for the conditions refinements. This container is returned when fieldgroups is set to CONDITION_REFINEMENTS or FULL in the request." }