OAPI: add optional description to job types
This description will be shown as a tooltip in the job submission UI.
This commit is contained in:
parent
cfad4e73f9
commit
03a889345d
@ -1719,6 +1719,9 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
"name": { type: string }
|
"name": { type: string }
|
||||||
"label": { type: string }
|
"label": { type: string }
|
||||||
|
"description":
|
||||||
|
type: string
|
||||||
|
description: The description/tooltip shown in the user interface.
|
||||||
"settings":
|
"settings":
|
||||||
type: array
|
type: array
|
||||||
items: { $ref: "#/components/schemas/AvailableJobSetting" }
|
items: { $ref: "#/components/schemas/AvailableJobSetting" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user