Skip to content

Commit 6adfd85

Browse files
committed
Merging definition from x-devices in headers section into x-device parameters definition.
1 parent cd7e913 commit 6adfd85

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

code/API_definitions/dedicated-network-accesses.yaml

+7-12
Original file line numberDiff line numberDiff line change
@@ -162,18 +162,6 @@ components:
162162
name: x-device
163163
in: header
164164
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: |
177165
Device object (#/components/schemas/Device") represented in a header.
178166
It is serialized according to RFC 8941 as a structured field value where
179167
the Device object is a dictionary, with the following additonal provisions
@@ -185,6 +173,13 @@ components:
185173
as per section 3.3.5 of the RFC
186174
schema:
187175
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
188183

189184
schemas:
190185
AccessId:

0 commit comments

Comments
 (0)