Manifest Schema
This is an overview of the overall structure of the manifest schema. The manifest schema is a JSON representation of an app created in the Marketplace. We suggest you also read the documentation about the fields from the perspective of the apps-creation build-flow.
{
"display_information": {
"description": "description",
"display_name": "Manifest ApplicationName",
"long_description": "long_description"
},
"oauth_information": {},
"features": {
"products": [],
"development_home_uri": "",
"production_home_uri": "",
"domain_allow_list": [],
"in_client_feature": {},
"team_chat_tab": {
"home_tab_enabled": true,
"channel_tab_enabled": true
},
"zoom_client_support": {},
"embed": {},
"team_chat_subscription": {},
"event_subscription": {}
}
}
Resources
- Manifests Overview
- Manifest Template
- Details of the Display Information section
- Details of the OAuth Information section
- Details of the Features section