You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.json
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22868,11 +22868,16 @@
22868
22868
"properties": {
22869
22869
"key_prefix": {
22870
22870
"type": "string",
22871
-
"description": "The prefix appended by alphanumeric characters will generate a link any time it is found in an issue, pull request, or commit."
22871
+
"description": "This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
22872
22872
},
22873
22873
"url_template": {
22874
22874
"type": "string",
22875
-
"description": "The URL must contain `<num>` for the reference number. `<num>` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`."
22875
+
"description": "The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
22876
+
},
22877
+
"is_alphanumeric": {
22878
+
"type": "boolean",
22879
+
"default": "true",
22880
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
72122
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
Copy file name to clipboardExpand all lines: descriptions/api.github.com/dereferenced/api.github.com.deref.json
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -168084,14 +168084,16 @@
168084
168084
"type": "string"
168085
168085
},
168086
168086
"is_alphanumeric": {
168087
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
168087
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
168088
+
"example": true,
168088
168089
"type": "boolean"
168089
168090
}
168090
168091
},
168091
168092
"required": [
168092
168093
"id",
168093
168094
"key_prefix",
168094
-
"url_template"
168095
+
"url_template",
168096
+
"is_alphanumeric"
168095
168097
]
168096
168098
}
168097
168099
},
@@ -168158,11 +168160,16 @@
168158
168160
"properties": {
168159
168161
"key_prefix": {
168160
168162
"type": "string",
168161
-
"description": "The prefix appended by alphanumeric characters will generate a link any time it is found in an issue, pull request, or commit."
168163
+
"description": "This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
168162
168164
},
168163
168165
"url_template": {
168164
168166
"type": "string",
168165
-
"description": "The URL must contain `<num>` for the reference number. `<num>` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`."
168167
+
"description": "The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
168168
+
},
168169
+
"is_alphanumeric": {
168170
+
"type": "boolean",
168171
+
"default": "true",
168172
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
168217
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
168218
+
"example": true,
168210
168219
"type": "boolean"
168211
168220
}
168212
168221
},
168213
168222
"required": [
168214
168223
"id",
168215
168224
"key_prefix",
168216
-
"url_template"
168225
+
"url_template",
168226
+
"is_alphanumeric"
168217
168227
]
168218
168228
},
168219
168229
"examples": {
@@ -168381,14 +168391,16 @@
168381
168391
"type": "string"
168382
168392
},
168383
168393
"is_alphanumeric": {
168384
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
168394
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
Copy file name to clipboardExpand all lines: descriptions/ghes-3.3/dereferenced/ghes-3.3.deref.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137142,6 +137142,11 @@
137142
137142
"url_template": {
137143
137143
"type": "string",
137144
137144
"description": "The URL must contain `<num>` for the reference number."
137145
+
},
137146
+
"is_alphanumeric": {
137147
+
"type": "boolean",
137148
+
"default": "true",
137149
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
Copy file name to clipboardExpand all lines: descriptions/ghes-3.3/ghes-3.3.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20102,6 +20102,11 @@
20102
20102
"url_template": {
20103
20103
"type": "string",
20104
20104
"description": "The URL must contain `<num>` for the reference number."
20105
+
},
20106
+
"is_alphanumeric": {
20107
+
"type": "boolean",
20108
+
"default": "true",
20109
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
Copy file name to clipboardExpand all lines: descriptions/ghes-3.4/dereferenced/ghes-3.4.deref.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146852,6 +146852,11 @@
146852
146852
"url_template": {
146853
146853
"type": "string",
146854
146854
"description": "The URL must contain `<num>` for the reference number."
146855
+
},
146856
+
"is_alphanumeric": {
146857
+
"type": "boolean",
146858
+
"default": "true",
146859
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
0 commit comments