eBay · Schema

TypedNameValue

The type that defines the fields for the name/value pairs for item aspects.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
name string The text representing the name of the aspect for the name/value pair, such as Color.
type string This indicates if the value being returned is a string or an array of values.

Valid Values:
  • STRING - Indicates the value returned is a string.
  • STRING_ARRA
value string The value of the aspect for the name/value pair, such as Red.
View JSON Schema on GitHub

JSON Schema

ebay-typednamevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TypedNameValue",
  "title": "TypedNameValue",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The text representing the name of the aspect for the name/value pair, such as Color."
    },
    "type": {
      "type": "string",
      "description": "This indicates if the value being returned is a string or an array of values. <br><br><b> Valid Values: </b> <ul><li><b> STRING</b> - Indicates the value returned is a string.</li>  <li><b> STRING_ARRAY</b> - Indicates the value returned is an array of strings.</li></ul>  Code so that your app gracefully handles any future changes to this list. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:ValueTypeEnum'>eBay API documentation</a>"
    },
    "value": {
      "type": "string",
      "description": "The value of the aspect for the name/value pair, such as Red."
    }
  },
  "description": "The type that defines the fields for the name/value pairs for item aspects."
}

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-typednamevalue"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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