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 a729dc4 commit df78317Copy full SHA for df78317
src/main/kotlin/de/lancom/openapi/common/types/SchemaFormat.kt
@@ -17,8 +17,10 @@ data class SchemaFormat(val format: String) : JsonWrapper {
17
val UUID = SchemaFormat("uuid")
18
val INT32 = SchemaFormat("int32")
19
val INT64 = SchemaFormat("int64")
20
+ val FLOAT = SchemaFormat("float")
21
val DATE = SchemaFormat("date")
22
val DATE_TIME = SchemaFormat("date-time")
23
val EMAIL = SchemaFormat("email")
24
+ val BINARY = SchemaFormat("binary")
25
}
26
0 commit comments