Re: [poe] Improve Constraint definitions

@riannella re your "I assume JSON uses xml schema datatpes?": no, it 
doesn't. JSON has only the basic Javascript data types string, 
numeric, boolean and operator. And JSON Schema allows to add formats, 
e.g. to strings:  date-time, uri, email ... and numeric could have 
number (= xsd:decimal) and integer as sub-types. Therefore a note "...
 should be a xsd:date or a xsd:dateTime ..." cannot be implemented by 
JSON (Schema).

-- 
GitHub Notification of comment by nitmws
Please view or discuss this issue at 
https://github.com/w3c/poe/issues/67#issuecomment-274429327 using your
 GitHub account

Received on Monday, 23 January 2017 08:44:55 UTC