File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
zio-http/shared/src/main/scala/zio/http/endpoint/openapi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ object OpenAPIGen {
7575 def examples (schema : Schema [_], generate : Boolean ): Map [String , OpenAPI .ReferenceOr .Or [OpenAPI .Example ]] =
7676 examples(schema, generate, MediaType .application.json)
7777
78- def examples (
78+ private [openapi] def examples (
7979 schema : Schema [_],
8080 generate : Boolean ,
8181 mediaType : MediaType ,
@@ -151,7 +151,7 @@ object OpenAPIGen {
151151 def contentExamples (genExamples : Boolean ): Map [String , OpenAPI .ReferenceOr .Or [OpenAPI .Example ]] =
152152 contentExamples(genExamples, MediaType .application.json)
153153
154- def contentExamples (
154+ private [openapi] def contentExamples (
155155 genExamples : Boolean ,
156156 mediaType : MediaType ,
157157 ): Map [String , OpenAPI .ReferenceOr .Or [OpenAPI .Example ]] =
You can’t perform that action at this time.
0 commit comments