зеркало из https://github.com/SteeltoeOSS/Schema.git
56fa59e60f
* Replace existing tool to generate JSON configuration schemas * Remove old tool, cleanup, refresh .gitignore * Account for OS-specific line endings * Update schemas from Steeltoe codebase |
||
---|---|---|
ConfigurationSchemaGenerator | ||
ConfigurationSchemaGeneratorTest | ||
.gitignore | ||
LICENSE | ||
README.md | ||
Schema.sln |
README.md
Steeltoe JSON Configuration Schema generator
Generates the schema file that provides validation and IntelliSense when used in modern editors that support JSON Schema, such as Visual Studio 2022, Visual Studio Code and Rider.
How to use
Add the following line to your appsettings.json
file:
{
"$schema": "https://steeltoe.io/schema/latest/schema.json"
...
}