mirror of https://github.com/kdl-org/kdl.git
remove 'money' in favor of adding a 'currency' code, added country codes.
This commit is contained in:
parent
0de09d7bc5
commit
4cc7a463bf
5
SPEC.md
5
SPEC.md
|
|
@ -255,7 +255,10 @@ IEEE754-2008 decimal floating point numbers
|
||||||
* `date`: "Date" section of ISO8601.
|
* `date`: "Date" section of ISO8601.
|
||||||
* `duration`: ISO8601 duration format.
|
* `duration`: ISO8601 duration format.
|
||||||
* `decimal`: IEEE 754-2008 decimal string format.
|
* `decimal`: IEEE 754-2008 decimal string format.
|
||||||
* `money`: TBD
|
* `currency`: ISO 4217 currency code.
|
||||||
|
* `country-2`: ISO 3166-1 alpha-2 country code.
|
||||||
|
* `country-3`: ISO 3166-1 alpha-3 country code.
|
||||||
|
* `country-subdivision`: ISO 3166-2 country subdivision code.
|
||||||
* `email`: RFC5302 email address.
|
* `email`: RFC5302 email address.
|
||||||
* `idn-email`: RFC6531 internationalized email address.
|
* `idn-email`: RFC6531 internationalized email address.
|
||||||
* `hostname`: RFC1132 internet hostname.
|
* `hostname`: RFC1132 internet hostname.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue