Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 406 Bytes

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