·
7 commits
to main
since this release
Minor Changes
- #209
8ec051fThanks @s-adamantine! - Addapp.certified.graph.followlexicon — a social-graph follow record schema-compatible withapp.bsky.graph.follow(sametidkey, samesubject/createdAt/ optionalviastrongRef fields). Exports newGRAPH_FOLLOW_NSID,GRAPH_FOLLOW_LEXICON_JSON,GRAPH_FOLLOW_LEXICON_DOC, andAppCertifiedGraphFollowtype namespace.
Patch Changes
- #213
80e5b42Thanks @s-adamantine! - Clarify thatknownValuesis an open vocabulary, not a closed enum. Adds a "Schema Conventions" section to README.md explaining that custom string values are permitted on anyknownValuesfield (and contrasting withenum, which is closed and validator-enforced). Updates inline descriptions onapp.certified.location#locationType,org.hypercerts.workscope.tag#category, andorg.hypercerts.workscope.tag#statusto explicitly note that values beyond the listed set are permitted — bringing them in line with the existing wording onorg.hypercerts.collection#type,org.hypercerts.context.attachment#contentType, andapp.certified.badge.definition#badgeType. ThelocationTypedescription now also explicitly calls out that polygons / multipolygons / featurecollections use the catch-allgeojsonentry rather than a typed variant. Fixes a misleading line in STRING_CONSTRAINTS.md that conflatedknownValueswithenum. Documentation-only — no schema or type changes.