eBay · Schema

ConditionDescriptorValue

This type displays the value(s) associated with the specified condition descriptor name, as well as any additional information about a condition descriptor.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
additionalInfo array Additional information about the condition of an item as it relates to a condition descriptor. This array elaborates on the value specified in the content field and provides additional details
content string The value for the condition descriptor indicated in the associated name field.
View JSON Schema on GitHub

JSON Schema

ebay-conditiondescriptorvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConditionDescriptorValue",
  "title": "ConditionDescriptorValue",
  "type": "object",
  "properties": {
    "additionalInfo": {
      "type": "array",
      "description": "Additional information about the condition of an item as it relates to a condition descriptor. This array elaborates on the value specified in the <b>content</b> field and provides additional details about the condition of an item.",
      "items": {
        "type": "string"
      }
    },
    "content": {
      "type": "string",
      "description": "The value for the condition descriptor indicated in the associated <b>name</b> field."
    }
  },
  "description": "This type displays the value(s) associated with the specified condition descriptor name, as well as any additional information about a condition descriptor. "
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebay-conditiondescriptorvalue"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.