Marks a blue.moji.collection.item record created by Nagi. Uses the same record key as the referenced Bluemoji.
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the blue.moji.collection.item record created by Nagi."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Marks a blue.moji.collection.item record created by Nagi. Uses the same record key as the referenced Bluemoji."
}