Commit a1df229c authored by Eisha Ayaz's avatar Eisha Ayaz Committed by Giacomo Bernini
Browse files

[fix-test][SOL025][DATA-ANALYTICS][v5.2.1][12.3.1.x.y Test-IDs] Fix telcoCloudAnalytics json schema

parent e36f56e3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -142,7 +142,8 @@
        "properties": {
          "href": {
            "description": "String formatted according to IETF RFC 3986.\n",
            "type": "string"
            "type": "string",
            "format": "url"
          },
          "readyTime": {
            "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
+2 −1
Original line number Diff line number Diff line
@@ -144,7 +144,8 @@
          "properties": {
            "href": {
              "description": "String formatted according to IETF RFC 3986.\n",
              "type": "string"
              "type": "string",
              "format": "url"
            },
            "readyTime": {
              "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",