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:
@@ -155,4 +155,7 @@ navigation:
|
||||
- tab: community
|
||||
- tab: github
|
||||
- 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
|
||||
|
||||
auth-schemes:
|
||||
ApiKeyScheme:
|
||||
header: x-api-key
|
||||
type: string
|
||||
name: x-api-key
|
||||
|
||||
api:
|
||||
auth: ApiKeyScheme
|
||||
specs:
|
||||
- openapi: openapi/skyvern_openapi.json
|
||||
origin: https://api.skyvern.com/openapi.json
|
||||
overrides: openapi/overrides.yml
|
||||
settings:
|
||||
title-as-schema-name: false
|
||||
|
||||
|
||||
groups:
|
||||
python-sdk:
|
||||
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