dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 520 forks source link

Binding Routes missing from tye-schema.json #1515

Open camelofcode opened 1 year ago

camelofcode commented 1 year ago

The documents for schema at https://github.com/dotnet/tye/blob/main/docs/reference/schema.md states that routes can be specified to show in bindings on the dashboard. This seems to be the case, I've added a route of "/swagger" and it is appearing on my dashboard and working correctly.

This property is however missing from the schema https://raw.githubusercontent.com/dotnet/tye/main/src/schema/tye-schema.json - so my code editor is giving me a warning that it is an invalid property.