@@ -151,19 +151,20 @@ Types that are not accompanied by a `format` property follow the type definition
151151
152152The formats defined by the OAS are:
153153
154- Common Name | [ ` type ` ] ( #dataTypes ) | [ ` format ` ] ( #dataTypeFormat ) | Comments
155- ----------- | ------ | -------- | --------
156- integer | ` integer ` | ` int32 ` | signed 32 bits
157- long | ` integer ` | ` int64 ` | signed 64 bits
158- float | ` number ` | ` float ` | |
159- double | ` number ` | ` double ` | |
160- string | ` string ` | | |
161- byte | ` string ` | ` byte ` | base64 encoded characters
162- binary | ` string ` | ` binary ` | any sequence of octets
163- boolean | ` boolean ` | | |
164- date | ` string ` | ` date ` | As defined by ` full-date ` - [ RFC3339] ( https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14 )
165- dateTime | ` string ` | ` date-time ` | As defined by ` date-time ` - [ RFC3339] ( https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14 )
166- password | ` string ` | ` password ` | A hint to UIs to obscure input.
154+ [ ` type ` ] ( #dataTypes ) | [ ` format ` ] ( #dataTypeFormat ) | Comments
155+ ------ | -------- | --------
156+ ` integer ` | ` int32 ` | signed 32 bits
157+ ` integer ` | ` int64 ` | signed 64 bits (a.k.a long)
158+ ` number ` | ` float ` | |
159+ ` number ` | ` double ` | |
160+ ` string ` | | |
161+ ` string ` | ` byte ` | base64 encoded characters
162+ ` string ` | ` binary ` | any sequence of octets
163+ ` boolean ` | | |
164+ ` string ` | ` date ` | As defined by ` full-date ` - [ RFC3339] ( https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14 )
165+ ` string ` | ` date-time ` | As defined by ` date-time ` - [ RFC3339] ( https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14 )
166+ ` string ` | ` password ` | A hint to UIs to obscure input.
167+
167168
168169### <a name =" richText " ></a >Rich Text Formatting
169170Throughout the specification ` description ` fields are noted as supporting CommonMark markdown formatting.
0 commit comments