{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthenticityVerificationProgram", "title": "AuthenticityVerificationProgram", "type": "object", "properties": { "description": { "type": "string", "description": "An indication that the item is from a verified seller." }, "termsWebUrl": { "type": "string", "description": "The URL to the Authenticity Verification program terms of use." } }, "description": "A type that identifies whether the item is from a verified seller." }