Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion JSON_for_IO-Link_unmerged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4282,7 +4282,8 @@ components:
description: |
Parameter identifier. Can be either the parameter index (integer) or the parameter name (string). \
Access via parameter names requires IODD support. \
Parameter names come from the IODD but are reformatted according to the **Parameter naming rules** described in the general remarks section above.
Parameter names come from the IODD but are reformatted according to the **Parameter naming rules** described in the general remarks section above. \
The index is an integer in the range of 0 to 65535.
required: true
schema:
$ref: "./schemas.yaml#/schemas/parameterIdent"
Expand Down
8 changes: 2 additions & 6 deletions schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3394,13 +3394,9 @@ schemas:
portNumber: 4
ioddFileName: vendorname-devicename-20231016-IODD1.1.xml
parameterIdent:
oneOf:
- $ref: "#/schemas/parameterName"
- $ref: "#/schemas/index"
$ref: "#/schemas/parameterName"
subParameterIdent:
oneOf:
- $ref: "#/schemas/subParameterName"
- $ref: "#/schemas/subIndex"
$ref: "#/schemas/subParameterName"
rawSmi:
type: object
properties:
Expand Down
Loading