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:
Taylor Wiebe 2023-11-18 18:08:29 -06:00 committed by Sybren A. Stüvel
parent cfad4e73f9
commit 03a889345d

View File

@ -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" }