You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where would one register referenced schemas in VSC so they would be available to Intellisense?
I have a schema with multiple (possibly hundreds) of subschemas which I want to write a data instance against. How can I use VSC Intellisense to guide me through the schema while I'm creating an instance?
#instance
{
"$schema": "http://example.com/common/mainSchema.json",
"id": "testing",
" << I want Intellisense to provide the available properties in the `allOf/1` subschema (anotherNestedSchema).
The text was updated successfully, but these errors were encountered:
Where would one register referenced schemas in VSC so they would be available to Intellisense?
I have a schema with multiple (possibly hundreds) of subschemas which I want to write a data instance against. How can I use VSC Intellisense to guide me through the schema while I'm creating an instance?
Take this concocted example:
The text was updated successfully, but these errors were encountered: