diff --git a/schemas/config/project.schema.json b/schemas/config/project.schema.json index 5575677..5b0c8fe 100644 --- a/schemas/config/project.schema.json +++ b/schemas/config/project.schema.json @@ -272,6 +272,15 @@ } } }, + "audit": { + "type": "object", + "additionalProperties": false, + "properties": { + "enabled": { + "type": "boolean" + } + } + }, "strictFields": { "type": "boolean" },