eBay · Schema

AuthenticityGuaranteeProgram

A type that identifies whether the item is qualified for the Authenticity Guarantee program.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
description string An indication that the item is qualified for the Authenticity Guarantee program.
termsWebUrl string The URL to the Authenticity Guarantee program terms of use.
View JSON Schema on GitHub

JSON Schema

ebay-authenticityguaranteeprogram-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthenticityGuaranteeProgram",
  "title": "AuthenticityGuaranteeProgram",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "An indication that the item is qualified for the Authenticity Guarantee program."
    },
    "termsWebUrl": {
      "type": "string",
      "description": "The URL to the Authenticity Guarantee program terms of use."
    }
  },
  "description": "A type that identifies whether the item is qualified for the Authenticity Guarantee program."
}