-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathopenapi-config.yaml
43 lines (43 loc) · 1.59 KB
/
openapi-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
generatorName: java
additionalProperties:
library: jersey3
openApiNullable: false
java8: true
useJakartaEe: true
swagger1AnnotationLibrary: false
invokerPackage: com.dropbox.sign
apiPackage: com.dropbox.sign.api
modelPackage: com.dropbox.sign.model
developerEmail: [email protected]
developerId: dropbox-sign-api-team
developerName: Dropbox Sign API Team
developerOrganization: Dropbox Sign
developerOrganizationUrl: https://hellosign.com
hideGenerationTimestamp: true
sortModelPropertiesByRequiredFlag: true
groupId: com.dropbox.sign
artifactId: dropbox-sign
artifactName: Dropbox Sign Java SDK
artifactVersion: "2.4.0"
artifactUrl: https://github.com/hellosign/dropbox-sign-java
artifactDescription: Use the Dropbox Sign Java SDK to connect your Java app to the service of Dropbox Sign in microseconds!
scmConnection: scm:git:git://github.com/hellosign/dropbox-sign-java.git
scmDeveloperConnection: scm:git:[email protected]:hellosign/dropbox-sign-java.git
scmUrl: https://github.com/hellosign/dropbox-sign-java
licenseName: MIT License
licenseUrl: https://www.opensource.org/licenses/mit-license.php
useCustomTemplateCode: true
licenseCopyrightYear: 2024
files:
dropbox-EventCallbackHelper.mustache:
templateType: SupportingFiles
destinationFilename: src/main/java/com/dropbox/sign/EventCallbackHelper.java
dropbox-LICENSE.mustache:
templateType: SupportingFiles
destinationFilename: LICENSE
dropbox-VERSION.mustache:
templateType: SupportingFiles
destinationFilename: VERSION
globalProperties:
apiTests: false
modelTests: false