From d766b3cc4e7b7b1ed8c7fcc840279bc6b06a6f29 Mon Sep 17 00:00:00 2001 From: speakeasy-bot Date: Mon, 1 Jan 2024 14:36:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9D=20Update=20gen.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gen.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 gen.yaml diff --git a/gen.yaml b/gen.yaml new file mode 100644 index 00000000..7cdc8021 --- /dev/null +++ b/gen.yaml @@ -0,0 +1,32 @@ +configVersion: 1.0.0 +generation: + comments: {} + sdkClassName: Plex-API + repoURL: https://github.com/speakeasy-sdks/Personal-sample-sdk-9.git + maintainOpenAPIOrder: true + usageSnippets: + optionalPropertyRendering: withExample + useClassNamesForArrayFields: true + fixes: + nameResolutionDec2023: false +java: + version: 0.0.1 + artifactID: openapi + companyEmail: info@mycompany.com + companyName: My Company + companyURL: www.mycompany.com + githubURL: github.com/owner/repo + groupID: org.openapis + imports: + option: openapi + paths: + callbacks: models/callbacks + errors: models/errors + operations: models/operations + shared: models/shared + webhooks: models/webhooks + inputModelSuffix: input + maxMethodParams: 4 + ossrhURL: https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + outputModelSuffix: output + projectName: openapi