Skip to content

Commit

Permalink
feat: Add binary to OpenAPIFormat (#2330)
Browse files Browse the repository at this point in the history
🚧 Try add `binary format` for openapi
  • Loading branch information
DICE-LAB-SYX authored Sep 23, 2023
1 parent 0ad355a commit 41491f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litestar/openapi/spec/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class OpenAPIFormat(str, Enum):
IRI_REFERENCE = "iri-reference" # noqa: PIE796
UUID = "uuid"
REGEX = "regex"
BINARY = "binary"


class OpenAPIType(str, Enum):
Expand Down

0 comments on commit 41491f5

Please sign in to comment.