/Schema

Steeltoe appsettings.config schema generator for modern IDEs (Visual Studio 2019, Visual Studio Code, and Rider)

Primary LanguageC#Apache License 2.0Apache-2.0

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"
    ...
}