X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fapi%2Fecs-api.json;h=982633ba1dcde385fa4b810a8c0ba8e12d276517;hb=8e5ec9ba0617881c1cd5f72c3cce2bdfca4461fb;hp=b2d800bd6903bbe2b3135973e58ebe92117b4ce9;hpb=b0612ab177e14ffa133aae2538aa504d5cc10e99;p=nonrtric.git diff --git a/enrichment-coordinator-service/api/ecs-api.json b/enrichment-coordinator-service/api/ecs-api.json index b2d800bd..982633ba 100644 --- a/enrichment-coordinator-service/api/ecs-api.json +++ b/enrichment-coordinator-service/api/ecs-api.json @@ -207,11 +207,20 @@ "producer_info_type_info": { "description": "Information for an Information Type", "type": "object", - "required": ["info_job_data_schema"], - "properties": {"info_job_data_schema": { - "description": "Json schema for the job data", - "type": "object" - }} + "required": [ + "info_job_data_schema", + "info_type_information" + ], + "properties": { + "info_type_information": { + "description": "Type specific information for the information type", + "type": "object" + }, + "info_job_data_schema": { + "description": "Json schema for the job data", + "type": "object" + } + } }, "producer_info_job_request": { "description": "The body of the Information Producer callbacks for Information Job creation and deletion",