Skip to content

Commit 034944f

Browse files
committed
Replacing OAS 3.1.x features with OAS 3.0.3 features.
1 parent 44c4dce commit 034944f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

code/API_definitions/dedicated-network-accesses.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ components:
174174

175175
x-device:
176176
description: |
177-
Device object represented in a header.
177+
Device object (#/components/schemas/Device") represented in a header.
178178
It is serialized according to RFC 8941 as a structured field value where
179179
the Device object is a dictionary, with the following additonal provisions:
180180
- property names are changed to lower case to comply with the RFC
@@ -183,10 +183,8 @@ components:
183183
as per section 3.3.3 of the RFC
184184
- if the property value is a string and contains non-ASCII characters, the string must be serialized as Byte Sequence using UTF-8 encoding,
185185
as per section 3.3.5 of the RFC
186-
content:
187-
text/plain:
188-
schema:
189-
$ref: "#/components/schemas/Device"
186+
schema:
187+
type: string
190188

191189
schemas:
192190
AccessId:

0 commit comments

Comments
 (0)