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:
Fern Support
2025-05-28 16:05:45 -04:00
committed by GitHub
parent 813d90cf55
commit 7875e088cc
3 changed files with 16 additions and 1 deletions

View File

@@ -155,4 +155,7 @@ navigation:
- tab: community
- tab: github
- tab: cloud
- tab: demo
- tab: demo
experimental:
openapi-parser-v3: true

View File

@@ -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:

View File

@@ -0,0 +1,2 @@
security:
- ApiKeyScheme: []