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.
Added pydantic classes that define a schema describing the structure of the json for a CongressionalRecordDocument, along with a textual description of that schema. The schema is not actually used in the application, although it would make it easy for anyone to write python code that uses those classes to do work on the formatted output of the tool.
dev_scripts/validate_json.py allows any json output to be validated against the schema.
If the schema for the generated json changes, the pydantic classes and the schema documentation should be updated.
Add text to README.md giving instructions to running with uv, and updated .git_ignore for working with uv