Commit ab769e11 authored by Giacomo Bernini's avatar Giacomo Bernini Committed by Giacomo Bernini
Browse files

[fix-test][SOL025][DATA-ANALYTICS][v5.2.1][12.3.1.x.y Test-IDs] Fixed...

[fix-test][SOL025][DATA-ANALYTICS][v5.2.1][12.3.1.x.y Test-IDs] Fixed AnalyticsSubscription json schema to address Kuno-san comments
parent 1d8dd0f7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
    "description": "This type represents a subscription related to notifications about Telco-cloud data analytics change.\n",
    "type": "object",
    "required": [
        "id",
        "callbackUri"
    ],
    "properties": {
@@ -319,7 +320,8 @@
        },
        "callbackUri": {
            "description": "String formatted according to IETF RFC 3986.\n",
            "type": "string"
            "type": "string",
            "format": "url"
        },
        "_links": {
            "description": "TLinks to resources related to this resource.\n",
+3 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
        "description": "This type represents a subscription related to notifications about Telco-cloud data analytics change.\n",
        "type": "object",
        "required": [
            "id",
            "callbackUri"
        ],
        "properties": {
@@ -321,7 +322,8 @@
            },
            "callbackUri": {
                "description": "String formatted according to IETF RFC 3986.\n",
                "type": "string"
                "type": "string",
                "format": "url"
            },
            "_links": {
                "description": "TLinks to resources related to this resource.\n",