Closed annakrystalli closed 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.
I used the following commands to un-collapse any arrays in the schema files:
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.