File tree 1 file changed +7
-12
lines changed
1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -162,18 +162,6 @@ components:
162
162
name : x-device
163
163
in : header
164
164
description : Device object represented in a header
165
- schema :
166
- $ref : " #/components/headers/x-device"
167
- example : ' phonenumber="+123456789"'
168
-
169
- headers :
170
- x-correlator :
171
- description : Correlation id for the different services
172
- schema :
173
- type : string
174
-
175
- x-device :
176
- description : |
177
165
Device object (#/components/schemas/Device") represented in a header.
178
166
It is serialized according to RFC 8941 as a structured field value where
179
167
the Device object is a dictionary, with the following additonal provisions
@@ -185,6 +173,13 @@ components:
185
173
as per section 3.3.5 of the RFC
186
174
schema :
187
175
type : string
176
+ example : ' phonenumber="+123456789"'
177
+
178
+ headers :
179
+ x-correlator :
180
+ description : Correlation id for the different services
181
+ schema :
182
+ type : string
188
183
189
184
schemas :
190
185
AccessId :
You can’t perform that action at this time.
0 commit comments