feat(frontend): Add ComplianceStatus and first validation

This commit is contained in:
2025-03-01 08:45:12 +01:00
parent 12ba5da7be
commit c07e03d593
7 changed files with 172 additions and 7 deletions

View File

@@ -796,6 +796,13 @@ components:
- SENSITIVE
- NONE
ComplianceStatus:
type: string
enum:
- NON_CRITICAL
- WARNING
- CRITICAL
####### Supporting components #######
Page:
type: object