We can create an IS document using JSON message.
Can we create IS Document using JSON Schema? (like we can create IS document using XML schema).
Is this supported in wM 9.6 ?
I think designer takes json document, not schema in order to create a Document definition.
Did you try to load your file? the samplemessage.json file works fine for me.
We can create with both but they are not the same. The one created with JSON message is the correct structure.
The one created using the schema does not look to be a valid structure ??
JSON schema itself is also a JSON object.
WM won’t treat it as schema, I will treat it as a JSON document. If you do load it, the result is a structure of schema file, obviously not useful for processing the real JSON object.
Any update on this thread. I’m creating IS doc from JSON schema by naming it as .json file, however the structure created is not inline with what is intended.
webMethods is able to create the IS Doc from JSON schema file, however that’s not able to capture field level definitions like, Arrays and date Fields etc are coming up as just strings.