hubverse-org / schemas

JSON schemas for modeling hubs
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Use jq to un-collapse arrays #106

Closed annakrystalli closed 1 month ago

annakrystalli commented 1 month ago

I used the following commands to un-collapse any arrays in the schema files:

jq -c --indent 4 . v3.0.1/tasks-schema.json | sponge v3.0.1/tasks-schema.json
jq -c --indent 4 . v3.0.1/admin-schema.json | sponge v3.0.1/admin-schema.json

This does not change any of the content of the files, just the formatting but will allow diffs in #103 to be show up correctly.