-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #308 from open-rpc/fix/petstore-ext-names
fix(petstore extended): links and naming
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
"info": { | ||
"version": "1.0.0", | ||
"title": "Petstore Expanded", | ||
"description": "A sample API that uses a petstore as an example to demonstrate features in the OpenAPI 3.0 specification", | ||
"termsOfService": "http://openrpc.io/terms/", | ||
"description": "A sample API that uses a petstore as an example to demonstrate features in the OpenRPC specification", | ||
"termsOfService": "https://open-rpc.org", | ||
"contact": { | ||
"name": "OpenRPC Team", | ||
"email": "[email protected]", | ||
"url": "http://openrpc.io" | ||
"email": "[email protected]", | ||
"url": "https://open-rpc.org" | ||
}, | ||
"license": { | ||
"name": "Apache 2.0", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"servers": [ | ||
{ | ||
"url": "http://petstore.openrpc.io/api" | ||
"url": "http://petstore.open-rpc.org" | ||
} | ||
], | ||
"methods": [ | ||
|