πCrafting Metadata
The only way to add metadata is to add an array of objects called 'metadata' with its JSON structure of objects to an endpoint that accepts metadata
Structure of metadata objects
Sample Dynamic Structure
[
{
"schoolName": "Grace Intl",
"MatricNo": "110441"
},
{
"orderId": "123456789",
"vendor": "[email protected]"
}
]Constructive Structure
property
Datatype
Description
Sample Constructive Structure
Last updated