|
|
|
@ -75,18 +75,12 @@ properties:
|
|
|
|
|
required: ["expired_ts", "key"]
|
|
|
|
|
signatures:
|
|
|
|
|
type: object
|
|
|
|
|
description: Digital signatures for this object signed using the ``verify_keys``.
|
|
|
|
|
additionalProperties:
|
|
|
|
|
type: object
|
|
|
|
|
title: Signed Server
|
|
|
|
|
example: {
|
|
|
|
|
"example.org": {
|
|
|
|
|
"ad25519:abc123": "VGhpcyBzaG91bGQgYWN0dWFsbHkgYmUgYSBzaWduYXR1cmU"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
additionalProperties:
|
|
|
|
|
type: string
|
|
|
|
|
name: Encoded Signature Verification Key
|
|
|
|
|
description: |-
|
|
|
|
|
Digital signatures for this object signed using the ``verify_keys``.
|
|
|
|
|
|
|
|
|
|
The signature is calculated using the process described at `Signing
|
|
|
|
|
JSON`_.
|
|
|
|
|
title: Signatures
|
|
|
|
|
valid_until_ts:
|
|
|
|
|
type: integer
|
|
|
|
|
format: int64
|
|
|
|
|