|
533 | 533 | }
|
534 | 534 | }
|
535 | 535 | },
|
536 |
| - "revision": "20230108", |
| 536 | + "revision": "20230115", |
537 | 537 | "rootUrl": "https://streetviewpublish.googleapis.com/",
|
538 | 538 | "schemas": {
|
539 | 539 | "BatchDeletePhotosRequest": {
|
|
808 | 808 | },
|
809 | 809 | "type": "object"
|
810 | 810 | },
|
| 811 | + "NoOverlapGpsFailureDetails": { |
| 812 | + "description": "Details related to PhotoSequenceProcessingFailureReason#NO_OVERLAP_GPS.", |
| 813 | + "id": "NoOverlapGpsFailureDetails", |
| 814 | + "properties": { |
| 815 | + "gpsEndTime": { |
| 816 | + "description": "Time of last recorded GPS point.", |
| 817 | + "format": "google-datetime", |
| 818 | + "type": "string" |
| 819 | + }, |
| 820 | + "gpsStartTime": { |
| 821 | + "description": "Time of first recorded GPS point.", |
| 822 | + "format": "google-datetime", |
| 823 | + "type": "string" |
| 824 | + }, |
| 825 | + "videoEndTime": { |
| 826 | + "description": "End time of video.", |
| 827 | + "format": "google-datetime", |
| 828 | + "type": "string" |
| 829 | + }, |
| 830 | + "videoStartTime": { |
| 831 | + "description": "Start time of video.", |
| 832 | + "format": "google-datetime", |
| 833 | + "type": "string" |
| 834 | + } |
| 835 | + }, |
| 836 | + "type": "object" |
| 837 | + }, |
811 | 838 | "NotOutdoorsFailureDetails": {
|
812 | 839 | "description": "Details related to ProcessingFailureReason#NOT_OUTDOORS. If there are multiple indoor frames found, the first frame is recorded here.",
|
813 | 840 | "id": "NotOutdoorsFailureDetails",
|
|
1228 | 1255 | "$ref": "InsufficientGpsFailureDetails",
|
1229 | 1256 | "description": "See InsufficientGpsFailureDetails."
|
1230 | 1257 | },
|
| 1258 | + "noOverlapGpsDetails": { |
| 1259 | + "$ref": "NoOverlapGpsFailureDetails", |
| 1260 | + "description": "See NoOverlapGpsFailureDetails." |
| 1261 | + }, |
1231 | 1262 | "notOutdoorsDetails": {
|
1232 | 1263 | "$ref": "NotOutdoorsFailureDetails",
|
1233 | 1264 | "description": "See NotOutdoorsFailureDetails."
|
|
0 commit comments