{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "schema-with-urn-ref", "type": "object", "properties": { "account": { "$ref": "account" } } }