Skip to content

Commit ddd57e7

Browse files
committed
docs: add documentation on how to define contacts
1 parent ddd0687 commit ddd57e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,10 @@ openapi3 {
483483
title = 'My API title'
484484
version = '1.0.1'
485485
format = 'yaml'
486+
contact = {
487+
name = 'John Doe'
488+
489+
}
486490
separatePublicApi = true
487491
outputFileNamePrefix = 'my-api-spec'
488492
oauth2SecuritySchemeDefinition = {

0 commit comments

Comments
 (0)