Add reusable dataset metadata fields - #165
Draft
karelxfi wants to merge 1 commit into
Draft
Conversation
karelxfi
force-pushed
the
codex/metadata-enrichment-fields
branch
from
August 4, 2026 12:38
03834ae to
02a0d7e
Compare
karelxfi
force-pushed
the
codex/metadata-enrichment-fields
branch
from
August 4, 2026 12:58
02a0d7e to
d07d779
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
website,docs, and reviewedexplorerURLs to dataset metadatatierandprivatefieldslogo_bg: whiterendering hint for dark logosEvery chain-level value is repeated on its networks and validated for consistency within the same
ecosystem.Why
Consumers currently have to copy the sqd.dev enrichment layer to get chain resources, support tier, access scope, and logo treatment. These fields belong with the dataset identity metadata so other projects can consume one maintained source.
Field naming
The source metadata uses snake_case, so the website's
logoBgvalue is represented aslogo_bgalongside existing fields such asdisplay_nameandlogo_url.Validation
python scripts/sqd-network-metadata/__main__.py validate(215 metadata records and 196 declared datasets)python -m py_compile scripts/sqd-network-metadata/*.pygit diff --checkDependency
Stacked on #164 so this PR contains only the new fields and tooling changes. Retarget to
mainafter #164 merges.