java icon indicating copy to clipboard operation
java copied to clipboard

String definition for length

Open powentonnai opened this issue 4 years ago • 1 comments

Does JSONX supports generating length attributes for String definition while converting XSD to JSON Schema.

powentonnai avatar Apr 27 '21 12:04 powentonnai

JSONx does not convert XSD to JSON Schema. JSONx defines its own JSON Schema Definition (JSD) Language that can be represented in both XML form (.jsdx extension), as well JSON form (.jsd extension). A example.jsdx schema (that is expressed in XML) can be converted to a example.jsd schema (that is represented in JSON), and vice-versa. Please see ConvertTest.

safris avatar Apr 28 '21 09:04 safris