The action to take if the expression matches
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/page-shield_policy-action", "title": "page-shield_policy-action", "description": "The action to take if the expression matches", "enum": [ "allow", "log" ], "example": "allow", "type": "string" }