1{ 2 "$schema": "http://json-schema.org/draft-07/schema#", 3 "title": "schema-with-urn-ref", 4 "type": "object", 5 "properties": { 6 "account": { 7 "$ref": "account" 8 } 9 } 10} 11