No description available.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 4096 bytesinputs
array
of
ref
#input
Required
No description available.
maxLength: 20 itemsname
string
Required
No description available.
maxLength: 128 bytesminLength: 1 bytesoutputItemRkey
string
Required
No description available.
maxLength: 256 bytesminLength: 1 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"inputs",
"outputItemRkey",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 128,
"minLength": 1
},
"inputs": {
"type": "array",
"items": {
"ref": "#input",
"type": "ref"
},
"maxLength": 20
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 4096
},
"outputItemRkey": {
"type": "string",
"maxLength": 256,
"minLength": 1
}
}
}
}