We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dda62a commit 251290eCopy full SHA for 251290e
openapi_pydantic/v3/v3_0_3/datatype.py
@@ -4,6 +4,7 @@
4
class DataType(str, enum.Enum):
5
"""Data type of an object."""
6
7
+ NULL = "null"
8
STRING = "string"
9
NUMBER = "number"
10
INTEGER = "integer"
0 commit comments