Skip to content

Commit 79381f3

Browse files
Update OpenAPI 3.1 Descriptions
1 parent 76075d4 commit 79381f3

16 files changed

+208
-48
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13341,7 +13341,7 @@
1334113341
"description": "The name of the artifact.",
1334213342
"minLength": 1,
1334313343
"examples": [
13344-
"libfoo-1.2.3"
13344+
"libfoo"
1334513345
]
1334613346
},
1334713347
"digest": {
@@ -13354,6 +13354,16 @@
1335413354
"sha256:0ecbaa601dba202129058746c7d8e3f282d0efb5fff0..."
1335513355
]
1335613356
},
13357+
"version": {
13358+
"type": "string",
13359+
"description": "The artifact version.",
13360+
"minLength": 1,
13361+
"maxLength": 100,
13362+
"x-multi-segment": true,
13363+
"examples": [
13364+
"1.2.3"
13365+
]
13366+
},
1335713367
"artifact_url": {
1335813368
"type": "string",
1335913369
"format": "uri",
@@ -13421,7 +13431,8 @@
1342113431
"examples": {
1342213432
"default": {
1342313433
"value": {
13424-
"name": "libfoo-1.2.3",
13434+
"name": "libfoo",
13435+
"version": "1.2.3",
1342513436
"digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72",
1342613437
"artifact_url": "https://reg.example.com/artifactory/bar/libfoo-1.2.3",
1342713438
"registry_url": "https://reg.example.com/artifactory/",
@@ -13496,7 +13507,7 @@
1349613507
"total_count": 1,
1349713508
"storage_records": [
1349813509
{
13499-
"name": "libfoo-1.2.3",
13510+
"name": "libfoo",
1350013511
"digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72",
1350113512
"artifact_url": "https://reg.example.com/artifactory/bar/libfoo-1.2.3",
1350213513
"registry_url": "https://reg.example.com/artifactory/",

0 commit comments

Comments
 (0)