Skip to content

Commit 73cc059

Browse files
authored
Update Examples/type-overrides-example/Sources/openapi.yaml
1 parent e43134f commit 73cc059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/type-overrides-example/Sources/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ servers:
77
description: Example service deployment.
88
components:
99
schemas:
10-
UUID: # this will be replaced by with Foundation.UUID specified by typeOverrides in open-api-generator-config
10+
UUID: # this will be replaced by with Foundation.UUID specified by typeOverrides in openapi-generator-config
1111
type: string
1212
format: uuid
1313

14-
PrimeNumber: # this will be replaced by with ExternalLibrary.PrimeNumber specified by typeOverrides in open-api-generator-config
14+
PrimeNumber: # this will be replaced by with ExternalLibrary.PrimeNumber specified by typeOverrides in openapi-generator-config
1515
type: string
1616
format: uuid
1717

0 commit comments

Comments
 (0)