firewall_components-schemas-action

The action to perform when the rule matches.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-components-schemas-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_components-schemas-action",
  "title": "firewall_components-schemas-action",
  "description": "The action to perform when the rule matches.",
  "example": "execute",
  "pattern": "^[a-z_]+$",
  "type": "string"
}