Helper tools for editing yaml files #4
TeresiaOlsson
started this conversation in
Ideas
Replies: 2 comments 11 replies
-
First I tested VS code:
Then problem: VS code doesn't understand the difference between writing a model and a schema. So when it suggests what to add it also suggests fields that are only descriptions in the Maybe there is some way to tell VS code that I don't want to edit the schema. I will see if I figure that out. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Then I tested the MetaConfigurator.
I really liked it. |
Beta Was this translation helpful? Give feedback.
2 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 start a separate discussion on this topic to not discuss too many things at once in #2 .
The idea is:
I have tested:
The MetaConfigurator is a tool developed at University of Stuttgart to help people write json/yaml files which follow some schema but also to edit or develop a schema.
Github:
https://github.com/MetaConfigurator/meta-configurator
Talk at deRSE25:
https://events.hifis.net/event/1741/contributions/13330/
Test case:
I made a very simple test case with some pydantic models.
I then extracted the schema for the quadrupole.
It looked like this:
Beta Was this translation helpful? Give feedback.
All reactions