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=refs%2Fchanges%2F02%2F6702%2F2;hp=b2d800bd6903bbe2b3135973e58ebe92117b4ce9;hpb=194b712cc0d58def2e02c8532f6fa503856c1fda;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",