Skip to content

Commit bb618c4

Browse files
committed
Fix name
1 parent 45808e7 commit bb618c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/http/1.0/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"openapi": "3.1.0",
33
"info": {
4-
"title": "Open Tool Calling Standard",
4+
"title": "Open eXecution Protocol (OXP) Standard",
55
"version": "1.0.0",
66
"description": "A standard for calling tools (functions or services) in a distributed system.",
77
"license": {
88
"name": "MIT",
99
"url": "https://opensource.org/licenses/MIT"
1010
},
1111
"contact": {
12-
"url": "https://opentoolcalling.org"
12+
"url": "https://openexecprotocol.org"
1313
}
1414
},
1515
"paths": {

0 commit comments

Comments
 (0)