Keith Fung
Keith Fung
@avinal Thanks for the followup.
@mihir1739 you got it!
@mihir1739 Unassigning since there was no followup. Feel free to reply if you're still working on it.
@gagandeepp you got it!
@gagandeepp This error can be replicated by passing any model that doesn't match the request model. Using the example: `ballots = [PlaintextBallot.from_json_object(ballot) for ballot in request.ballots]` will fail if there...
@sumitsawant of course. Take a swing!
@gagandeepp Take a look. Feel free.
```py from typing import Any, Tuple from os.path import join, dirname, realpath from json import load from jsonschema import validate from jsonschema.exceptions import ValidationError __all__ = ["get_election_description_schema", "validate_json_schema"] def _load_schema(json_schema_file_name:...
@bhushan-borole and @PradyumnaKrishna Sorry I missed both of these. The schemas are currently in the process of being moved to the github.com/microsoft/electionguard repositories. The idea is that there should be...
@TuTomasz You really hit it out of the park with that answer. I'm sorry I missed it. This seems like right approach.