Skip to content

Commit

Permalink
Add double quotes around the datastorage example content values.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram-ladurner committed Jan 15, 2025
1 parent 752c544 commit 0a46e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JSON_for_IO-Link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@ paths:
deviceId: 1234
functionId: 0
content: >-
RxEIFQKGAAAE0gAAABgAAyoqKgAZAAMqKioAGgADKioq
"RxEIFQKGAAAE0gAAABgAAyoqKgAZAAMqKioAGgADKioq"
Empty Data Storage:
value:
header:
Expand All @@ -2211,7 +2211,7 @@ paths:
deviceId: 0
functionId: 0
content: >-
AAAAAAAAAAAAAAAA
"AAAAAAAAAAAAAAAA"
"401":
$ref: "#/components/responses/HTTP_401"
"403":
Expand Down Expand Up @@ -2251,7 +2251,7 @@ paths:
Data Storage with valid content:
value:
content: >-
RxEIFQKGAAAE0gAAABgAAyoqKgAZAAMqKioAGgADKioq
"RxEIFQKGAAAE0gAAABgAAyoqKgAZAAMqKioAGgADKioq"
Empty Data Storage:
value:
content: "AAAAAAAAAAAAAAAA"
Expand Down

0 comments on commit 0a46e4c

Please sign in to comment.