Skip to content
Merged
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
7 changes: 6 additions & 1 deletion schema/registers.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,14 @@
"type": "integer"
},
"offset": {
"description": "Specifies the payload array offset where this payload member is stored.",
"description": "Specifies the zero-based index at which encoding of this payload member starts.",
"type": "integer"
},
"length": {
"description": "Specifies the number of elements used to encode this payload member.",
"type": "integer",
"minimum": 1
},
"description": {
"description": "Specifies a summary description of the payload member.",
"type": "string"
Expand Down