set layout version as required
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Quentin 2023-11-23 10:14:23 +01:00
parent 1caa6e29e5
commit 9f1043586c
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -1167,9 +1167,11 @@ components:
$ref: '#/components/schemas/NodeRoleChange' $ref: '#/components/schemas/NodeRoleChange'
LayoutVersion: LayoutVersion:
type: object type: object
required: [ version ]
properties: properties:
version: version:
type: integer type: integer
format: int64
example: 13 example: 13
KeyInfo: KeyInfo: