mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 03:29:53 +00:00

* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
1.3 KiB
1.3 KiB
title | slug |
---|---|
page | /main-concepts/metadata-standard/schemas/system/ui/page |
Team
This schema defines the Page entity. A Page is a landing page, schema page to customize in OpenMetadata.
Properties
entityType
: Entity Type. Must be one of:["Page"]
. Default:"Page"
.pageType
: Refer to #/definitions/pageType.layout
(object): Configuration for the Knowledge Panel.tabs
(array): Tabs included in this page. Default:[]
.- Items: Refer to tab.json.
persona
: Persona this page belongs to. Refer to ../../type/entityReference.json.domain
: Domain this page belongs to. Refer to ../../type/entityReference.json.knowledgePanels
: KnowledgePanels that are part of this Page. Refer to ../../type/entityReferenceList.json.
Definitions
pageType
(string): This schema defines the type used for describing different types of pages. Must be one of:["LandingPage", "Table", "StoredProcedure", "Database", "DatabaseSchema", "Topic", "Pipeline", "Dashboard", "DashboardDataModel", "Container", "SearchIndex", "Glossary", "GlossaryTerm", "Domain"]
.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.