Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
which version of JSON schema is supported
kimphuhuynh
Posts: 1 ✭
in SOAtest
which version of JSON schema is supported
0
Comments
-
json-schema draft 4 and draft 5. Some properties from json-schema draft 3 are also understood, ones that were removed or redefined in draft 4, such as the "required" property. json-schema draft 5 is the same as draft 4 except that the draft itself fixes vocabulary, various typos, and bad examples.
The Swagger/OpenAPI schema object model is understood. It is a subset of json-schema draft 4 with some extensions.
json-schema documents from RAML are also understood.
Support for future json-schema drafts and other JSON type models are anticipated.
6