No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"gateUri",
"uri",
"cid",
"value"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "uri"
},
"value": {
"type": "unknown"
},
"gateUri": {
"type": "string",
"format": "uri"
}
}
}