Commit 3583c4a5 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

add new refs in callbacks keywords

parent 6c1e68f5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1320,6 +1320,9 @@
                        "properties": {
                          "userLocationEventNotification": {
                            "$ref": "#/components/schemas/UserLocationEventNotification"
                          },
                          "userLocationPeriodicNotification": {
                            "$ref": "#/components/schemas/UserLocationEventNotification"
                          }
                        },
                        "examples": [
@@ -1710,6 +1713,9 @@
                        "properties": {
                          "zoneLocationEventNotification": {
                            "$ref": "#/components/schemas/ZoneLocationEventNotification"
                          },
                          "zoneStatusNotification": {
                            "$ref": "#/components/schemas/ZoneStatusNotification"
                          }
                        },
                        "examples": [
+4 −0
Original line number Diff line number Diff line
@@ -884,6 +884,8 @@ paths:
                      properties:
                        userLocationEventNotification:
                          $ref: '#/components/schemas/UserLocationEventNotification'
                        userLocationPeriodicNotification:
                          $ref: '#/components/schemas/UserLocationEventNotification'
                      examples:
                        - userLocationEventNotification:
                            notificationType: 'UserLocationEventNotification'
@@ -1141,6 +1143,8 @@ paths:
                      properties:
                        zoneLocationEventNotification:
                          $ref: '#/components/schemas/ZoneLocationEventNotification'
                        zoneStatusNotification:
                          $ref: '#/components/schemas/ZoneStatusNotification'
                      examples:
                        - zoneLocationEventNotification:
                            notificationType: 'ZoneLocationEventNotification'