Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jcscottiii committed Dec 30, 2024
1 parent cd5537f commit 8225700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ node-openapi:
JSONSCHEMA_OUT_DIR = lib/gen/jsonschema

download-schemas:
wget -O jsonschema/web-platform-dx_web-features/defs.schema.json \
wget -O jsonschema/web-platform-dx_web-features/data.schema.json \
https://raw.githubusercontent.com/web-platform-dx/web-features/refs/heads/main/schemas/data.schema.json
wget -O jsonschema/mdn_browser-compat-data/browsers.schema.json \
https://raw.githubusercontent.com/mdn/browser-compat-data/main/schemas/browsers.schema.json

jsonschema:
npx quicktype \
--src jsonschema/web-platform-dx_web-features/defs.schema.json \
--src jsonschema/web-platform-dx_web-features/data.schema.json \
--src-lang schema \
--lang go \
--top-level FeatureData \
Expand Down

0 comments on commit 8225700

Please sign in to comment.