eBay · Schema

FileInfo

This type is used by the files array, which shows the name, ID, file type, and upload date for each provided evidential file.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
fileId string The unique identifier of the evidence file.
fileType string The type of file uploaded. Supported file extensions are .JPEG, .JPG, and .PNG., and maximum file size allowed is 1.5 MB.
name string The seller-provided name of the evidence file.
uploadedDate string The timestamp in this field shows the date/time when the seller uploaded the evidential document to eBay.

The timestamps returned here use the ISO-8601 24-hour date and time format, and the ti
View JSON Schema on GitHub

JSON Schema

ebay-fileinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileInfo",
  "title": "FileInfo",
  "type": "object",
  "properties": {
    "fileId": {
      "type": "string",
      "description": "The unique identifier of the evidence file."
    },
    "fileType": {
      "type": "string",
      "description": "The type of file uploaded. Supported file extensions are .JPEG, .JPG, and .PNG., and maximum file size allowed is 1.5 MB."
    },
    "name": {
      "type": "string",
      "description": "The seller-provided name of the evidence file."
    },
    "uploadedDate": {
      "type": "string",
      "description": "The timestamp in this field shows the date/time when the seller uploaded the evidential document to eBay. <br><br>The timestamps returned here use the ISO-8601 24-hour date and time format, and the time zone used is Universal Coordinated Time (UTC), also known as Greenwich Mean Time (GMT), or Zulu. The ISO-8601 format looks like this: <em>yyyy-MM-ddThh:mm.ss.sssZ</em>. An example would be <code>2019-08-04T19:09:02.768Z</code>."
    }
  },
  "description": "This type is used by the <strong>files</strong> array, which shows the name, ID, file type, and upload date for each provided evidential file."
}

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