Skip to content

Commit

Permalink
Update OpenAPI.json
Browse files Browse the repository at this point in the history
  • Loading branch information
p-zielinski committed Oct 10, 2023
1 parent a18fd61 commit 43daf95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions reference/OpenAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -41608,24 +41608,30 @@
"items": {
"anyOf": [
{
"title": "string",
"type": "string"
},
{
"title": "number",
"type": "number"
},
{
"type": "object",
"type": "object"
}
]
}
},
{
"title": "string",
"type": "string"
},
{
"title": "number",
"type": "number"
},
{
"title": "object",
"type": "object"
}
],
Expand Down

0 comments on commit 43daf95

Please sign in to comment.