Skip to content

Commit 42cfa9e

Browse files
committed
Extract creds
1 parent 6fc2672 commit 42cfa9e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

auditflow-be/src/main/resources/openapi/openapi-audit-v1.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ components:
6464
geolocation:
6565
$ref: '#/components/schemas/Geolocation'
6666
extra:
67-
$ref: '#/components/schemas/ExtraObject'
67+
$ref: '#/components/schemas/Extra'
6868
rawData:
6969
type: string
7070
description: Optional raw event data or original message, typically a stringified JSON or XML.
@@ -157,15 +157,11 @@ components:
157157
type: string
158158
description: The city name where the event originated (e.g., "Munich").
159159
example: "Munich"
160-
ExtraObject:
160+
Extra:
161161
type: object
162-
description: A flexible object to capture application-specific context or additional details not covered by other fields.
163-
additionalProperties:
164-
type: string
162+
description: Custom user-defined fields.
163+
additionalProperties: true
165164
example:
166-
licenseType: "FEATURE"
167-
validity: "1 year"
168-
supportIncluded: true
169165
userId: "customer123"
170166
userBU: "BU12345678"
171167

0 commit comments

Comments
 (0)