-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update naming to {plugin-name}-openapi.json
- Loading branch information
1 parent
745fa49
commit 7098e78
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -64,7 +64,7 @@ _The resulting OpenAI plugin named `openai-plugins.json` will look like this:_ | |
}, | ||
"api": { | ||
"type": "openapi", | ||
"url": "./sliced-github.json" | ||
"url": "./github-openapi.json" | ||
}, | ||
"logo_url": "https://example.com/logo.png", | ||
"contact_email": "[email protected]", | ||
|
@@ -143,7 +143,7 @@ _The resulting API Manifest named `apimanifest.json` in the `./kiota` folder (co | |
└─github | ||
└─github-apimanifest.json # Specific API Manifest | ||
└─openai-plugins.json #OpenAI Plugin | ||
└─sliced-github.json # Sliced and augmented OpenAPI document | ||
└─github-openapi.json # Sliced and augmented OpenAPI document | ||
``` | ||
|
||
[def]: https://www.ietf.org/archive/id/draft-miller-api-manifest-01.html |