Olyn API Data
Learn about Olyn data resource
Field | Type | Description | |
---|---|---|---|
key | String | Value defined by the developer, has to be in string format and is used to identify the data resource created that will be attached to the asset. The value of the "key" needs to be a unique per asset and developer identifier. | Set by the developer |
value | String | Content of the data resource, there is no limitation upon what to add, can be a name, a stringified JSON object, anything. | Set by the developer |
created_at | Date | Date of creation of the resource | Auto |
created_by | String | Entity creating the resource | Auto |
{
"key": "color",
"value": "green",
"createdBy": "OLYN",
"createdAt": "2022-06-10 10:24:42.369000"
}
Note: "key" can not be duplicated by the same developer in the same asset.
Updated 9 months ago