X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fapi%2Fecs-api.json;h=0e8164efab18c962ba82052a88b4c44bfa876d3c;hb=f93e105a428fcf22795effb23ac17f1472ba5f7e;hp=b2d800bd6903bbe2b3135973e58ebe92117b4ce9;hpb=366bc97828bf62e39a41318c1407a2c7c8cb5b74;p=nonrtric.git diff --git a/enrichment-coordinator-service/api/ecs-api.json b/enrichment-coordinator-service/api/ecs-api.json index b2d800bd..0e8164ef 100644 --- a/enrichment-coordinator-service/api/ecs-api.json +++ b/enrichment-coordinator-service/api/ecs-api.json @@ -208,10 +208,16 @@ "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" - }} + "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",