INPUT_OBJECT
CreateScheduledJobContentTemplate
link GraphQL Schema definition
1 input CreateScheduledJobContentTemplate { 4 2 # Specify the scheduled job ID that this content template applies to 3 ID! : 8 5 # Supply the ID of the data registry that contains the schema 6 # for the content template. 7 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. 11 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. 16 JSONData : 18 }
link Required by
This element is not required by anyone