DataTypeProducer
Detailed information about the capabilities and requirements of the data type.
{
"info_type_information": {
"foo": "bar"
},
"info_job_data_schema": {
"foo": "bar"
},
"collectable": false,
"subscription": false
}
Type specific information for this information type that does not fit in the info_job_data_schema.
A JSON schema describing how job data is queried and delivered.
If true, consumers of this type will have their requests processed through dms data-collection which may engage a caching mechanism if the same job has run before.
If true, consumers of this type will typically register one job and then receive mulitiple notifications from the long run job. Each notification will happen when more data is available. The consumer should be sure to delete the job when no longer needed.