Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.75
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.model.schema
/
SchemaModel
/
SchemaModelLitteral
/
SchemaModelLitteral
Schema
Model
Litteral
constructor
(
type
:
DataType
?
=
null
,
format
:
DataFormat
?
=
null
,
nullable
:
Boolean
=
false
,
minimum
:
T
?
=
null
,
maximum
:
T
?
=
null
,
minLength
:
Int
?
=
null
,
maxLength
:
Int
?
=
null
,
pattern
:
String
?
=
null
,
example
:
T
?
=
null
,
examples
:
List
<
T
>
?
=
null
,
description
:
String
?
=
null
)
(
source
)