Commit 8537696c 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...

[fix-test][SOL025][DATA-ANALYTICS][v5.2.1][12.3.1.x.y Test-IDs] Fix description of attributes as per SOL Specs
parent a1df229c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
      "type": "string"
    },
    "tcdaType": {
      "description": "INCIDENT_ANALYSIS: The type of a Telco-cloud data analytics is incident analysis. HEALTH_ANALYSIS: The type of a Telco-cloud data analytics is health analysis. RESOURCE_UTILIZATION_ANALYSIS: The type of a Telco-cloud data analytics is resource utilization analysis.\n",
      "description": "The type of a Telco-cloud data analytics.\n",
      "type": "string",
      "enum": [
        "INCIDENT_ANALYSIS",
@@ -29,11 +29,11 @@
      ],
      "properties": {
        "startTime": {
          "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
          "description": "First date and time of the interval. See note.\n",
          "format": "date-time"
        },
        "endTime": {
          "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
          "description": "Second date and time of the interval.  Shall be present when a time interval is provided, and absent otherwise.  When provided, the endTime shall be greater than startTime. See note.\n",
          "format": "date-time"
        }
      }
@@ -146,11 +146,11 @@
            "format": "url"
          },
          "readyTime": {
            "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
            "description": "The time when the report was made available.\n",
            "format": "date-time"
          },
          "expiryTime": {
            "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
            "description": "The time when the report will expire.\n",
            "format": "date-time"
          },
          "fileSize": {
+5 −5
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
        "type": "string"
      },
      "tcdaType": {
        "description": "INCIDENT_ANALYSIS: The type of a Telco-cloud data analytics is incident analysis. HEALTH_ANALYSIS: The type of a Telco-cloud data analytics is health analysis. RESOURCE_UTILIZATION_ANALYSIS: The type of a Telco-cloud data analytics is resource utilization analysis.\n",
        "description": "The type of a Telco-cloud data analytics.\n",
        "type": "string",
        "enum": [
          "INCIDENT_ANALYSIS",
@@ -31,11 +31,11 @@
        ],
        "properties": {
          "startTime": {
            "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
            "description": "First date and time of the interval. See note.\n",
            "format": "date-time"
          },
          "endTime": {
            "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
            "description": "Second date and time of the interval.  Shall be present when a time interval is provided, and absent otherwise.  When provided, the endTime shall be greater than startTime. See note.\n",
            "format": "date-time"
          }
        }
@@ -148,11 +148,11 @@
              "format": "url"
            },
            "readyTime": {
              "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
              "description": "The time when the report was made available.\n",
              "format": "date-time"
            },
            "expiryTime": {
              "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
              "description": "The time when the report will expire.\n",
              "format": "date-time"
            },
            "fileSize": {
+2 −2
Original line number Diff line number Diff line
@@ -22,11 +22,11 @@
      ],
      "properties": {
        "startTime": {
          "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
          "description": "First date and time of the interval. See note.\n",
          "format": "date-time"
        },
        "endTime": {
          "description": "Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n",
          "description": "Second date and time of the interval.  Shall be present when a time interval is provided, and absent otherwise.  When provided, the endTime shall be greater than startTime. See note.\n",
          "format": "date-time"
        }
      }