OAPI: Clean up FlamencoVersion
schema definition
Change the `FlamencoVersion` schema definition so that it follows the style of the other schema definitions: - List properties before mentioning which are required. - Put quotes around the property names, so that they stand out from the other YAML keys.
This commit is contained in:
parent
f16012d246
commit
f60849189a
@ -1066,10 +1066,10 @@ components:
|
|||||||
schemas:
|
schemas:
|
||||||
FlamencoVersion:
|
FlamencoVersion:
|
||||||
type: object
|
type: object
|
||||||
required: [version, name]
|
|
||||||
properties:
|
properties:
|
||||||
version: { type: string }
|
"version": { type: string }
|
||||||
name: { type: string }
|
"name": { type: string }
|
||||||
|
required: [version, name]
|
||||||
|
|
||||||
ManagerConfiguration:
|
ManagerConfiguration:
|
||||||
type: object
|
type: object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user