ExtraConfig (type)

{
  "description": "Extra config is intended for supporting vendor specific configuration on the data path, it can be set as key value string pairs on either logical switch or logical port. If it was set on logical switch, it will be inherited automatically by logical ports in it. Also logical port setting will override logical switch setting if specific key was dual set on both logical switch and logical port.", 
  "id": "ExtraConfig", 
  "module_id": "Switching", 
  "properties": {
    "config_pair": {
      "$ref": "KeyValuePair, 
      "required": true, 
      "title": "Key value pair in string for the configuration"
    }
  }, 
  "title": "Vendor specific configuration on logical switch or logical port", 
  "type": "object"
}