Skip to main content
Skip table of contents

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.

Product and Asset custom metadata is now searchable within Global Search. It works by looking at values that user enters and displays what product/asset and key they were found in. 

Results are shown only for assets and products that user has visibility or permissions for.

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"

        }

    ]

}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.