Schema: SchemaList

Description Usage Arguments Value Fields Examples

Description

A schema defines a parameter type.

Usage

1
2
3

Arguments

...

element or list of the element.

Value

a Schema object or sbuclass object.

Fields

type

(ANY) The data type of this parameter.

fields

[SchemaList] When type is record, defines the fields of the record.

symbols

[character] When type is enum, defines the set of valid symbols.

items

[ANY] When type is array, defines the type of the array elements.

values

[ANY] When type is map, defines the value type for the key/value pairs.

inputBinding

[Binding] Describes how to handle a value in the input object convert it into a concrete form for execution, such as command line parameters.

Examples

1
Schema(fields = SchemaList(SchemaDef(name = "schema")))

sbg/sevenbridges-r documentation built on March 26, 2021, 3:33 p.m.