Skip to content

Commit 481e4f2

Browse files
committed
Update 2.0.md
Modified table structure, no added content.
1 parent c04c9ec commit 481e4f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

versions/2.0.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ Common Name | [`type`](#dataTypeType) | [`format`](#dataTypeFormat) | Comments
8585
----------- | ------ | -------- | --------
8686
integer | `integer` | `int32` | signed 32 bits
8787
long | `integer` | `int64` | signed 64 bits
88-
float | `number` | `float` |
89-
double | `number` | `double` |
90-
string | `string` | |
91-
byte | `string` | `byte` |
92-
boolean | `boolean` | |
88+
float | `number` | `float` | |
89+
double | `number` | `double` | |
90+
string | `string` | | |
91+
byte | `string` | `byte` | |
92+
boolean | `boolean` | | |
9393
date | `string` | `date` | As defined by `full-date` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
9494
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
9595
password | `string` | `password` | Used to hint UIs the input needs to be obscured.

0 commit comments

Comments
 (0)