taplo icon indicating copy to clipboard operation
taplo copied to clipboard

fly.io schema is outdated

Open mootari opened this issue 2 years ago • 1 comments

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)?

mootari avatar Apr 19 '23 10:04 mootari

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 😅)

mootari avatar Apr 19 '23 10:04 mootari

Schemas are provided via SchemaStore so if there is anything outdated, it should be reported in https://github.com/schemastore/schemastore

panekj avatar Jul 12 '24 12:07 panekj