PublishAppv0.0.1
Event represents when an organization publishes an app.
Consumer / Producer Diagram
PublishApp Schema (avsc)
{
"type": "record",
"name": "organization.PublishApp",
"fields": [
{
"name": "appID",
"type": "string"
},
{
"name": "orgID",
"type": "string"
},
{
"name": "timestamp",
"type": {
"type": "long",
"logicalType": "timestamp-millis"
}
}
]
}Edit this pageLast updated on 2025/1/8