1{ 2 "$schema": "https://json-schema.org/draft/2020-12/schema", 3 "$id": "http://localhost:1234/draft2020-12/ref-and-defs.json", 4 "$defs": { 5 "inner": { 6 "properties": { 7 "bar": { "type": "string" } 8 } 9 } 10 }, 11 "$ref": "#/$defs/inner" 12} 13