mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-30 11:03:42 +01:00
Key versions must be [0-9a-zA-Z_]
This commit is contained in:
parent
8f1a4ae0ea
commit
e27f4a69a0
|
|
@ -29,7 +29,8 @@ properties:
|
||||||
|
|
||||||
The object's key is the algorithm and version combined (``ed25519`` being the
|
The object's key is the algorithm and version combined (``ed25519`` being the
|
||||||
algorithm and ``abc123`` being the version in the example below). Together,
|
algorithm and ``abc123`` being the version in the example below). Together,
|
||||||
this forms the Key ID.
|
this forms the Key ID. The version must have characters matching the regular
|
||||||
|
expression ``[a-zA-Z0-9_]``.
|
||||||
required: true
|
required: true
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: object
|
type: object
|
||||||
|
|
@ -52,7 +53,8 @@ properties:
|
||||||
|
|
||||||
The object's key is the algorithm and version combined (``ed25519`` being the
|
The object's key is the algorithm and version combined (``ed25519`` being the
|
||||||
algorithm and ``0ldK3y`` being the version in the example below). Together,
|
algorithm and ``0ldK3y`` being the version in the example below). Together,
|
||||||
this forms the Key ID.
|
this forms the Key ID. The version must have characters matching the regular
|
||||||
|
expression ``[a-zA-Z0-9_]``.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: object
|
type: object
|
||||||
title: Old Verify Key
|
title: Old Verify Key
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue