You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the schema is created, the next step is to validate it, using something like python's jsonschema package. you should be able to hook it up to CI by adding a validation step in .circleci/config.yml
We should create a simple JSON schema for the output of https://github.com/mozilla/glean-annotations/blob/main/scripts/create-api.py
@acmiyaguchi had some good suggestions for the format in #8 (comment)
You can use the probe scraper repository schema as an example: https://github.com/mozilla/probe-scraper/blob/master/schemas/repositories.json
Once the schema is created, the next step is to validate it, using something like python's jsonschema package. you should be able to hook it up to CI by adding a validation step in
.circleci/config.yml
Feel free to reach out in #glean-dictionary on chat.mozilla.org if you have questions: https://chat.mozilla.org/#/room/#glean-dictionary:mozilla.org
The text was updated successfully, but these errors were encountered: