File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -1878,18 +1878,28 @@ Database-audit:
1878
1878
title : Database-audit
1879
1879
description : A map of audit events and whether they are enabled or not.
1880
1880
type : object
1881
- additionalProperties :
1882
- x-additionalPropertiesName : audit_id
1883
- description : The audit event ID and whether it is enabled or not.
1884
- type : boolean
1881
+ properties :
1882
+ enabled :
1883
+ type : boolean
1884
+ events :
1885
+ type : object
1886
+ additionalProperties :
1887
+ x-additionalPropertiesName : audit_id
1888
+ description : The audit event ID and whether it is enabled or not.
1889
+ type : boolean
1885
1890
Database-audit-verbose :
1886
1891
title : Database-audit-verbose
1887
1892
description : A map of detailed audit events.
1888
1893
type : object
1889
- additionalProperties :
1890
- x-additionalPropertiesName : audit_id
1891
- description : The audit event ID and whether it is enabled or not.
1892
- $ref : ' #/AuditEventVerbose'
1894
+ properties :
1895
+ enabled :
1896
+ type : boolean
1897
+ events :
1898
+ type : object
1899
+ additionalProperties :
1900
+ x-additionalPropertiesName : audit_id
1901
+ description : The audit event ID and whether it is enabled or not.
1902
+ $ref : ' #/AuditEventVerbose'
1893
1903
AuditEventVerbose :
1894
1904
title : audit-event-verbose
1895
1905
description : Detailed information about an audit event.
You can’t perform that action at this time.
0 commit comments