Once you have learnt how to create a registry extension file and content, see the list of the Governance Artifacts main element descriptions below:
...
This is the root element of the new artifact which is being defined. It has several attributes:
- type - Defines the mediatype media type 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
...