{ "$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." }