Skip to content

Commit ec3a50c

Browse files
committed
Add rule for device alias config
1 parent a73f665 commit ec3a50c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JSON_for_IO-Link_unmerged.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ paths:
129129
responses:
130130
"200":
131131
description: Successful operation
132-
content:
132+
content:
133133
application/json:
134134
schema:
135-
type: object
135+
type: object
136136
required:
137137
- url
138138
properties:
@@ -2387,7 +2387,7 @@ paths:
23872387
- $ref: "#/components/parameters/masterNumber"
23882388
- $ref: "#/components/parameters/portNumber"
23892389
requestBody:
2390-
description: The configuration object for the specified port to be written.
2390+
description: The configuration object for the specified port to be written. The definition of duplicated deviceAlias has to be rejected.
23912391
required: true
23922392
content:
23932393
application/json:

0 commit comments

Comments
 (0)