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