PeterJCLaw / srcomp

Reliable software for running robotics competitions
https://github.com/PeterJCLaw/srcomp/wiki
GNU General Public License v3.0
0 stars 1 forks source link

Add a JSON schema for the compstate files? #5

Open PeterJCLaw opened 3 years ago

PeterJCLaw commented 3 years ago

It turns out that there are packages which can offer code completions in YAML based on schema, so that might be an interesting way to support better manual editing of the data files (where appropriate) along with providing a convenient place for documenting the semantics.

That schema could then also be used for validation, though it's less clear whether that's immediately useful.