eBay · Schema

MetadataRecord

A complex type that defines the data records returned in the report.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
metadataValues array A list of data in a row returned in the traffic report. The data in each of the cells match the labels in headers of the report.
value object The value of the key on which the report is based.

For example, if the key is the listing ID, the value of this container could be:

"value": {
  "value": "1421339542
View JSON Schema on GitHub

JSON Schema

ebay-metadatarecord-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetadataRecord",
  "title": "MetadataRecord",
  "type": "object",
  "properties": {
    "metadataValues": {
      "type": "array",
      "description": "A list of data in a row returned in the traffic report. The data in each of the cells match the labels in headers of the report.",
      "items": {
        "$ref": "#/components/schemas/Value"
      }
    },
    "value": {
      "description": "The value of the key on which the report is based. <br><br>For example, if the key is the listing ID, the value of this container could be: <br><br><code>\"value\": {<br>&nbsp;&nbsp;\"value\": \"142133954229\",<br>&nbsp;&nbsp;\"applicable\": true<br>}</code>",
      "$ref": "#/components/schemas/Value"
    }
  },
  "description": "A complex type that defines the data records returned in the report."
}

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