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 582d240 commit 1a0f363Copy full SHA for 1a0f363
src/main/kotlin/com/papsign/ktor/openapigen/model/schema/SchemaModel.kt
@@ -57,7 +57,6 @@ sealed class SchemaModel<T>: DataModel {
57
var maximum: T? = null,
58
var minLength: Int? = null,
59
var maxLength: Int? = null,
60
- var pattern: String? = null,
61
override var example: T? = null,
62
override var examples: List<T>? = null,
63
override var description: String? = null
0 commit comments