{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BulkMigrateListing", "title": "BulkMigrateListing", "type": "object", "properties": { "requests": { "type": "array", "description": "This is the base container of the bulkMigrateListings request payload. One to five eBay listings will be included under this container.", "items": { "$ref": "#/components/schemas/MigrateListing" } } }, "description": "This type is used by the base container of the bulkMigrateListings request payload." }