Skip to content

Commit

Permalink
Make root-level manufacturer_id optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed Aug 23, 2022
1 parent 2d80d57 commit 3e6d0c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ and this project adheres to
## [0.36.0]

### Added
* Added a required `"manufacturer_id"` property to the parameter message. It's a
16-bit value having a minimum of 0 and a maximum of 65535 (0xFFFF).
* Added an optional `"manufacturer_id"` property to the parameter message. It's
a 16-bit value having a minimum of 0 and a maximum of 65535 (0xFFFF).
* Added a note to the `"bit/properties/reserved"` description clarifying that
absent bits are assumed to be reserved.
* Added a "Notes on the examples" section to the README. There's currently one
Expand Down
2 changes: 1 addition & 1 deletion rdm-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
},
"unevaluatedProperties": false,
"required": [ "manufacturer_id", "pid", "version" ],
"required": [ "pid", "version" ],
"dependentRequired": {
"get_request": [ "get_response" ],
"get_response": [ "get_request" ],
Expand Down

0 comments on commit 3e6d0c1

Please sign in to comment.