You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment (Include rationale for comment): JSON Schemas map xsd:language typed properties to the plain JSON Schema String. However, the XML Schema Part 2: Datatypes Second Edition Section 3.3.3 says that lexical space of a xsd:language typed value is [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*
Suggested Change:
Add pattern constraint of [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})* to for JSON equivalents of xsd:language.
Organization Name: The Turnout
Organization Type: 1 (CTR)
Comment (Include rationale for comment): JSON Schemas map
xsd:language
typed properties to the plain JSON SchemaString
. However, the XML Schema Part 2: Datatypes Second Edition Section 3.3.3 says that lexical space of a xsd:language typed value is[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*
Suggested Change:
Add pattern constraint of
[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*
to for JSON equivalents ofxsd:language
.Organization Type: 1 = Federal, 2 = Industry, 3 = Academia, 4 = Self, 5 = Other
The text was updated successfully, but these errors were encountered: