Expected JSON File Format
Ingested JSON files must represent a JSON array of JSON objects, each of these objects representing one event.
All events must define an action
property specifying its type, and some
required properties depending on the selected action.
[ { "action": "AddOrReplaceItem", "item": { "...": "..." } }, ... { "action": "DeleteItem", "uri": "..." } ]
Supported Action | Description |
---|---|
AddOrReplaceItem |
Indexes an item. Expected property:
|
DeleteItem |
Deletes an item from the Index Unit. Expected property:
|