You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I am trying to implement a function that can embed an app view within an activity stream, I need to insert the property below. but in ActivityEntry only have action, actor, object
Is there a document to describe the activity schema ? I think I can complete this json definition myself. I searched lots of posts in community, but only have the schema for tile-list, tile-table, etc....
The text was updated successfully, but these errors were encountered:
Hi , I am trying to implement a function that can embed an app view within an activity stream, I need to insert the property below. but in ActivityEntry only have action, actor, object
"jive": {
"app": {
"appUUID": "a1b9197e-846d-5bec-a4b8-8c08325148af",
"view": "discuss",
"context": {
"":""
}
}
}
Is there a document to describe the activity schema ? I think I can complete this json definition myself. I searched lots of posts in community, but only have the schema for tile-list, tile-table, etc....
The text was updated successfully, but these errors were encountered: