Skip to content

Commit cd7e913

Browse files
committed
Removing columns from descriptions
1 parent 034944f commit cd7e913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/API_definitions/dedicated-network-accesses.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ components:
176176
description: |
177177
Device object (#/components/schemas/Device") represented in a header.
178178
It is serialized according to RFC 8941 as a structured field value where
179-
the Device object is a dictionary, with the following additonal provisions:
179+
the Device object is a dictionary, with the following additonal provisions
180180
- property names are changed to lower case to comply with the RFC
181-
- serializing property values must comply with the RFC depending on the type, and in particular:
181+
- serializing property values must comply with the RFC depending on the type, and in particular
182182
- if the property value is a string which contains only ASCII characters, the string can be serialized as String,
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,

0 commit comments

Comments
 (0)