Skip to content

Instantly share code, notes, and snippets.

@kindly
Created November 8, 2021 22:18
Show Gist options
  • Save kindly/91e09f88ced65aaca1a15d85a56a28f9 to your computer and use it in GitHub Desktop.
Save kindly/91e09f88ced65aaca1a15d85a56a28f9 to your computer and use it in GitHub Desktop.
{"title": "title from file",
"properties": {"prop1": {"title": "sub property title in base.json"},
"prop2": {"$ref": "#/properties/prop1"},
"prop3": {"$ref": "other.json"},
"prop4": {"$ref": "other.json#/properties/prop1"},
"prop5": {"$ref": "other.json#/properties/prop2"}
}
}
{"title": "title from url",
"properties": {"prop1": {"title": "sub property title in other.json"},
"prop2": {"$ref": "#/properties/prop1"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment