Is the schema for `cdk.json` documented anywhere?
See original GitHub issueI’m looking for documentation on the cdk.json
file. Is the schema published anywhere?
This is a 📕 documentation issue
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:6 (4 by maintainers)
Top Results From Across the Web
interface JsonSchema · AWS CDK
Click here to view the v2 documentation. ... Represents a JSON schema definition of the structure of a REST API model. Copied from...
Read more >JSON Schemas are available for the following 608 files
JSON Schemas for common JSON file formats. ... and validation to make sure your JSON document is correct. ... It can be hosted...
Read more >JSON Reference - Events API - mParticle documentation
As a supplement to the JSON documentation below, mParticle hosts JSON Schema documents that you can use as a reference and for programmatic...
Read more >Defining Stream Schemas | Airbyte Documentation
json file in the schemas/ directory whose name is equal to the value of the Stream.name property. In turn Stream.name by default returns...
Read more >JSON | WebStorm Documentation - JetBrains
Schemas from the JSON Schema Store can be applied to YAML files as well. By ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
AWS Toolkit has proposed a schema for cdk.json here: https://github.com/aws/aws-toolkit-vscode/pull/2078
We are hoping this can live somewhere in CDK upstream, perhaps in a
spec/
directory or design/.Is there interest in this?
I’m currently working on documenting this. Meet me over here if you have any suggestions:
https://github.com/awsdocs/aws-cdk-guide/issues/129
Yes, it will go in the Context topic.