No description available.
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"allow",
"createdAt"
],
"properties": {
"allow": {
"type": "array",
"items": {
"refs": [
"#everyoneRule",
"#authorFollowsRule",
"#followingAuthorRule",
"#mutualsRule",
"#listRule",
"#actorRule",
"#pdsRule",
"#customRule"
],
"type": "union"
},
"maxLength": 5
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}