PBRInsertParameters (type)

{
  "extends": {
    "$ref": "DSInsertParameters
  }, 
  "id": "PBRInsertParameters", 
  "module_id": "PBR", 
  "properties": {
    "id": {
      "maxLength": 64, 
      "required": false, 
      "title": "Identifier of the anchor rule or section. This is a required field in case operation like 'insert_before' and 'insert_after'.", 
      "type": "string"
    }, 
    "operation": {
      "default": "insert_top", 
      "enum": [
        "insert_top", 
        "insert_bottom", 
        "insert_after", 
        "insert_before"
      ], 
      "required": false, 
      "title": "Operation", 
      "type": "string"
    }
  }, 
  "title": "Parameters that indicate where rule/section need to be added All the params take rule/section Id", 
  "type": "object"
}