@terascope/job-components / job-schemas
job-schemas
Variables
apiSchema
constapiSchema:Terafoundation.Schema<any>
Defined in: job-components/src/job-schemas.ts:437
This is the schema for a Teraslice API.
makeJobSchema()
constmakeJobSchema: (context) =>Terafoundation.Schema<any> =jobSchema
Defined in: job-components/src/job-schemas.ts:403
This schema is for a Teraslice Job definition.
Parameters
| Parameter | Type | Description |
|---|---|---|
context | Context | Teraslice context object |
Returns
Terafoundation.Schema<any>
Complete convict style schema for the Teraslice Job
opSchema
constopSchema:Terafoundation.Schema<any>
Defined in: job-components/src/job-schemas.ts:408
This is the schema for a Teraslice Operation.
Functions
jobSchema()
jobSchema(
context):Terafoundation.Schema<any>
Defined in: job-components/src/job-schemas.ts:19
This schema is for a Teraslice Job definition.
Parameters
| Parameter | Type | Description |
|---|---|---|
context | Context | Teraslice context object |
Returns
Terafoundation.Schema<any>
Complete convict style schema for the Teraslice Job