{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EstimatedAvailability",
"title": "EstimatedAvailability",
"type": "object",
"properties": {
"availabilityThreshold": {
"type": "integer",
"description": "This field is return only when the seller sets their 'display item quantity' preference to Display \"More than 10 available\" in your listing (if applicable). The value of this field will be \"10\", which is the threshold value.
Code so that your app gracefully handles any future changes to this value.",
"format": "int32"
},
"availabilityThresholdType": {
"type": "string",
"description": " This field is return only when the seller sets their Display Item Quantity preference to Display \"More than 10 available\" in your listing (if applicable). The value of this field will be MORE_THAN. This indicates that the seller has more than the 'quantity display preference', which is 10, in stock for this item.
The following are the display item quantity preferences the seller can set.