Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Once you've learned how to create a registry extension file and a content, see the list of the Governance Artifacts main element descriptions below:

...

Code Block
<table name="Overview">
  <field type="text" required="true"> <name>Name</name> </field>
  <field type="text" required="true"> <name>Namespace</name> </field>
  <field type="text"> <name>Version</name> </field>
  <field type="text-area"> <name>Description</name> </field>field>only lower case characters are allowed in short name
</table>

The generated HTML UI of the table element appears as below.

...

  • type - Defines the mediatype of the artifact. The type format should beĀ application/vnd.[SOMENAME]+xml. SOMENAME can contain any alphanumeric character, "-" (hyphen), or "." (period).
  • shortName - Short name for the artifact. Only lower case characters are allowed in the short name.
  • singularLabel - Singular label of the artifact
  • pluralLabel - Plural label of the artifact
  • hasNamespace - Defines whether the artifact has a namespace (boolean)
  • iconSet - Icon set number used for the artifact icons

...