Fix audit and framework deletion

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-12-09 10:04:47 +01:00
parent c355f1c307
commit 3169fa3c0a
21 changed files with 95 additions and 74 deletions

View File

@@ -1496,7 +1496,6 @@ components:
- id
- organization_id
- reference_id
- audit_id
- root_cause
- owner_id
- status
@@ -1525,7 +1524,11 @@ components:
- "null"
description: Description
audit_id:
$ref: "#/components/schemas/GID"
anyOf:
- $ref: "#/components/schemas/GID"
description: Audit ID
- type: "null"
description: No audit
description: Audit ID
date_identified:
type:
@@ -1626,7 +1629,6 @@ components:
required:
- organization_id
- reference_id
- audit_id
- root_cause
- owner_id
- status
@@ -1641,7 +1643,11 @@ components:
type: string
description: Description
audit_id:
$ref: "#/components/schemas/GID"
anyOf:
- $ref: "#/components/schemas/GID"
description: Audit ID
- type: "null"
description: No audit
description: Audit ID
date_identified:
type: string
@@ -1718,6 +1724,7 @@ components:
$ref: "#/components/schemas/GID"
- type: "null"
description: Audit ID
go.probo.inc/mcpgen/omittable: true
due_date:
type: ["string", "null"]
format: date-time