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.
Add the following line to your appsettings.json
file:
{
"$schema": "https://steeltoe.io/schema/latest/schema.json"
...
}