{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PayloadDetail",
"title": "PayloadDetail",
"type": "object",
"properties": {
"deliveryProtocol": {
"type": "string",
"description": "The supported delivery protocols. For implementation help, refer to eBay API documentation"
},
"deprecated": {
"type": "boolean",
"description": "A deprecation indicator."
},
"format": {
"type": "array",
"description": "The supported format. Presently, JSON is the only supported format.",
"items": {
"type": "string",
"description": " For implementation help, refer to eBay API documentation"
}
},
"schemaVersion": {
"type": "string",
"description": "The supported schema version."
}
},
"description": "A type that describes the details about a topic's payload."
}