apicollective / apibuilder

Simple, Comprehensive Tooling for Modern APIs
https://www.apibuilder.io/
MIT License
565 stars 83 forks source link

Support $schema field on api.json #842

Closed benwaffle closed 3 years ago

benwaffle commented 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

Related to #835

benwaffle commented 3 years ago

It's just a file in https://github.com/SchemaStore/schemastore/pull/1239