We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43134f commit 73cc059Copy full SHA for 73cc059
Examples/type-overrides-example/Sources/openapi.yaml
@@ -7,11 +7,11 @@ servers:
7
description: Example service deployment.
8
components:
9
schemas:
10
- UUID: # this will be replaced by with Foundation.UUID specified by typeOverrides in open-api-generator-config
+ UUID: # this will be replaced by with Foundation.UUID specified by typeOverrides in openapi-generator-config
11
type: string
12
format: uuid
13
14
- PrimeNumber: # this will be replaced by with ExternalLibrary.PrimeNumber specified by typeOverrides in open-api-generator-config
+ PrimeNumber: # this will be replaced by with ExternalLibrary.PrimeNumber specified by typeOverrides in openapi-generator-config
15
16
17
0 commit comments