Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -13275,7 +13275,7 @@
"name": {
"type": "string",
"description": "The name of the artifact.",
"example": "libfoo-1.2.3",
"example": "libfoo",
"minLength": 1
},
"digest": {
Expand All @@ -13286,6 +13286,14 @@
"maxLength": 71,
"pattern": "^sha256:[a-f0-9]{64}$"
},
"version": {
"type": "string",
"description": "The artifact version.",
"minLength": 1,
"maxLength": 100,
"x-multi-segment": true,
"example": "1.2.3"
},
"artifact_url": {
"type": "string",
"format": "uri",
Expand Down Expand Up @@ -13341,7 +13349,8 @@
"examples": {
"default": {
"value": {
"name": "libfoo-1.2.3",
"name": "libfoo",
"version": "1.2.3",
"digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72",
"artifact_url": "https://reg.example.com/artifactory/bar/libfoo-1.2.3",
"registry_url": "https://reg.example.com/artifactory/",
Expand Down Expand Up @@ -13410,7 +13419,7 @@
"total_count": 1,
"storage_records": [
{
"name": "libfoo-1.2.3",
"name": "libfoo",
"digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72",
"artifact_url": "https://reg.example.com/artifactory/bar/libfoo-1.2.3",
"registry_url": "https://reg.example.com/artifactory/",
Expand Down
14 changes: 11 additions & 3 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9583,7 +9583,7 @@ paths:
name:
type: string
description: The name of the artifact.
example: libfoo-1.2.3
example: libfoo
minLength: 1
digest:
type: string
Expand All @@ -9592,6 +9592,13 @@ paths:
minLength: 71
maxLength: 71
pattern: "^sha256:[a-f0-9]{64}$"
version:
type: string
description: The artifact version.
minLength: 1
maxLength: 100
x-multi-segment: true
example: 1.2.3
artifact_url:
type: string
format: uri
Expand Down Expand Up @@ -9643,7 +9650,8 @@ paths:
examples:
default:
value:
name: libfoo-1.2.3
name: libfoo
version: 1.2.3
digest: sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72
artifact_url: https://reg.example.com/artifactory/bar/libfoo-1.2.3
registry_url: https://reg.example.com/artifactory/
Expand Down Expand Up @@ -9690,7 +9698,7 @@ paths:
value:
total_count: 1
storage_records:
- name: libfoo-1.2.3
- name: libfoo
digest: sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72
artifact_url: https://reg.example.com/artifactory/bar/libfoo-1.2.3
registry_url: https://reg.example.com/artifactory/
Expand Down
15 changes: 12 additions & 3 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -13275,7 +13275,7 @@
"name": {
"type": "string",
"description": "The name of the artifact.",
"example": "libfoo-1.2.3",
"example": "libfoo",
"minLength": 1
},
"digest": {
Expand All @@ -13286,6 +13286,14 @@
"maxLength": 71,
"pattern": "^sha256:[a-f0-9]{64}$"
},
"version": {
"type": "string",
"description": "The artifact version.",
"minLength": 1,
"maxLength": 100,
"x-multi-segment": true,
"example": "1.2.3"
},
"artifact_url": {
"type": "string",
"format": "uri",
Expand Down Expand Up @@ -13341,7 +13349,8 @@
"examples": {
"default": {
"value": {
"name": "libfoo-1.2.3",
"name": "libfoo",
"version": "1.2.3",
"digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72",
"artifact_url": "https://reg.example.com/artifactory/bar/libfoo-1.2.3",
"registry_url": "https://reg.example.com/artifactory/",
Expand Down Expand Up @@ -13410,7 +13419,7 @@
"total_count": 1,
"storage_records": [
{
"name": "libfoo-1.2.3",
"name": "libfoo",
"digest": "sha256:1bb1e949e55dcefc6353e7b36c8897d2a107d8e8dca49d4e3c0ea8493fc0bc72",
"artifact_url": "https://reg.example.com/artifactory/bar/libfoo-1.2.3",
"registry_url": "https://reg.example.com/artifactory/",
Expand Down
Loading