File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
auditflow-be/src/main/resources/openapi Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ components:
64
64
geolocation :
65
65
$ref : ' #/components/schemas/Geolocation'
66
66
extra :
67
- $ref : ' #/components/schemas/ExtraObject '
67
+ $ref : ' #/components/schemas/Extra '
68
68
rawData :
69
69
type : string
70
70
description : Optional raw event data or original message, typically a stringified JSON or XML.
@@ -157,15 +157,11 @@ components:
157
157
type : string
158
158
description : The city name where the event originated (e.g., "Munich").
159
159
example : " Munich"
160
- ExtraObject :
160
+ Extra :
161
161
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
165
164
example :
166
- licenseType : " FEATURE"
167
- validity : " 1 year"
168
- supportIncluded : true
169
165
userId : " customer123"
170
166
userBU : " BU12345678"
171
167
You can’t perform that action at this time.
0 commit comments