Liquid Studio: How to write a JSON schema $ref to another file
问题 I'm trying to refer to a JSON schema located in a different file using "$ref" with Liquid Studio 2017. Both the referring JSON schema and the referred JSON schema are located within the same directory. I tried it using relative paths: "$ref": "referredSchema.json/propertyName" and using absolute paths: "$ref": "file:///C:/JSON/referredSchema.json/propertyName" "$ref": "file:///JSON/referredSchema.json/propertyName" "$ref": "file:///JSON/referredSchema.json#/propertyName" and a few other