Agent
Describes an order executor
Schema Definition
| Field | Type | Description |
|---|---|---|
| name | Name | Describes the name of a person in format: ./{given_name}/{honorific_prefix}/{first_name}/{middle_name}/{last_name}/{honorific_suffix} |
| image | Image | Image of an object.
A url based image will look like
An image can also be sent as a data string. For example :
|
| dob | string | |
| gender | string | Gender of something, typically a Person, but possibly also fictional characters, animals, etc. While Male and Female may be used, text strings are also acceptable for people who do not identify as a binary gender |
| cred | string | |
| phone | string | |
| string | ||
| tags | Tags | Describes a tag. This is a simple key-value store which is used to contain extended metadata |



