At
view release on metacpan or search on metacpan
share/lexicons/tools/ozone/moderation/queryEvents.json view on Meta::CPAN
},
"comment": {
"type": "string",
"description": "If specified, only events with comments containing the keyword are returned. Apply || separator to use multiple keywords and match using OR condition."
},
"addedLabels": {
"type": "array",
"items": {
"type": "string"
},
"description": "If specified, only events where all of these labels were added are returned"
},
"removedLabels": {
"type": "array",
"items": {
"type": "string"
},
"description": "If specified, only events where all of these labels were removed are returned"
},
"addedTags": {
"type": "array",
"items": {
"type": "string"
},
"description": "If specified, only events where all of these tags were added are returned"
},
"removedTags": {
"type": "array",
"items": {
"type": "string"
},
"description": "If specified, only events where all of these tags were removed are returned"
},
"reportTypes": {
"type": "array",
"items": {
"type": "string"
}
},
"policies": {
"type": "array",
"items": {
"type": "string",
"description": "If specified, only events where the action policies match any of the given policies are returned"
}
},
"modTool": {
"type": "array",
"items": {
"type": "string"
},
"description": "If specified, only events where the modTool name matches any of the given values are returned"
},
"batchId": {
"type": "string",
"description": "If specified, only events where the batchId matches the given value are returned"
},
"ageAssuranceState": {
"type": "string",
"description": "If specified, only events where the age assurance state matches the given value are returned",
"knownValues": ["pending", "assured", "unknown", "reset", "blocked"]
},
"withStrike": {
"type": "boolean",
"description": "If specified, only events where strikeCount value is set are returned."
},
"cursor": {
"type": "string"
}
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["events"],
"properties": {
"cursor": {
"type": "string"
},
"events": {
"type": "array",
"items": {
"type": "ref",
"ref": "tools.ozone.moderation.defs#modEventView"
}
}
}
}
}
}
}
}
( run in 0.534 second using v1.01-cache-2.11-cpan-d8267643d1d )