Custom Metadata

Capture Custom Metadata in a < custom-meta-group> element.

The only two types of custom metadata allowed are for:

Example

<custom-meta-group>
  <custom-meta>
    <meta-name>Version</meta-name>
    <meta-value>20211101</meta-value>
  </custom-meta>
<custom-meta>
    <meta-name>authorization-year</meta-name>
    <meta-value>2021</meta-value>
  </custom-meta>
</custom-meta-group>