Re-introduce signature schemas
This commit is contained in:
parent
93f68866c5
commit
36ed6e94a2
6 changed files with 24 additions and 0 deletions
|
@ -33,6 +33,10 @@ properties:
|
|||
type: object
|
||||
description: A signatures object containing a signature of the entire signed object.
|
||||
title: Signatures
|
||||
additionalProperties:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
example: {
|
||||
"example.org": {
|
||||
"ed25519:0": "some9signature"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue