{ "title": "examples/advanced", "description": "A schema that references another schema", "$id": "/examples/advanced/1.0.1", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [ "basic_from" ], "properties": { "basic_from": { "title": "basic_from schema data", "description": "Description that replaces value from $ref ", "$ref": "/examples/basic/1.0.1" } } }