Skip to content

Commit

Permalink
Merge pull request #308 from open-rpc/fix/petstore-ext-names
Browse files Browse the repository at this point in the history
fix(petstore extended): links and naming
  • Loading branch information
shanejonas authored Feb 12, 2020
2 parents b504ae8 + 7395126 commit c594ebb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions service-descriptions/petstore-expanded-openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -17,7 +17,7 @@
},
"servers": [
{
"url": "http://petstore.openrpc.io/api"
"url": "http://petstore.open-rpc.org"
}
],
"methods": [
Expand Down

0 comments on commit c594ebb

Please sign in to comment.