Say I defined a data model in JSON. Is it possible to inline a piece of schema definition to this JSON document in order to validate some of the child elements in it?
Edit:
I found How to tell JSON schema validator to pick schema from property value? gave a solution to my question.