Closed benwaffle closed 3 years ago
By adding "$schema": "https://json.schemastore.org/apibuilder.json" to our api.json files, we get autocompletion OOTB in VSCode, and probably better support for other editors
"$schema": "https://json.schemastore.org/apibuilder.json"
Related to #835
It's just a file in https://github.com/SchemaStore/schemastore/pull/1239
By adding
"$schema": "https://json.schemastore.org/apibuilder.json"
to our api.json files, we get autocompletion OOTB in VSCode, and probably better support for other editorsRelated to #835