Metadata
Custom Metadata is added in the packaging area when users create a data product, for view as additional information on the Exchange. For information on how to set this as a producer, see here.
Ecosystem Administrators can optionally enforce product custom metadata through providing default metadata field and values. By defining the product attributes that need to be provided by a Product Manager, Ecosystem Admins can ensure the standardization of certain product metadata across the ecosystem.
This can be achieved by adding a metadata key/value pair in the ‘Metadata’ section of the Ecosystem Administrator section.
For example, a configuration may look like this:
Key:
productPackagingMetadataSchema
Value:
{
"fields": [
{
"key": "KeyName",
"options": [
"Value1",
"Value2",
"Value3",
"Value4"
],
"fieldType": "select",
"required": true,
"defaultValue": "",
"placeholder": "Placeholder text"
}
]
}