allow service to push. key must be did
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"config": {
"type": "unknown"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "allow service to push. key must be did"
}