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.
format
1 parent 5828d4e commit d6d4e1eCopy full SHA for d6d4e1e
versions/2.0.md
@@ -88,7 +88,8 @@ long | `integer` | `int64` | signed 64 bits
88
float | `number` | `float` | |
89
double | `number` | `double` | |
90
string | `string` | | |
91
-byte | `string` | `byte` | |
+byte | `string` | `byte` | base64 encoded characters
92
+binary | `string` | `binary` | any sequence of octets
93
boolean | `boolean` | | |
94
date | `string` | `date` | As defined by `full-date` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
95
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
0 commit comments