Property description

The templates property defines how an object type (OT) is displayed in the object view and search results. Templates are made up of different components, which are available in the Components library.

Minimal JSON

{}
{
  "key": "app_overview",
  "templates": {
    "main": {
      "centerArea": [
        {
          "componentId": "app_overview#attributes#app_description",
          "type": "attributes",
          "values": [
            "app_description"
          ]
        }
      ],
      "rightArea": [
        {
          "componentId": "app_overview#component#ownership_business",
          "value": "core_ownership_business",
          "type": "component"
        }
      ]
    }
  }
}

Example taken from the core_documentation package.

Nested properties

PropertyDescriptionValuesMandatory
mainConfigures the object type page, its sections and components.jsonNo
miscellaneousConfigures other object type parameters.jsonNo
objectDetailConfigures the object type’s detail window in e.g., advanced search or right panel in diagrams.jsonNo
searchDefines the subfacets of the object type in a search area (search form). In a nested value array, define the facets using the default facets configuration guide.jsonNo