OpenAPI: require all bodies in cross_signing
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
This commit is contained in:
parent
3bf7e48e13
commit
1a81a46865
2 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,7 @@ paths:
|
|||
name: keys
|
||||
description: |-
|
||||
The keys to be published.
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -143,6 +144,7 @@ paths:
|
|||
name: signatures
|
||||
description: |-
|
||||
The signatures to be published.
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
title: Signatures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue