Commit 202d1e71 authored by gudumasu's avatar gudumasu
Browse files

Corrected typos.

parent bf8db648
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ components:
          allOf:
            - $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
        positiveCrossingThresholds:
          description: "A map (list of key-value pairs) for a metric and it's positive crossing threshold values. The key of the map shall be a metric URI."
          description: "A map (list of key-value pairs) for a metric and its positive crossing threshold values. The key of the map shall be a metric URI."
          type: object
          additionalProperties:
            type: array
@@ -319,7 +319,7 @@ components:
            minItems: 1
          minProperties: 1
        negativeCrossingThresholds:
          description: "A map (list of key-value pairs) for a metric and it's negative crossing threshold values. The key of the map shall be a metric URI."
          description: "A map (list of key-value pairs) for a metric and its negative crossing threshold values. The key of the map shall be a metric URI."
          type: object
          additionalProperties:
            type: array
@@ -327,7 +327,7 @@ components:
              $ref: 'TS29571_CommonData.yaml#/components/schemas/Float'
            minItems: 1
          minProperties: 1
        locationFIlter:
        locationFilter:
          type: array
          items:
            $ref: 'TS29122_CommonData.yaml#/components/schemas/LocationArea5G'
+3 −3
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ components:
              samplingPeriod:
                $ref: 'TS29571_CommonData.yaml#/components/schemas/DurationSec'
              positiveCrossingThresholds:
                description: "A map (list of key-value pairs) for a metric and it's positive crossing threshold values. The key of the map shall be a metric URI."
                description: "A map (list of key-value pairs) for a metric and its positive crossing threshold values. The key of the map shall be a metric URI."
                type: object
                additionalProperties:
                  type: array
@@ -260,7 +260,7 @@ components:
                  minItems: 1
                minProperties: 1
              negativeCrossingThresholds:
                description: "A map (list of key-value pairs) for a metric and it's negative crossing threshold values. The key of the map shall be a metric URI."
                description: "A map (list of key-value pairs) for a metric and its negative crossing threshold values. The key of the map shall be a metric URI."
                type: object
                additionalProperties:
                  type: array
@@ -268,7 +268,7 @@ components:
                    $ref: 'TS29571_CommonData.yaml#/components/schemas/Float'
                  minItems: 1
                minProperties: 1
              locationFIlter:
              locationFilter:
                type: array
                items:
                  $ref: 'TS29122_CommonData.yaml#/components/schemas/LocationArea5G'
+1 −1

File changed.

Contains only whitespace changes.