X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=core%2Fmodels%2Fupdate_metric_resp.json;h=a5bdb678253f18f166b22bb22affc2c6de094150;hb=HEAD;hp=18a4945e24e30b919df236a928e0d940a7274b8f;hpb=478c3baf620e7803ff18f9a19a3fd95a31d6cf99;p=osm%2FMON.git diff --git a/core/models/update_metric_resp.json b/core/models/update_metric_resp.json deleted file mode 100644 index 18a4945..0000000 --- a/core/models/update_metric_resp.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "schema_version": { "type": "string" }, - "schema_type": { "type": "string" }, - "correlation_id": { "type": "integer" }, - "metric_update_response": - { - "metric_uuid": { "type": "string" }, - "status": { "type": "boolean" }, - "resource_uuid": { "type": "string" } - }, - "required": [ "schema_version", - "schema_type", - "correlation_id", - "metric_uuid", - "resource_uuid", - "status"] -} \ No newline at end of file