1{ 2 "$id": "http://localhost:1234/draft6/detached-ref.json", 3 "$schema": "http://json-schema.org/draft-06/schema#", 4 "definitions": { 5 "foo": { 6 "$ref": "#detached" 7 }, 8 "detached": { 9 "$id": "#detached", 10 "type": "integer" 11 } 12 } 13}