Description Usage Arguments Value Fields Examples
A schema defines a parameter type.
1 2 3 |
... |
element or list of the element. |
a Schema object or sbuclass object.
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.
1 | Schema(fields = SchemaList(SchemaDef(name = "schema")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.