smithy-lang / smithy-vscode

A Visual Studio Code extension to provide syntax highlighting for the Smithy IDL.
https://marketplace.visualstudio.com/items?itemName=smithy.smithy-vscode-extension
Apache License 2.0
37 stars 14 forks source link

Add smithy-build.json json schema #76

Closed milesziemer closed 1 year ago

milesziemer commented 1 year ago

Issue #, if available:

Description of changes: Adds a schema definition file for smithy-build.json. VSCode's builtin JSON language server uses the schema definition to provide completions, hover contents, and validation for smithy-build.json.

The descriptions of properties were taken from the smithy site: https://smithy.io/2.0/guides/building-models/build-config.html#

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.