{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateInventoryTaskRequest", "title": "CreateInventoryTaskRequest", "type": "object", "properties": { "feedType": { "type": "string", "description": "The feed type associated with the inventory task you are about to create. Presently, only one feed type is available:
See Report download feed types for more information." }, "filterCriteria": { "description": "This container allows a seller to create an ActiveInventoryReport for a single listing format.", "$ref": "#/components/schemas/InventoryFilterCriteria" }, "schemaVersion": { "type": "string", "description": "The version number of the inventory task to use for the feedType.

Note: This field must have a value of 1.0." } } }