An open API service indexing awesome lists of open source software.

https://github.com/steeltoeoss/schema

Steeltoe appsettings.config schema generator for modern IDEs (Visual Studio 2019, Visual Studio Code, and Rider)
https://github.com/steeltoeoss/schema

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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:

```json
{
"$schema": "https://steeltoe.io/schema/latest/schema.json"
...
}
```