References
References is another great feature from opis/json-schema.
With references, you are able to point to another JSON schema inside of schema. This can be useful to reuse the same schema multiple times.
Tip
Bear in mind that when referencing a schema the full prefix must be used e.g. https://www.wp-fastendpoints.com/Posts/Get.json
Take a look at their References Docs ยป for more information