Replies: 2 comments 9 replies
-
I have a Pydantic model for fpm at https://github.com/awvwgk/pyfpm, it probably needs some updates to account for the latest changes in fpm, but should be able to produce the required JSON schema. |
Beta Was this translation helpful? Give feedback.
5 replies
-
I uploaded a generated schema at https://github.com/awvwgk/pyfpm/releases/download/v0.1.0/pyfpm-0.1.0.json, let me if this is sufficient (this schema can validate all fpm projects on GitHub around October 2021). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for the the fpm, manifest so as to generate a JSON schema for validation of
fpm.toml
files in VS Code. Do we store it somewhere either in TOML, Markdown or JSON form? I don't think the HTML version used in docs will do. I did a quick search in the repo but I couldn't find it.Beta Was this translation helpful? Give feedback.
All reactions