Skip to content

Commit 848bcc5

Browse files
committed
favor Bump.sh in OpenAPI/AsyncAPI examples
1 parent c774a7f commit 848bcc5

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

examples/invalid/asyncapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
3-
"description": "This is the official Bump API documentation. Obviously created with Bump.\n",
4-
"title": "Bump Api",
3+
"description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n",
4+
"title": "Bump.sh Api",
55
"version": "1.0"
66
},
77
"asyncapi": "2.0.0",

examples/invalid/openapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
3-
"description": "This is the official Bump API documentation. Obviously created with Bump.\n",
4-
"title": "Bump Api",
3+
"description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n",
4+
"title": "Bump.sh Api",
55
"version": "1.0"
66
},
77
"openapii": "3.0.2",

examples/valid/bump-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "string"
1313
},
1414
"references": {
15-
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.",
15+
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.",
1616
"items": {
1717
"$ref": "#/components/schemas/Reference"
1818
},
@@ -74,7 +74,7 @@
7474
"type": "string"
7575
},
7676
"references": {
77-
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.",
77+
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.",
7878
"items": {
7979
"$ref": "#/components/schemas/Reference"
8080
},
@@ -159,8 +159,8 @@
159159
}
160160
},
161161
"info": {
162-
"description": "This is the official Bump API documentation. Obviously created with Bump.\n",
163-
"title": "Bump Api",
162+
"description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n",
163+
"title": "Bump.sh Api",
164164
"version": "1.0"
165165
},
166166
"openapi": "3.0.2",

examples/valid/openapi.v3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "string"
1313
},
1414
"references": {
15-
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.",
15+
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.",
1616
"items": {
1717
"$ref": "#/components/schemas/Reference"
1818
},
@@ -74,7 +74,7 @@
7474
"type": "string"
7575
},
7676
"references": {
77-
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump servers, like local files or internal URLs.",
77+
"description": "Import external references used by `definition`. It's usually resources not accessible by Bump.sh servers, like local files or internal URLs.",
7878
"items": {
7979
"$ref": "#/components/schemas/Reference"
8080
},
@@ -163,8 +163,8 @@
163163
}
164164
},
165165
"info": {
166-
"description": "This is the official Bump API documentation. Obviously created with Bump.\n",
167-
"title": "Bump Api",
166+
"description": "This is the official Bump.sh API documentation. Obviously created with Bump.sh.\n",
167+
"title": "Bump.sh Api",
168168
"version": "1.0"
169169
},
170170
"openapi": "3.0.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bump-cli",
3-
"description": "The Bump CLI is used to interact with your API documentation hosted on Bump by using the API of developers.bump.sh",
3+
"description": "The Bump CLI is used to interact with your API documentation hosted on Bump.sh by using the API of developers.bump.sh",
44
"version": "2.8.4",
55
"author": "Paul Bonaud <paulr@bump.sh>",
66
"bin": {

0 commit comments

Comments
 (0)