diff --git a/schemas/config/action.schema.json b/schemas/config/action.schema.json index 7d4a89d..89ce7c3 100644 --- a/schemas/config/action.schema.json +++ b/schemas/config/action.schema.json @@ -27,6 +27,25 @@ "$ref": "hooks.schema.json" } ] + }, + "audit": { + "type": "object", + "additionalProperties": false, + "properties": { + "enabled": { + "type": "boolean" + }, + "actions": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "get", + "post" + ] + } + } + } } }, "required": [