Say in the schema what a verified date records - #66
Merged
Conversation
Every other field in a connection changes what gete does; verified changes nothing. It is a record of an authorization someone took end to end, and a reader who meets it has no way to tell that from a field that is checked, or to know how much of the flow the date stands for. The schema is the only place that can say so, since nothing at runtime reads the field beyond printing it. 🤖 Generated with Claude Code
Merged
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.
verifiedwas the one field in the connection schema with nodescription,and it is the field that most needs one: every other key changes what gete
does, while this one changes nothing at all. Nothing reads it beyond
gete connections, which prints the date ornot verified in Gemini Enterprise.So a reader meeting
verified: {gemini_enterprise: 2026-08-27}in a catalogentry has nothing to tell them how much of the flow that date stands for, or
that no check is being made against it.
The date's meaning is the part worth pinning down: consent screen, code
exchange, and the token used against the service. That is what the entries
carrying one were held to, and stating it keeps a later entry from claiming
the word for less.
Text only - the accepted shape is unchanged, and a document that validated
before validates now. Other properties in this schema and the others are
still undescribed; they are left for whoever needs them.
tests
tests/test_schema.py: the connection schema is expected to describeverifiedand the date under it. Written first, red, then the schema.