Item
Describes an item. Allows for domain extension.
Schema Definition
| Field | Type | Description |
|---|---|---|
| id | string | This is the most unique identifier of a service item. An example of an Item ID could be the SKU of a product. |
| parent_item_id | Item/properties/id | This is the most unique identifier of a service item. An example of an Item ID could be the SKU of a product. |
| descriptor | Descriptor | Describes the description of a real-world object. |
| price | Price | Describes the price of an item. Allows for domain extension. |
| category_id | Category/properties/id | Unique id of the category |
| location_id | Location/properties/id | |
| time | Time | Describes time in its various forms. It can be a single point in time; duration; or a structured timetable of operations |
| matched | boolean | |
| related | boolean | |
| recommended | boolean | |
| tags | Tags | Describes a tag. This is a simple key-value store which is used to contain extended metadata |



