feat: upgrade to v3 parser and make improvements for required api keys, examples, etc. (#2496)
Co-authored-by: Sahil Chatiwala <sahilchatiwala@gmail.com> Co-authored-by: Sahil <sahil@buildwithfern.com>
This commit is contained in:
@@ -156,3 +156,6 @@ navigation:
|
|||||||
- tab: github
|
- tab: github
|
||||||
- tab: cloud
|
- tab: cloud
|
||||||
- tab: demo
|
- tab: demo
|
||||||
|
|
||||||
|
experimental:
|
||||||
|
openapi-parser-v3: true
|
||||||
@@ -1,11 +1,21 @@
|
|||||||
# yaml-language-server: $schema=https://schema.buildwithfern.dev/generators-yml.json
|
# yaml-language-server: $schema=https://schema.buildwithfern.dev/generators-yml.json
|
||||||
|
|
||||||
|
auth-schemes:
|
||||||
|
ApiKeyScheme:
|
||||||
|
header: x-api-key
|
||||||
|
type: string
|
||||||
|
name: x-api-key
|
||||||
|
|
||||||
api:
|
api:
|
||||||
|
auth: ApiKeyScheme
|
||||||
specs:
|
specs:
|
||||||
- openapi: openapi/skyvern_openapi.json
|
- openapi: openapi/skyvern_openapi.json
|
||||||
origin: https://api.skyvern.com/openapi.json
|
origin: https://api.skyvern.com/openapi.json
|
||||||
|
overrides: openapi/overrides.yml
|
||||||
settings:
|
settings:
|
||||||
title-as-schema-name: false
|
title-as-schema-name: false
|
||||||
|
|
||||||
|
|
||||||
groups:
|
groups:
|
||||||
python-sdk:
|
python-sdk:
|
||||||
generators:
|
generators:
|
||||||
|
|||||||
2
fern/openapi/overrides.yml
Normal file
2
fern/openapi/overrides.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
security:
|
||||||
|
- ApiKeyScheme: []
|
||||||
Reference in New Issue
Block a user