tapis_job-1.4.1-alpha1/config/schema/tapis_job.schema.yml
config/schema/tapis_job.schema.yml
tapis_job.config:
type: config_object
label: 'Tapis Job Configuration'
mapping:
_core:
type: mapping
label: 'Core settings'
mapping:
default_config_hash:
type: string
label: 'Default Config Hash'
enabled_access_links:
type: boolean
label: 'Enabled Access Links'
webhook_jwt_secret_key_id:
type: string
label: 'Webhook JWT Secret Key ID'
nullable: true
upload_files_to_tapis:
type: boolean
label: 'Upload Files to Tapis'
supported_extensions:
type: string
label: 'Supported Extensions'
description: 'Space-separated list of supported file extensions'
supported_mimes:
type: string
label: 'Supported MIME Types'
description: 'Space-separated list of supported MIME types'
supported_image_extensions:
type: string
label: 'Supported Image Extensions'
description: 'Space-separated list of supported image file extensions'
supported_image_mimes:
type: string
label: 'Supported image MIME Types'
description: 'Space-separated list of supported image MIME types'
prism_css:
type: sequence
label: 'Prism CSS URLs'
sequence:
type: string
label: 'CSS URL'
prism_js:
type: sequence
label: 'Prism JS URLs'
sequence:
type: string
label: 'JS URL'
