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": {},
"oauth_information": {},
"developer_information": {},
"features": {
"products": [],
"development_home_uri": "",
"production_home_uri": "",
"domain_allow_list": [],
"in_client_feature": {},
"zoom_client_support": {},
"embed": {},
"team_chat_subscription": {},
"event_subscription": {},
"connector": {},
"customer_form": {},
"marketplace_actions": {},
"marketplace_triggers": {}
}
}