Skip to content

Commit 1714cd4

Browse files
authored
feat: update test api schema (#459)
1 parent a520093 commit 1714cd4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-17T17:58:51Z main 25e73389273ad4f3a0bd18d32a381203a467554c
1+
2025-10-30T16:42:39Z main d0e117abd6e1542579bb512dfe77f3ecfbe750b1

pkg/apiclients/testapi/2024-10-15/spec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,6 @@ components:
915915
$ref: '#/components/schemas/PolicyRule'
916916
required:
917917
- action_type
918-
- policy_ref
919918
- ignore
920919
type: object
921920
IgnoreDetails:
@@ -2103,6 +2102,9 @@ components:
21032102
- $ref: '#/components/schemas/PolicyRef'
21042103
description: Policy responsible for the state of suppression represented
21052104
here, if available.
2105+
skipIfFixable:
2106+
description: Skip the suppression if an actual fix is available.
2107+
type: boolean
21062108
status:
21072109
allOf:
21082110
- $ref: '#/components/schemas/SuppressionStatus'

pkg/apiclients/testapi/testapi.gen.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)