Provider
Describes a service provider. This can be a restaurant, a hospital, a Store etc
Schema Definition
| Field | Type | Description |
|---|---|---|
| id | string | Id of the provider |
| descriptor | Descriptor | Describes the description of a real-world object. |
| category_id | string | Category Id of the provider |
| time | Time | Describes time in its various forms. It can be a single point in time; duration; or a structured timetable of operations |
| categories | [ Category ] | |
| fulfillments | [ Fulfilment ] | |
| payments | [ Payment ] | |
| locations | [ Location ] | |
| offers | [ Offer ] | |
| items | [ Item ] | |
| exp | string | Time after which catalog has to be refreshed |
| tags | Tags | Describes a tag. This is a simple key-value store which is used to contain extended metadata |



