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