Skip to content

Commit

Permalink
AudioCell - set audio type to string (#3109)
Browse files Browse the repository at this point in the history
* set audio type to string

* make image height and width optional

* Revert "make image height and width optional"

This reverts commit d62e6f2.

* make image height and width optional pt 2 😅
  • Loading branch information
cfahlgren1 authored Dec 6, 2024
1 parent 539b437 commit eef00c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,7 @@
"format": "uri"
},
"type": {
"type": "string",
"enum": ["audio/wav", "audio/mpeg", "audio/ogg"]
"type": "string"
}
}
}
Expand All @@ -774,7 +773,7 @@
"type": "integer"
}
},
"required": ["src", "height", "width"]
"required": ["src"]
},
"NullableImagesListCell": {
"type": "array",
Expand Down

0 comments on commit eef00c2

Please sign in to comment.