feat(schema): add project-level audit (only enabled)

This commit is contained in:
2026-09-02 16:45:36 +00:00
parent 7775164e6a
commit c1cdb6bdcc
+9
View File
@@ -272,6 +272,15 @@
}
}
},
"audit": {
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"strictFields": {
"type": "boolean"
},