Metadata

metadata field used in product response format to configure planner to use Application

{
    "multilinkwithip": {
        "data": [
            {
                "url": "asdasd",
                "country": "AL"
            }
        ],
        "config": {
            "name": "MultiLinkWithIp",
            "start": "immediately"
        }
    }
},

The provided JSON format represents a structured data model, likely used for managing configuration and data for a feature or plugin named multilinkwithip. Let’s break it down step by step:


Breakdown of Fields

  • multilinkwithip (Object):

The top-level key representing the feature, module (multilinkwithip).
It groups all the related data and configuration.
Nested Fields:

  • data (Array of Objects):

A collection of data entries specifically for the Application

  • config (Object):

A nested configuration object defining settings for the Application multilinkwithip.
Fields include:

  • name (String): The name of the plugin or module ("MultiLinkWithIp").
  • start (String): Specifies when or how the process, feature, or module should start.
    "immediately" indicates that the action should occur after the product is shown on the right part of the Planner
    Other possible values could be "on-demand" - when the user clicks on the Configurate button