# 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](/docs/build-flow/create-oauth-apps/). ```json { "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](/docs/build-flow/manifests/) - [Manifest Template](/docs/build-flow/manifests/schema/manifest-template/) - Details of the [Display Information](/docs/build-flow/manifests/schema/display-information/) section - Details of the [OAuth Information](/docs/build-flow/manifests/schema/oauth-information/) section - Details of the [Features](/docs/build-flow/manifests/schema/features/) section