Nextflow plugin schema
Title: Nextflow plugin schema
|
|
| Type |
object |
| Required |
No |
| Additional properties |
Any type allowed |
Description: Schema for Nextflow plugin specs
definitions
definitions items
|
|
| Type |
combining |
| Required |
No |
| Additional properties |
Any type allowed |
config_scope
|
|
| Type |
object |
| Required |
No |
| Additional properties |
Any type allowed |
| Defined in |
#/$defs/config_scope |
| Property |
Type |
| - type |
enum (of string) |
| - spec |
object |
type
|
|
| Type |
enum (of string) |
| Required |
No |
Must be one of:
spec
|
|
| Type |
object |
| Required |
No |
| Additional properties |
Any type allowed |
name
description
children
children items
|
|
| Type |
combining |
| Required |
No |
| Additional properties |
Any type allowed |
config_scope
config_option
|
|
| Type |
object |
| Required |
No |
| Additional properties |
Any type allowed |
| Defined in |
#/$defs/config_option |
| Property |
Type |
| - type |
enum (of string) |
| - spec |
object |
type
|
|
| Type |
enum (of string) |
| Required |
No |
Must be one of:
spec
|
|
| Type |
object |
| Required |
No |
| Additional properties |
Any type allowed |
name
description
type
additionalTypes
|
|
| Type |
array of string |
| Required |
No |
additionalTypes items
function
|
|
| Type |
object |
| Required |
No |
| Additional properties |
Any type allowed |
| Defined in |
#/$defs/function |
| Property |
Type |
| - type |
enum (of string) |
| - spec |
object |
type
|
|
| Type |
enum (of string) |
| Required |
No |
Must be one of:
- "Factory"
- "Function"
- "Operator"
spec
|
|
| Type |
object |
| Required |
No |
| Additional properties |
Any type allowed |
name
description
returnType
parameters
|
|
| Type |
array of object |
| Required |
No |
parameters items
|
|
| Type |
object |
| Required |
No |
| Additional properties |
Any type allowed |
| Property |
Type |
| - name |
string |
| - type |
string |
name
type
Generated using json-schema-for-humans