Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jq to un-collapse arrays #106

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Use jq to un-collapse arrays #106

merged 1 commit into from
Oct 10, 2024

Conversation

annakrystalli
Copy link
Member

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.

@annakrystalli annakrystalli merged commit 1b1b9b2 into main Oct 10, 2024
3 checks passed
@annakrystalli annakrystalli deleted the ak/jq-v3.0.1 branch October 10, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants