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-next/api.github.com/api.github.com.json
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22994,11 +22994,16 @@
22994
22994
"properties": {
22995
22995
"key_prefix": {
22996
22996
"type": "string",
22997
-
"description": "The prefix appended by alphanumeric characters will generate a link any time it is found in an issue, pull request, or commit."
22997
+
"description": "This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
22998
22998
},
22999
22999
"url_template": {
23000
23000
"type": "string",
23001
-
"description": "The URL must contain `<num>` for the reference number. `<num>` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`."
23001
+
"description": "The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
23002
+
},
23003
+
"is_alphanumeric": {
23004
+
"type": "boolean",
23005
+
"default": "true",
23006
+
"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.",
73380
-
"type": "boolean"
73385
+
"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-next/api.github.com/dereferenced/api.github.com.deref.json
+30-12Lines changed: 30 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -197632,14 +197632,18 @@
197632
197632
]
197633
197633
},
197634
197634
"is_alphanumeric": {
197635
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
197636
-
"type": "boolean"
197635
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
197636
+
"type": "boolean",
197637
+
"examples": [
197638
+
true
197639
+
]
197637
197640
}
197638
197641
},
197639
197642
"required": [
197640
197643
"id",
197641
197644
"key_prefix",
197642
-
"url_template"
197645
+
"url_template",
197646
+
"is_alphanumeric"
197643
197647
]
197644
197648
}
197645
197649
},
@@ -197706,11 +197710,16 @@
197706
197710
"properties": {
197707
197711
"key_prefix": {
197708
197712
"type": "string",
197709
-
"description": "The prefix appended by alphanumeric characters will generate a link any time it is found in an issue, pull request, or commit."
197713
+
"description": "This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
197710
197714
},
197711
197715
"url_template": {
197712
197716
"type": "string",
197713
-
"description": "The URL must contain `<num>` for the reference number. `<num>` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`."
197717
+
"description": "The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
197718
+
},
197719
+
"is_alphanumeric": {
197720
+
"type": "boolean",
197721
+
"default": "true",
197722
+
"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.",
197764
-
"type": "boolean"
197773
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
197774
+
"type": "boolean",
197775
+
"examples": [
197776
+
true
197777
+
]
197765
197778
}
197766
197779
},
197767
197780
"required": [
197768
197781
"id",
197769
197782
"key_prefix",
197770
-
"url_template"
197783
+
"url_template",
197784
+
"is_alphanumeric"
197771
197785
]
197772
197786
},
197773
197787
"examples": {
@@ -197947,14 +197961,18 @@
197947
197961
]
197948
197962
},
197949
197963
"is_alphanumeric": {
197950
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
197951
-
"type": "boolean"
197964
+
"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-next/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
@@ -161303,6 +161303,11 @@
161303
161303
"url_template": {
161304
161304
"type": "string",
161305
161305
"description": "The URL must contain `<num>` for the reference number."
161306
+
},
161307
+
"is_alphanumeric": {
161308
+
"type": "boolean",
161309
+
"default": "true",
161310
+
"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-next/ghes-3.3/ghes-3.3.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20221,6 +20221,11 @@
20221
20221
"url_template": {
20222
20222
"type": "string",
20223
20223
"description": "The URL must contain `<num>` for the reference number."
20224
+
},
20225
+
"is_alphanumeric": {
20226
+
"type": "boolean",
20227
+
"default": "true",
20228
+
"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-next/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
@@ -172455,6 +172455,11 @@
172455
172455
"url_template": {
172456
172456
"type": "string",
172457
172457
"description": "The URL must contain `<num>` for the reference number."
172458
+
},
172459
+
"is_alphanumeric": {
172460
+
"type": "boolean",
172461
+
"default": "true",
172462
+
"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