Skip to content

Commit

Permalink
updated openapi.json with prev changes
Browse files Browse the repository at this point in the history
Signed-off-by: anchit-chandran <[email protected]>
  • Loading branch information
anchit-chandran committed Apr 19, 2024
1 parent a633678 commit 5d5bb73
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,18 +660,24 @@
"title": "Centile"
},
"data": {
"items": {
"$ref": "#/components/schemas/Data"
},
"type": "array",
"anyOf": [
{
"items": {
"$ref": "#/components/schemas/Data"
},
"type": "array"
},
{
"type": "null"
}
],
"title": "Data"
}
},
"type": "object",
"required": [
"sds",
"centile",
"data"
"centile"
],
"title": "Centile"
},
Expand Down Expand Up @@ -1283,15 +1289,21 @@
"title": "X"
},
"y": {
"type": "number",
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Y"
}
},
"type": "object",
"required": [
"l",
"x",
"y"
"x"
],
"title": "Data"
},
Expand Down

0 comments on commit 5d5bb73

Please sign in to comment.