Courts
- class authorityspoke.courts.Court(**data)
A court that issues legal decisions.
- Parameters:
id – The unique identifier for this court.
name – The name of this court.
url – The URL of this court in the Case Access Project API.
slug – The URL-safe name of this court.
name_abbreviation – The abbreviation of this court’s name.
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].