eBay · Schema

AspectValue

This type contains a valid value for an aspect, along with any constraints on the occurrence of that value.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
localizedValue string The localized value of this aspect.

Note: This value is always localized for the specified marketplace.
valueConstraints array Not returned if the value of the localizedValue field can always be selected for this aspect of the specified category.

Contains a list of the dependencies that identify when the
View JSON Schema on GitHub

JSON Schema

ebay-aspectvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AspectValue",
  "title": "AspectValue",
  "type": "object",
  "properties": {
    "localizedValue": {
      "type": "string",
      "description": "The localized value of this aspect.<br><br>          <span class=\"tablenote\"> <strong>Note:</strong> This value is always localized for the specified marketplace. </span>"
    },
    "valueConstraints": {
      "type": "array",
      "description": "<i>Not returned if</i> the value of the <b>localizedValue</b> field can always be selected for this aspect of the specified category.<br><br>Contains a list of the dependencies that identify when the value of the <b>localizedValue</b> field is available for the current aspect. Each dependency specifies the values of another aspect of the same category (a <i>control</i> aspect), for which the current value of the current aspect can also be selected by the seller. <br><br>          <b>Example:</b> A shirt is available in three sizes and three colors, but only the Small and Medium sizes come in Green. Thus for the Color aspect, the value Green is constrained by its dependency on Size (the control aspect). Only when the Size aspect value is Small or Medium, can the Color aspect value of Green be selected by the seller.",
      "items": {
        "$ref": "#/components/schemas/ValueConstraint"
      }
    }
  },
  "description": "This type contains a valid value for an aspect, along with any constraints on the occurrence of that value."
}

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-aspectvalue"
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.