INPUT_OBJECT

CreateScheduledJobContentTemplate

link GraphQL Schema definition

1input CreateScheduledJobContentTemplate {
4
2# Specify the scheduled job ID that this content template applies to
3scheduledJobId: ID!
8
5# Supply the ID of the data registry that contains the schema
6# for the content template.
7schemaId: ID!
12
9# To associate an existing structured data object (SDO) to the
10# source, provide the SDO ID. Either this field or data must be supplied.
11sdoId: ID
17
13# To create a new structured data object, supply this field with
14# JSON to save in the SDO. The JSON must comply with the schema
15# defined in data registry.
16data: JSONData
18}

link Required by

This element is not required by anyone