Key versions must be [0-9a-zA-Z_]

pull/977/head
Travis Ralston 6 years ago
parent 8f1a4ae0ea
commit e27f4a69a0

@ -29,7 +29,8 @@ properties:
The object's key is the algorithm and version combined (``ed25519`` being the
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
additionalProperties:
type: object
@ -52,7 +53,8 @@ properties:
The object's key is the algorithm and version combined (``ed25519`` being the
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:
type: object
title: Old Verify Key

Loading…
Cancel
Save