eBay · Schema

Terms

The terms for the event, provided in a full-text description and summary.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
fullText string A full-text description of the terms.
summary string A summarized description of the terms.
View JSON Schema on GitHub

JSON Schema

ebay-terms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Terms",
  "title": "Terms",
  "type": "object",
  "properties": {
    "fullText": {
      "type": "string",
      "description": "A full-text description of the terms."
    },
    "summary": {
      "type": "string",
      "description": "A summarized description of the terms."
    }
  },
  "description": "The terms for the event, provided in a full-text description and summary."
}