reflectivity / orsopy

http://www.reflectometry.org/orsopy/
MIT License
0 stars 8 forks source link

Website for Schema #91

Open aglavic opened 2 years ago

aglavic commented 2 years ago

@bmaranville had some way to generate a more or less readable website to navigate through the JSON/YAML schema. We should generate that for the released versions using a Github action and link it on reflectometry.org.

bmaranville commented 2 years ago

How does this look? We can build it in an action instead of using the url retrieve.

https://json-schema.app/view/%23?url=https%3A%2F%2Fraw.githubusercontent.com%2Freflectivity%2Forsopy%2Fmain%2Forsopy%2Ffileio%2Fschema%2Frefl_header.schema.json

aglavic commented 2 years ago

I like it, this is much more accessible than the schema text file. Not sure if we need an action in this case, maybe we just put this link on the website where the file format is described.