A JSON Pointer is a specific property syntax used to reference the location of other JSON files. The property key for a JSON pointer is $ref and the value is a path relative to the base location which was specified by the id key.
Here’s an example of how the pointers destination is resolved:
id property:“some_property_name” : { "$ref": "person.json" }