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