Re-introduce signature schemas
This commit is contained in:
parent
93f68866c5
commit
36ed6e94a2
6 changed files with 24 additions and 0 deletions
|
@ -81,6 +81,10 @@ properties:
|
|||
The signature is calculated using the process described at `Signing
|
||||
JSON`_.
|
||||
title: Signatures
|
||||
additionalProperties:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
valid_until_ts:
|
||||
type: integer
|
||||
format: int64
|
||||
|
|
|
@ -103,6 +103,10 @@ paths:
|
|||
signatures:
|
||||
type: object
|
||||
title: Signatures
|
||||
additionalProperties:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: |-
|
||||
The server signatures for this event.
|
||||
|
||||
|
|
|
@ -89,6 +89,10 @@ paths:
|
|||
signatures:
|
||||
type: object
|
||||
title: Signatures
|
||||
additionalProperties:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: |-
|
||||
Signature of the key object.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue