Commit 2c462b81 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix identation in LocationAPI.yaml and json file

parent a1720858
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2397,7 +2397,7 @@
          },
          "shape": {
            "description": "Shape information, as detailed in [14], associated with the reported location coordinate: 1 = Ellipsoid_Arc 2 = ellipsoid_Point 3 = ellipsoid_Point_Altitude 4 = ellipsoid_Point_Altitude_Uncert_Ellipsoid 5 = ellipsoid_Point_Uncert_Circle 6 = ellipsoid_Point_Uncert_Ellipse 7 = polygon",
            "enum": ["SEE_DESCRIPTION"],
            "enum": [1, 2, 3, 4, 5, 6, 7],
            "type": "integer",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "Enum_inlined"
@@ -2439,7 +2439,7 @@
          },
          "velocityType": {
            "description": "Velocity information, as detailed in [14], associated with the reported location coordinate: 1 = Horizontal 2 = Horizontal_Vertical 3 = Horizontal_Uncert 4 = Horizontal_Vertical_Uncert",
            "enum": ["SEE_DESCRIPTION"],
            "enum": [1, 2, 3, 4],
            "type": "integer",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "Enum_inlined"
@@ -2782,7 +2782,7 @@
          },
          "userNumEvent": {
            "description": "Shall be present when ZoneStatusSubscription includes upperNumberOfUsersZoneThreshold, lowerNumberOfUsersZoneThreshold, upperNumberOfUsersAPThreshold or lowerNumberOfUsersAPThreshold, and the number of users in a zone or an access point crosses the threshold defined in the subscription: 1 = OVER_ZONE_UPPER_THD. 2 = UNDER_ZONE_LOWER_THD. 3 = OVER_AP_UPPER_THD. 4 = UNDER_AP_LOWER_THD.",
            "enum": ["SEE_DESCRIPTION"],
            "enum": [1, 2, 3, 4],
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Enum(inlined)"
@@ -3640,7 +3640,7 @@
          },
          "shape": {
            "description": "The shape of the area monitored: 1 = CIRCLE. 2 = POLYGON",
            "enum": ["SEE_DESCRIPTION"],
            "enum": [1, 2],
            "type": "integer",
            "x-etsi-mec-cardinality": "1",
            "x-etsi-mec-origin-type": "Enum(inlined)"
+17 −4
Original line number Diff line number Diff line
@@ -1666,7 +1666,13 @@ components:
            6 = ellipsoid_Point_Uncert_Ellipse
            7 = polygon'
          enum:
            - SEE_DESCRIPTION
            - 1
            - 2
            - 3
            - 4
            - 5
            - 6
            - 7
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Enum_inlined
@@ -1709,7 +1715,10 @@ components:
            3 = Horizontal_Uncert
            4 = Horizontal_Vertical_Uncert'
          enum:
            - SEE_DESCRIPTION
            - 1
            - 2
            - 3
            - 4
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Enum_inlined
@@ -2020,7 +2029,10 @@ components:
            3 = OVER_AP_UPPER_THD.
            4 = UNDER_AP_LOWER_THD.'
          enum:
            - SEE_DESCRIPTION
            - 1
            - 2
            - 3
            - 4
          type: integer
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: Enum(inlined)
@@ -2874,7 +2886,8 @@ components:
            1 = CIRCLE.
            2 = POLYGON'
          enum:
            - SEE_DESCRIPTION
            - 1
            - 2
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Enum(inlined)