I have multiple schema definitions in multiple files (multiple .json files),
Does JSON schema allow schema definition in multiple .json files in multiple directories ? Or should all schema definitions (all *.json files) reside in one directory ?
Couldnt get much info from http://json-schema.org/latest/json-schema-core.html.
The reason i am asking is while generating POJO's from .json files in Java app, jsonschema2pojo plugin is able to handle multiple directories whereas swagger code-gen plugin can only handle one directory. I would like to know if its JSON-Schema guideline or plugin deficiency.