{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StandardEntityOverridePutInput", "title": "StandardEntityOverridePutInput", "type": "object", "properties": { "is_active": { "type": "boolean" }, "inbound_action": { "$ref": "#/components/schemas/StandardEntityOverridePutInputInboundAction", "description": "* `BLOCK` - BLOCK\n* `REDACT` - REDACT\n* `LOG` - LOG\n* `NONE` - NONE" }, "outbound_action": { "$ref": "#/components/schemas/StandardEntityOverridePutInputOutboundAction", "description": "* `BLOCK` - BLOCK\n* `REDACT` - REDACT\n* `LOG` - LOG\n* `NONE` - NONE" } }, "required": [ "is_active", "inbound_action", "outbound_action" ], "description": "Input serializer for PUT /tool-packs//standard-entity-rules//." }