fly.io schema is outdated
It seems that the fly.io schema is out of date, as sections like [http_service] are missing.
What is the current process to update the schema? I assume the definition was originally generated via schema-gen (which has been removed since)?
The flyctl repo contains a test file with the promising name full-reference.toml which unfortunately lacks types.
On the other hand, appconfig/config.go and related files define types and keys, but I'm not sure how parsable they are.
~~Do your schema definitions follow a specific standard?~~ (edit: JSON schema of course - gotta work on my reading comprehension 😅)
Schemas are provided via SchemaStore so if there is anything outdated, it should be reported in https://github.com/schemastore/schemastore