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:
|
||||
"name": { type: string }
|
||||
"label": { type: string }
|
||||
"description":
|
||||
type: string
|
||||
description: The description/tooltip shown in the user interface.
|
||||
"settings":
|
||||
type: array
|
||||
items: { $ref: "#/components/schemas/AvailableJobSetting" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user