Skip to content

Commit

Permalink
Simplify Firmware object (#286)
Browse files Browse the repository at this point in the history
* add SoilingRatio

* make arrays, remove old SoilingRatio

* whatsnew note

* oopsie

* fix merge errors

* Removes Firmwares array, adds Firmware to ProdCertification. Removes Applied Date, Certification Date from Firmware

---------

Co-authored-by: Cliff Hansen <[email protected]>
Co-authored-by: Kevin Kirkley <[email protected]>
  • Loading branch information
3 people committed Jan 26, 2024
1 parent ca7312f commit ba37858
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
12 changes: 3 additions & 9 deletions Master-OB-OpenAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -3209,11 +3209,11 @@
"CertificateValue": {
"$ref": "#/components/schemas/CertificateValue"
},
"FirmwareVersions": {
"$ref": "#/components/schemas/FirmwareVersions"
},
"CertificationStandard": {
"$ref": "#/components/schemas/CertificationStandard"
},
"Firmware": {
"$ref": "#/components/schemas/Firmware"
}
}
},
Expand Down Expand Up @@ -9492,14 +9492,8 @@
"FirmwareVersion": {
"$ref": "#/components/schemas/FirmwareVersion"
},
"CertificationDate": {
"$ref": "#/components/schemas/CertificationDate"
},
"Checksum": {
"$ref": "#/components/schemas/Checksum"
},
"AppliedDate": {
"$ref": "#/components/schemas/AppliedDate"
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion docs/whatsnew/whatsnew_dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Element changes

Object changes
~~~~~~~~~~~~~~
* Removes Firmwares array, adds Firmware to ProdCertification. Removes Applied Date, Certification Date from Firmware (:pull:`280`)

Unit changes
~~~~~~~~~~~~
Expand All @@ -24,5 +25,5 @@ Documentation

Contributors
~~~~~~~~~~~~

* Kevin Kirkley (:ghuser:`kevinkirkl3y`)

0 comments on commit ba37858

Please sign in to comment.