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)
- Host: GitHub
- URL: https://github.com/steeltoeoss/schema
- Owner: SteeltoeOSS
- License: apache-2.0
- Created: 2019-04-30T20:19:22.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T11:12:06.000Z (12 months ago)
- Last Synced: 2025-04-22T21:16:48.451Z (10 months ago)
- Language: C#
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
...
}
```