{ "abstract": true, "id": "DSInsertParameters", "module_id": "DistributedServices", "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 to tell where rule/section need to be added. All the params take rule/section Id.", "type": "object" }