space.highport.defs
Schema Diff
+35 -35
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.defs",
3
3
"defs": {
4
4
"jobView": {
5
5
"type": "object",
6
6
"required": [
7
7
"id",
8
8
"uri",
9
9
"action",
10
10
"state",
11
11
"attempts",
12
12
"scheduledAt"
13
13
],
14
14
"properties": {
15
15
"id": {
16
16
"type": "integer"
17
17
},
18
18
"uri": {
19
19
"type": "string"
20
20
},
21
21
"state": {
22
22
"type": "string"
23
23
},
24
24
"action": {
25
25
"type": "string"
26
26
},
27
27
"attempts": {
28
28
"type": "integer"
29
29
},
30
30
"lastError": {
31
31
"type": "string"
32
32
},
33
33
"startedAt": {
34
34
"type": "string",
35
35
"format": "datetime"
36
36
},
37
37
"finishedAt": {
38
38
"type": "string",
39
39
"format": "datetime"
40
40
},
41
41
"scheduledAt": {
42
42
"type": "string",
43
43
"format": "datetime"
44
44
}
45
45
}
46
46
},
47
47
"tlsView": {
48
48
"type": "object",
49
49
"required": [
50
50
"status"
51
51
],
52
52
"properties": {
53
53
"status": {
54
54
"ref": "#tlsStatus",
55
55
"type": "ref"
56
56
},
57
57
"issuedAt": {
58
58
"type": "string",
59
59
"format": "datetime"
60
60
},
61
61
"expiresAt": {
62
62
"type": "string",
63
63
"format": "datetime"
64
64
},
65
65
"lastError": {
66
66
"type": "string"
67
67
}
68
68
}
69
69
},
70
70
"siteView": {
71
71
"type": "object",
72
72
"required": [
73
73
"domain",
74
74
"did",
75
75
"uri",
76
76
"cid",
77
77
"rev",
78
78
"activatedAt",
79
79
"sourceKind"
80
80
],
81
81
"properties": {
82
82
"cid": {
83
83
"type": "string",
84
84
"format": "cid"
85
85
},
86
86
"did": {
87
87
"type": "string",
88
88
"format": "did"
89
89
},
90
90
"rev": {
91
91
"type": "string"
92
92
},
93
93
"uri": {
94
94
"type": "string",
95
95
"format": "at-uri"
96
96
},
97
97
"tile": {
98
98
"ref": "#tileView",
99
99
"type": "ref"
100
100
},
101
101
"space": {
102
102
"type": "string",
103
103
"format": "at-uri",
104
-
"description": "Present for a site published from a space; attribution survives the plane."
104
+
"description": "Present for a site published from a space."
105
105
},
106
106
"domain": {
107
107
"type": "string"
108
108
},
109
109
"sourceKind": {
110
110
"type": "string",
111
111
"knownValues": [
112
112
"inline",
113
113
"tile"
114
114
]
115
115
},
116
116
"activatedAt": {
117
117
"type": "string",
118
118
"format": "datetime"
119
119
}
120
120
}
121
121
},
122
122
"tileView": {
123
123
"type": "object",
124
124
"required": [
125
125
"uri",
126
126
"cid",
127
127
"did",
128
128
"name",
129
129
"state",
130
130
"indexedAt"
131
131
],
132
132
"properties": {
133
133
"cid": {
134
134
"type": "string",
135
135
"format": "cid"
136
136
},
137
137
"did": {
138
138
"type": "string",
139
139
"format": "did"
140
140
},
141
141
"uri": {
142
142
"type": "string",
143
143
"format": "at-uri"
144
144
},
145
145
"name": {
146
146
"type": "string"
147
147
},
148
148
"space": {
149
149
"type": "string",
150
150
"format": "at-uri",
151
-
"description": "Present for a space tile; never on the public surface."
151
+
"description": "Present for a space tile. Never shown on the public surface."
152
152
},
153
153
"state": {
154
154
"type": "string",
155
155
"knownValues": [
156
156
"indexing",
157
157
"ready",
158
158
"incomplete",
159
159
"rejected",
160
160
"suspended",
161
161
"deleted"
162
162
]
163
163
},
164
164
"handle": {
165
165
"type": "string",
166
166
"format": "handle",
167
-
"description": "The author's handle, present only when it resolves back to did. Absent is normal and not an error: a handle that has just changed, or one whose DNS is unreachable, is reported as absent rather than as a claim, and clients show did instead."
167
+
"description": "The author's handle, present only if it resolves back to did. Often absent, for example right after a handle change or when DNS is unreachable. Show did instead."
168
168
},
169
169
"params": {
170
170
"type": "array",
171
171
"items": {
172
172
"ref": "space.highport.sites.tile#param",
173
173
"type": "ref"
174
174
}
175
175
},
176
176
"iconUrl": {
177
177
"type": "string",
178
178
"format": "uri",
179
179
"description": "https://highport.space/xrpc/space.highport.sites.getTileIcon?cid={cid}; absent if the tile has no icon."
180
180
},
181
181
"indexedAt": {
182
182
"type": "string",
183
183
"format": "datetime"
184
184
},
185
185
"latestCid": {
186
186
"type": "string",
187
187
"format": "cid",
188
188
"description": "The newest indexed version at this URI, when it differs from cid."
189
189
},
190
190
"entryCount": {
191
191
"type": "integer"
192
192
},
193
193
"totalBytes": {
194
194
"type": "integer"
195
195
},
196
196
"description": {
197
197
"type": "string"
198
198
}
199
199
}
200
200
},
201
201
"spaceView": {
202
202
"type": "object",
203
203
"required": [
204
204
"uri",
205
205
"authority",
206
206
"skey",
207
207
"syncState",
208
208
"connectedAt"
209
209
],
210
210
"properties": {
211
211
"uri": {
212
212
"type": "string",
213
213
"format": "at-uri"
214
214
},
215
215
"skey": {
216
216
"type": "string"
217
217
},
218
218
"policy": {
219
219
"type": "string",
220
220
"knownValues": [
221
221
"public",
222
222
"member-list",
223
223
"managing-app",
224
224
"unknown"
225
225
]
226
226
},
227
227
"headRev": {
228
228
"type": "string"
229
229
},
230
230
"appAccess": {
231
231
"type": "string",
232
232
"knownValues": [
233
233
"open",
234
234
"allow-list",
235
235
"unknown"
236
236
]
237
237
},
238
238
"authority": {
239
239
"type": "string",
240
240
"format": "did"
241
241
},
242
242
"syncState": {
243
243
"ref": "#spaceSyncState",
244
244
"type": "ref"
245
245
},
246
246
"tileCount": {
247
247
"type": "integer"
248
248
},
249
249
"connectedAt": {
250
250
"type": "string",
251
251
"format": "datetime"
252
252
},
253
253
"domainCount": {
254
254
"type": "integer"
255
255
},
256
256
"lastCheckedAt": {
257
257
"type": "string",
258
258
"format": "datetime"
259
259
},
260
260
"lastNotifiedAt": {
261
261
"type": "string",
262
262
"format": "datetime"
263
263
},
264
264
"accessExpiresAt": {
265
265
"type": "string",
266
266
"format": "datetime",
267
-
"description": "When bard's current space credential expires; absent when bard holds none."
267
+
"description": "When bard's current credential for the space expires. Absent if bard holds none."
268
268
},
269
269
"accessGrantedBy": {
270
270
"type": "string",
271
271
"format": "did"
272
272
},
273
273
"queuedNotifications": {
274
274
"type": "integer",
275
-
"description": "Receipts waiting for a credential."
275
+
"description": "Notification receipts waiting for a credential."
276
276
},
277
277
"registrationExpiresAt": {
278
278
"type": "string",
279
279
"format": "datetime"
280
280
}
281
281
}
282
282
},
283
283
"tlsStatus": {
284
284
"type": "string",
285
285
"knownValues": [
286
286
"none",
287
287
"pending",
288
288
"issued",
289
289
"renewing",
290
290
"failed"
291
291
]
292
292
},
293
293
"domainView": {
294
294
"type": "object",
295
295
"required": [
296
296
"domain",
297
297
"did",
298
298
"status",
299
299
"createdAt"
300
300
],
301
301
"properties": {
302
302
"did": {
303
303
"type": "string",
304
304
"format": "did"
305
305
},
306
306
"tls": {
307
307
"ref": "#tlsStatus",
308
308
"type": "ref"
309
309
},
310
310
"space": {
311
311
"type": "string",
312
312
"format": "at-uri",
313
-
"description": "The space the domain is registered to; absent for a DID-registered domain. The serving record is the space authority's."
313
+
"description": "The space the domain is registered to. Absent for a domain registered to a DID. The record served is the space authority's."
314
314
},
315
315
"domain": {
316
316
"type": "string"
317
317
},
318
318
"status": {
319
319
"ref": "#domainStatus",
320
320
"type": "ref"
321
321
},
322
322
"tileCid": {
323
323
"type": "string",
324
324
"format": "cid"
325
325
},
326
326
"tileUri": {
327
327
"type": "string",
328
328
"format": "at-uri"
329
329
},
330
330
"activeCid": {
331
331
"type": "string",
332
332
"format": "cid"
333
333
},
334
334
"activeRev": {
335
335
"type": "string"
336
336
},
337
337
"activeUri": {
338
338
"type": "string",
339
339
"format": "at-uri"
340
340
},
341
341
"createdAt": {
342
342
"type": "string",
343
343
"format": "datetime"
344
344
},
345
345
"delegation": {
346
346
"ref": "#delegationView",
347
347
"type": "ref",
348
-
"description": "On a base: what its owner has enabled and granted. Absent on a domain that is not a base."
348
+
"description": "For a base: what its owner has enabled and granted. Absent on any other domain."
349
349
},
350
350
"entryCount": {
351
351
"type": "integer"
352
352
},
353
353
"pendingCid": {
354
354
"type": "string",
355
355
"format": "cid",
356
-
"description": "A validated, prepared record awaiting its commit, if any."
356
+
"description": "A validated record waiting to be committed, if there is one."
357
357
},
358
358
"sourceKind": {
359
359
"type": "string",
360
360
"knownValues": [
361
361
"inline",
362
362
"tile"
363
363
]
364
364
},
365
365
"totalBytes": {
366
366
"type": "integer"
367
367
},
368
368
"verifiedAt": {
369
369
"type": "string",
370
370
"format": "datetime"
371
371
},
372
372
"activatedAt": {
373
373
"type": "string",
374
374
"format": "datetime"
375
375
},
376
376
"pendingState": {
377
377
"type": "string",
378
378
"knownValues": [
379
379
"preparing",
380
380
"pending-publication"
381
381
]
382
382
},
383
383
"delegatedBase": {
384
384
"type": "string",
385
-
"description": "On a name reserved under a delegation base: the base whose owner granted it. did is then the identity the name was reserved for, not the base's owner."
385
+
"description": "For a name reserved under a delegation base: that base. In this case did is the identity the name was reserved for, not the base's owner."
386
386
}
387
387
}
388
388
},
389
389
"indexState": {
390
390
"type": "string",
391
391
"knownValues": [
392
392
"preparing",
393
393
"pending-publication",
394
394
"expired",
395
395
"queued",
396
396
"fetching",
397
397
"materializing",
398
398
"active",
399
399
"superseded",
400
400
"rejected",
401
401
"failed"
402
402
]
403
403
},
404
404
"spaceEvent": {
405
405
"type": "object",
406
406
"required": [
407
407
"seq",
408
408
"space",
409
409
"kind",
410
410
"at"
411
411
],
412
412
"properties": {
413
413
"at": {
414
414
"type": "string",
415
415
"format": "datetime"
416
416
},
417
417
"cid": {
418
418
"type": "string",
419
419
"format": "cid"
420
420
},
421
421
"seq": {
422
422
"type": "integer"
423
423
},
424
424
"kind": {
425
425
"type": "string",
426
426
"knownValues": [
427
427
"record.created",
428
428
"record.updated",
429
429
"record.deleted",
430
430
"site.activated",
431
431
"site.deactivated",
432
432
"tile.ready",
433
433
"tile.incomplete",
434
434
"tile.deleted",
435
435
"access.granted",
436
436
"access.expired",
437
437
"registration.renewed",
438
438
"registration.lapsed",
439
439
"app-not-allowed",
440
440
"space.deleted"
441
441
]
442
442
},
443
443
"actor": {
444
444
"type": "string",
445
445
"format": "did"
446
446
},
447
447
"space": {
448
448
"type": "string",
449
449
"format": "at-uri"
450
450
},
451
451
"subject": {
452
452
"type": "string"
453
453
}
454
454
}
455
455
},
456
456
"blobFailure": {
457
457
"type": "object",
458
458
"required": [
459
459
"cid",
460
460
"role",
461
461
"sourceDid",
462
462
"error"
463
463
],
464
464
"properties": {
465
465
"cid": {
466
466
"type": "string",
467
467
"format": "cid"
468
468
},
469
469
"role": {
470
470
"type": "string",
471
471
"knownValues": [
472
472
"manifest",
473
473
"tile",
474
474
"parameter",
475
475
"notFound"
476
476
]
477
477
},
478
478
"error": {
479
479
"type": "string",
480
-
"description": "BlobUnavailable, CidMismatch, FetchFailed."
480
+
"description": "One of BlobUnavailable, CidMismatch or FetchFailed."
481
481
},
482
482
"sourceDid": {
483
483
"type": "string",
484
484
"format": "did"
485
485
}
486
486
}
487
487
},
488
488
"domainEvent": {
489
489
"type": "object",
490
490
"required": [
491
491
"event",
492
492
"createdAt"
493
493
],
494
494
"properties": {
495
495
"actor": {
496
496
"type": "string"
497
497
},
498
498
"event": {
499
499
"type": "string"
500
500
},
501
501
"detail": {
502
502
"type": "unknown"
503
503
},
504
504
"createdAt": {
505
505
"type": "string",
506
506
"format": "datetime"
507
507
}
508
508
}
509
509
},
510
510
"missingBlob": {
511
511
"type": "object",
512
512
"required": [
513
513
"cid",
514
514
"role",
515
515
"sourceDid"
516
516
],
517
517
"properties": {
518
518
"cid": {
519
519
"type": "string",
520
520
"format": "cid"
521
521
},
522
522
"role": {
523
523
"type": "string",
524
524
"knownValues": [
525
525
"manifest",
526
526
"tile",
527
527
"parameter",
528
528
"notFound"
529
529
]
530
530
},
531
531
"sourceDid": {
532
532
"type": "string",
533
533
"format": "did"
534
534
}
535
535
}
536
536
},
537
537
"domainStatus": {
538
538
"type": "string",
539
539
"knownValues": [
540
540
"pending",
541
541
"verifying",
542
542
"verified",
543
543
"active",
544
544
"failed",
545
545
"suspended",
546
546
"released"
547
547
]
548
548
},
549
549
"denylistEntry": {
550
550
"type": "object",
551
551
"required": [
552
552
"subject",
553
553
"kind",
554
554
"createdAt"
555
555
],
556
556
"properties": {
557
557
"kind": {
558
558
"type": "string",
559
559
"knownValues": [
560
560
"domain",
561
561
"did",
562
562
"uri",
563
563
"cid",
564
564
"pattern",
565
565
"space"
566
566
]
567
567
},
568
568
"actor": {
569
569
"type": "string"
570
570
},
571
571
"reason": {
572
572
"type": "string"
573
573
},
574
574
"subject": {
575
575
"type": "string"
576
576
},
577
577
"createdAt": {
578
578
"type": "string",
579
579
"format": "datetime"
580
580
}
581
581
}
582
582
},
583
583
"delegationView": {
584
584
"type": "object",
585
585
"required": [
586
586
"certMode"
587
587
],
588
588
"properties": {
589
589
"state": {
590
590
"ref": "#delegationState",
591
591
"type": "ref",
592
-
"description": "Absent on a base that has not enabled delegation."
592
+
"description": "Absent if the base has not enabled delegation."
593
593
},
594
594
"certMode": {
595
595
"type": "string",
596
-
"description": "How names under the base obtain certificates. Every base starts per-name.",
596
+
"description": "How names under the base get certificates. Every base starts as per-name.",
597
597
"knownValues": [
598
598
"per-name",
599
599
"wildcard"
600
600
]
601
601
},
602
602
"maxNames": {
603
603
"type": "integer",
604
-
"description": "The most names the base may hold in reservation."
604
+
"description": "The most names the base can reserve."
605
605
},
606
606
"grantedAt": {
607
607
"type": "string",
608
608
"format": "datetime",
609
609
"description": "When the live wildcard grant was made."
610
610
},
611
611
"probeHostname": {
612
612
"type": "string",
613
613
"maxLength": 253,
614
-
"description": "The random name under the base through which the wildcard is proven to route."
614
+
"description": "A random name under the base, used to prove the wildcard routes."
615
615
},
616
616
"challengeTarget": {
617
617
"type": "string",
618
-
"description": "The name the base's _acme-challenge CNAME must point at, exactly as the certificate issuer writes to it. Present only while a wildcard grant is live."
618
+
"description": "Where the base's _acme-challenge CNAME must point, exactly as the certificate issuer writes it. Present only while a wildcard grant is live."
619
619
},
620
620
"wildcardObservedAt": {
621
621
"type": "string",
622
622
"format": "datetime",
623
-
"description": "When the base's wildcard certificate was first seen in certificate storage."
623
+
"description": "When the base's wildcard certificate first appeared in certificate storage."
624
624
}
625
625
},
626
-
"description": "What a base's owner has enabled and granted. Each field but certMode is absent where the base has no such fact."
626
+
"description": "What a base's owner has enabled and granted. Fields other than certMode are absent when they do not apply."
627
627
},
628
628
"dnsInstruction": {
629
629
"type": "object",
630
630
"required": [
631
631
"type",
632
632
"name",
633
633
"value"
634
634
],
635
635
"properties": {
636
636
"ttl": {
637
637
"type": "integer"
638
638
},
639
639
"name": {
640
640
"type": "string",
641
641
"description": "Fully-qualified record name."
642
642
},
643
643
"type": {
644
644
"type": "string",
645
645
"knownValues": [
646
646
"TXT",
647
647
"CNAME",
648
648
"ALIAS",
649
649
"ANAME",
650
650
"A",
651
651
"AAAA"
652
652
]
653
653
},
654
654
"value": {
655
655
"type": "string"
656
656
},
657
657
"purpose": {
658
658
"type": "string",
659
659
"knownValues": [
660
660
"ownership",
661
661
"certificate",
662
662
"traffic"
663
663
]
664
664
},
665
665
"required": {
666
666
"type": "boolean"
667
667
}
668
668
}
669
669
},
670
670
"malwareFinding": {
671
671
"type": "object",
672
672
"required": [
673
673
"id",
674
674
"cid",
675
675
"signature",
676
676
"class",
677
677
"source",
678
678
"foundAt"
679
679
],
680
680
"properties": {
681
681
"id": {
682
682
"type": "integer",
683
-
"description": "The finding's row id, which the denylist entry's reason names."
683
+
"description": "The finding's ID. The matching denylist entry's reason refers to it."
684
684
},
685
685
"cid": {
686
686
"type": "string",
687
-
"description": "The content address. `-` for a detection at upload, where nothing was stored."
687
+
"description": "The content address, or `-` for a detection at upload, when nothing was stored."
688
688
},
689
689
"did": {
690
690
"type": "string",
691
691
"format": "did",
692
-
"description": "The repository the bytes were fetched from โ for a tile resource the tile's author, not the site owner. Absent for content bard authored."
692
+
"description": "The repository the bytes came from. For a tile resource, that is the tile's author, not the site owner. Absent for content bard authored."
693
693
},
694
694
"uri": {
695
695
"type": "string",
696
696
"format": "at-uri",
697
-
"description": "The record that referenced it."
697
+
"description": "The record that referenced the content."
698
698
},
699
699
"path": {
700
700
"type": "string",
701
-
"description": "The manifest key the bytes were mapped at โ the field that answers which file. Absent where there is no key: the notFound resource, an upload refused before any record referenced it, and a rescan, which starts from a CID."
701
+
"description": "The manifest path the bytes were mapped to, which identifies the file. Absent when there is no path: the notFound resource, an upload refused before any record referenced it, or a rescan."
702
702
},
703
703
"class": {
704
704
"type": "string",
705
-
"description": "`unwanted` is a PUA match and stops short of the publishing identity under the default policy.",
705
+
"description": "`unwanted` is a PUA match. Under the default policy, the response stops short of the publishing identity.",
706
706
"knownValues": [
707
707
"malware",
708
708
"unwanted"
709
709
]
710
710
},
711
711
"domain": {
712
712
"type": "string",
713
-
"description": "The hostname it would have served at."
713
+
"description": "The hostname the content would have been served at."
714
714
},
715
715
"source": {
716
716
"type": "string",
717
-
"description": "Where it was found. `rescan` means the content was clean when it arrived and a signature has caught up with it; `admin` means an operator asked about this CID rather than the sweep reaching it.",
717
+
"description": "Where the detection happened. `rescan`: the content was clean on arrival and a newer signature caught it. `admin`: an operator asked for this CID to be scanned.",
718
718
"knownValues": [
719
719
"fetch",
720
720
"upload",
721
721
"rescan",
722
722
"admin"
723
723
]
724
724
},
725
725
"foundAt": {
726
726
"type": "string",
727
727
"format": "datetime"
728
728
},
729
729
"signature": {
730
730
"type": "string",
731
-
"description": "The signature name, verbatim from the engine."
731
+
"description": "The signature name, exactly as the scanner reported it."
732
732
},
733
733
"quarantinedAt": {
734
734
"type": "string",
735
735
"format": "datetime",
736
-
"description": "When the response finished. Absent means it has not: the content is denied and may still be served."
736
+
"description": "When the response finished. Absent while it is still underway: the content is denied but may still be served."
737
737
}
738
738
},
739
-
"description": "One malware detection. Written before anything is denied or deleted, because the quarantine destroys the sample and nothing after that can re-derive why."
739
+
"description": "One malware detection. It is recorded before anything is denied or deleted, because quarantine destroys the sample."
740
740
},
741
741
"spaceSyncState": {
742
742
"type": "string",
743
743
"knownValues": [
744
744
"connecting",
745
745
"syncing",
746
746
"synced",
747
747
"credential-expired",
748
748
"registration-lapsed",
749
749
"app-not-allowed",
750
750
"authority-unreachable",
751
751
"deleted",
752
752
"disconnected"
753
753
]
754
754
},
755
755
"delegationState": {
756
756
"type": "string",
757
-
"description": "Where a base's delegation stands. probing means the wildcard has not yet been proven to route; enabled means it has; routing-lapsed means a proven wildcard stopped routing past its grace, and the names under the base are suspended until it routes again.",
757
+
"description": "Where a base's delegation stands. probing: the wildcard has not been shown to route yet. enabled: it has. routing-lapsed: the wildcard stopped routing for longer than the grace period, and names under the base are suspended until it routes again.",
758
758
"knownValues": [
759
759
"probing",
760
760
"enabled",
761
761
"routing-lapsed"
762
762
]
763
763
},
764
764
"edgeReachStatus": {
765
765
"type": "string",
766
-
"description": "Whether bard's edge routes a serving hostname to this deployment. unknown means no probe has been made and must never be read as a fault; routed means the probe reached this deployment's bard-origin; foreign means something else answered for the hostname; unreachable means nothing answered at all; other-deployment means a bard origin belonging to a different deployment answered; unproven means the answer looked like this deployment's but could not answer the reachability challenge, so something may be imitating it.",
766
+
"description": "Whether bard's edge routes a serving hostname to this deployment. unknown: not probed yet, which is not a fault. routed: the probe reached this deployment's bard-origin. foreign: something else answered. unreachable: nothing answered. other-deployment: a different bard deployment answered. unproven: the answer looked like this deployment's but failed the reachability challenge, so something may be imitating it.",
767
767
"knownValues": [
768
768
"unknown",
769
769
"routed",
770
770
"foreign",
771
771
"unreachable",
772
772
"other-deployment",
773
773
"unproven"
774
774
]
775
775
},
776
776
"validationError": {
777
777
"type": "object",
778
778
"required": [
779
779
"name",
780
780
"message"
781
781
],
782
782
"properties": {
783
783
"name": {
784
784
"type": "string",
785
-
"description": "A DESIGN.md ยง3.8 error name, e.g. DuplicatePath, RedirectTargetNotFound, ParameterTypeMismatch."
785
+
"description": "A validation error name, such as DuplicatePath, RedirectTargetNotFound or ParameterTypeMismatch."
786
786
},
787
787
"path": {
788
788
"type": "string",
789
-
"description": "JSON Pointer into the record, when the error concerns one field or entry."
789
+
"description": "JSON Pointer to the field or entry the error is about, if there is one."
790
790
},
791
791
"message": {
792
792
"type": "string"
793
793
}
794
794
}
795
795
},
796
796
"edgeReachability": {
797
797
"type": "object",
798
798
"required": [
799
799
"status",
800
800
"domain"
801
801
],
802
802
"properties": {
803
803
"detail": {
804
804
"type": "string",
805
-
"description": "What answered, for a person: a status line, or a transport error. Diagnostic only; nothing branches on it."
805
+
"description": "What answered, as a status line or a transport error. Meant for people; do not branch on it."
806
806
},
807
807
"domain": {
808
808
"type": "string",
809
809
"maxLength": 253,
810
-
"description": "The hostname that was probed, so a reader is told which name is not arriving."
810
+
"description": "The hostname that was probed."
811
811
},
812
812
"status": {
813
813
"ref": "#edgeReachStatus",
814
814
"type": "ref"
815
815
},
816
816
"checkedAt": {
817
817
"type": "string",
818
818
"format": "datetime",
819
819
"description": "When the probe was made. Absent when status is unknown."
820
820
}
821
821
},
822
-
"description": "What the deployment's own edge answered for a hostname, measured over the network rather than read from edge configuration. A site can be indexed and activated while the edge has nowhere to send its hostname, and this is the only field that says so."
822
+
"description": "What this deployment's edge answered for a hostname, probed over the network. A site can be indexed and active while the edge has nowhere to send it, and only this field shows that."
823
823
},
824
824
"verificationView": {
825
825
"type": "object",
826
826
"required": [
827
827
"status",
828
828
"checks"
829
829
],
830
830
"properties": {
831
831
"checks": {
832
832
"type": "array",
833
833
"items": {
834
834
"ref": "#verificationCheck",
835
835
"type": "ref"
836
836
}
837
837
},
838
838
"status": {
839
839
"ref": "#domainStatus",
840
840
"type": "ref"
841
841
},
842
842
"lastCheckedAt": {
843
843
"type": "string",
844
844
"format": "datetime"
845
845
}
846
846
}
847
847
},
848
848
"preparationStatus": {
849
849
"type": "object",
850
850
"required": [
851
851
"state",
852
852
"cid",
853
853
"fetched",
854
854
"pending",
855
855
"failed"
856
856
],
857
857
"properties": {
858
858
"cid": {
859
859
"type": "string",
860
860
"format": "cid"
861
861
},
862
862
"state": {
863
863
"type": "string",
864
864
"knownValues": [
865
865
"preparing",
866
866
"pending-publication",
867
867
"expired"
868
868
]
869
869
},
870
870
"failed": {
871
871
"type": "array",
872
872
"items": {
873
873
"ref": "#blobFailure",
874
874
"type": "ref"
875
875
}
876
876
},
877
877
"fetched": {
878
878
"type": "integer"
879
879
},
880
880
"pending": {
881
881
"type": "integer"
882
882
},
883
883
"expiresAt": {
884
884
"type": "string",
885
885
"format": "datetime"
886
886
}
887
887
}
888
888
},
889
889
"verificationCheck": {
890
890
"type": "object",
891
891
"required": [
892
892
"name",
893
893
"passed",
894
894
"checkedAt"
895
895
],
896
896
"properties": {
897
897
"name": {
898
898
"type": "string",
899
899
"knownValues": [
900
900
"ownership",
901
901
"traffic",
902
902
"conflict",
903
903
"certificate"
904
904
]
905
905
},
906
906
"detail": {
907
907
"type": "string"
908
908
},
909
909
"passed": {
910
910
"type": "boolean"
911
911
},
912
912
"checkedAt": {
913
913
"type": "string",
914
914
"format": "datetime"
915
915
}
916
916
}
917
917
}
918
918
},
919
919
"$type": "com.atproto.lexicon.schema",
920
920
"lexicon": 1
921
921
}