Schema Check for JSON

Is there a way to check the schema on JSON documents, like checking the xsd schema for XML documents in MarkLogic 8?

thanks

+4
source share
1 answer

MarkLogic lacks built-in JSON schema validation. Having said that, there are many JS JSON validation libraries. Therefore, it is unrealistic to think that you can use the js validation library for this task.

+4
source

Source: https://habr.com/ru/post/1616428/


All Articles