X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=core%2Fmodels%2Flist_metric_resp.json;h=9ec198cb96b2a93f4e3df7a8d49966c995c49db5;hb=b7e9ec0fe0dd55677c3a61e3221b6f9af1b303d2;hp=8d1bff8e14448aa135985d6f9aa4263319903fc1;hpb=18ca918d9eea2991cc5956b2d7e5820993681041;p=osm%2FMON.git diff --git a/core/models/list_metric_resp.json b/core/models/list_metric_resp.json index 8d1bff8..9ec198c 100644 --- a/core/models/list_metric_resp.json +++ b/core/models/list_metric_resp.json @@ -23,18 +23,21 @@ "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, "tenant_uuid": { "type": "string" }, - "correlation_uuid": { "type": "integer" }, + "correlation_id": { "type": "integer" }, "vim_type": { "type": "string" }, "metrics_list": - { - "metric_name": { "type": "string" }, - "metric_uuid": { "type": "string" }, - "metric_unit": { "type": "string" }, - "resource_uuid": { "type": "string" } - }, + [{ + "type": "array", + "properties":{ + "metric_name": { "type": "string" }, + "metric_uuid": { "type": "string" }, + "metric_unit": { "type": "string" }, + "resource_uuid": { "type": "string" } + } + }], "required": [ "schema_version", "schema_type", - "correlation_uuid", + "correlation_id", "vim_type", "metric_name", "metric_uuid",