Commit 42b8d3ec authored by Ikram Haq's avatar Ikram Haq
Browse files

fix _links attribute issue in subscriptions notification data models

parent 9f5f1970
Loading
Loading
Loading
Loading
+31 −5
Original line number Diff line number Diff line
@@ -1751,7 +1751,11 @@ components:
    UserAreaNotification:
      properties:
        _links:
          $ref: '#/components/schemas/_links'
          type: object
          properties:
            subscription:
              $ref: "#/components/schemas/LinkType"
              description: A link to the related subscription.
        address:
          description: "Address of user (e.g. \u2018sip\u2019 URI, \u2018tel\u2019 URI, \u2018acr\u2019 URI)."
          format: uri
@@ -2239,7 +2243,11 @@ components:
    UserDistanceNotification:
      properties:
        _links:
          $ref: '#/components/schemas/_links'
          type: object
          properties:
            subscription:
              $ref: "#/components/schemas/LinkType"
              description: A link to the related subscription.
        distanceEvent:
          description': Indicates the distance event triggering the notification. See note.
          x-etsi-mec-cardinality': '1'
@@ -2794,6 +2802,12 @@ components:
          type: string
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        _links:
          type: object
          properties:
            subscription:
              $ref: "#/components/schemas/LinkType"
              description: A link to the related subscription.
      required:
      - notificationType
      - userLocationEvent
@@ -2805,7 +2819,11 @@ components:
    UserLocationPeriodicNotification:
      properties:
        _links:
          $ref: '#/components/schemas/_links'
          type: object
          properties:
            subscription:
              $ref: "#/components/schemas/LinkType"
              description: A link to the related subscription.
        accessPointId:
          description: "The identity of the access point that the user is currently within. \nSee note 2."
          type: string
@@ -2919,7 +2937,11 @@ components:
    ZoneLocationEventNotification:
      properties:
        _links:
          $ref: '#/components/schemas/_links'
          type: object
          properties:
            subscription:
              $ref: "#/components/schemas/LinkType"
              description: A link to the related subscription.
        address:
          description: "Address of user (e.g. \u2018sip\u2019 URI, \u2018tel\u2019 URI, \u2018acr\u2019 URI)."
          format: uri
@@ -2958,7 +2980,11 @@ components:
    ZoneStatusNotification:
      properties:
        _links:
          $ref: '#/components/schemas/_links'
          type: object
          properties:
            subscription:
              $ref: "#/components/schemas/LinkType"
              description: A link to the related subscription.
        accessPointId:
          description: Identifier of an access point (e.g. ap01). Shall be included when userNumEvent related with access point or operationStatus is included.
          type: string