Publish the AppConfig JSON schema

It’s always useful to have the AppConfig JSON schema based on the latest build when developing with VSCode, etc.

For example, Vercel and others expose it with the following endpoint:

  • https://openapi.vercel.sh/vercel.json
  • https://turbo.build/schema.json

For Fly.io it would be:

  • https://fly.io/schema.json
1 Like

There’s already a related topic, and more than a few people are either interested in it or have given up.

For VSCode, just update the URL and everything should be fine: https://github.com/tamasfe/taplo/blob/42bce0c6a753a394ca40263660a889165c2762e5/site/site/public/schema_index.json#L12-L20

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.