title: JSON Web Key Set (JWKS) description: 'JWKS nach [RFC 7517](https://datatracker.ietf.org/doc/html/rfc7517#section-5)' type: object required: - keys properties: keys: type: array uniqueItems: true minItems: 1 items: $ref: './jwk.yml'