Skip to content

feat: Add support for web-features-mappings schema#1913

Merged
jcscottiii merged 1 commit intomainfrom
jcscottiii/add-mappings-schema
Oct 9, 2025
Merged

feat: Add support for web-features-mappings schema#1913
jcscottiii merged 1 commit intomainfrom
jcscottiii/add-mappings-schema

Conversation

@jcscottiii
Copy link
Collaborator

@jcscottiii jcscottiii commented Oct 9, 2025

Fixes #1912

This commit introduces support for the web-platform-dx/web-features-mappings schema.

The changes include:

  • Downloading the combined-schema.gen.json from the web-platform-dx/web-features-mappings repository.
  • Generating Go types from the new schema using quicktype.
  • Updating the .prettierignore to exclude the new schema directory.
  • A minor cleanup in the BCD browser schema (by downloading the latest schema).

This will enable the application to process and utilize the data from the web-features-mappings repository.

This commit introduces support for the `web-platform-dx/web-features-mappings` schema.

The changes include:
- Downloading the `combined-schema.gen.json` from the `web-platform-dx/web-features-mappings` repository.
- Generating Go types from the new schema using `quicktype`.
- Updating the `.prettierignore` to exclude the new schema directory.
- A minor cleanup in the BCD browser schema.

This will enable the application to process and utilize the data from the web-features-mappings repository.
@jcscottiii jcscottiii added this pull request to the merge queue Oct 9, 2025
Merged via the queue into main with commit 4b1e028 Oct 9, 2025
7 checks passed
@jcscottiii jcscottiii deleted the jcscottiii/add-mappings-schema branch October 9, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] Integrate web-features-mappings schema into the repo

2 participants