'string', 'enum' => ['tfpnb', 'tfpb', 'th', 'cfe']], required: true)] #[QueryParameter(key: 'year', schema: ['type' => 'integer'])] class RegionDistribution { public function __construct( public readonly string $tax_type = '', public readonly ?int $year = null, public readonly array $data = [], ) {} }