···108108 },
109109 "policies": {
110110 "type": "array",
111111+ "description": "If specified, only events where the action policies match any of the given policies are returned",
111112 "items": {
112112- "type": "string",
113113- "description": "If specified, only events where the action policies match any of the given policies are returned"
113113+ "type": "string"
114114 }
115115 },
116116 "modTool": {
···137137 "tags": {
138138 "type": "array",
139139 "maxLength": 25,
140140+ "description": "Items in this array are applied with OR filters. To apply AND filter, put all tags in the same string and separate using && characters",
140141 "items": {
141141- "type": "string",
142142- "description": "Items in this array are applied with OR filters. To apply AND filter, put all tags in the same string and separate using && characters"
142142+ "type": "string"
143143 }
144144 },
145145 "excludeTags": {