package dto type JsonWebKeySet struct { Keys []RsaJsonWebKey `json:"keys"` }