title: JSON Web Key Set (JWKS) description: 'JWKS nach 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'