Skip to content

Commit b2f5603

Browse files
committed
feat(uptime): add robots.txt rejection as an uptime check result
1 parent 25e653a commit b2f5603

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

schemas/uptime-results.v1.schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"title": "check_status",
88
"description": "The status of the check",
99
"type": "string",
10-
"enum": ["success", "failure", "missed_window"]
10+
"enum": [
11+
"success",
12+
"failure",
13+
"missed_window",
14+
"disallowed_by_robots"
15+
]
1116
},
1217
"CheckStatusReasonType": {
1318
"title": "check_status_reason_type",

0 commit comments

Comments
 (0)