Skip to content

Commit

Permalink
Align API, isApproximate
Browse files Browse the repository at this point in the history
  • Loading branch information
daveih committed Nov 20, 2023
1 parent 6549dd3 commit 319b2ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Deliverables/API/USDM_API.json
Original file line number Diff line number Diff line change
Expand Up @@ -2167,6 +2167,10 @@
"type": "number",
"title": "Maxvalue"
},
"isApproximate": {
"type": "boolean",
"title": "Isapproximate"
},
"unit": {
"$ref": "#/components/schemas/Code"
}
Expand All @@ -2176,6 +2180,7 @@
"id",
"minValue",
"maxValue",
"isApproximate",
"unit"
],
"title": "Range"
Expand Down
4 changes: 4 additions & 0 deletions Deliverables/API/USDM_API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1542,13 +1542,17 @@ components:
maxValue:
type: number
title: Maxvalue
isApproximate:
type: boolean
title: Isapproximate
unit:
$ref: '#/components/schemas/Code'
type: object
required:
- id
- minValue
- maxValue
- isApproximate
- unit
title: Range
ResponseCode:
Expand Down

0 comments on commit 319b2ec

Please sign in to comment.