Skip to content

Commit 1a0f363

Browse files
committed
Pattern not used, yet
1 parent 582d240 commit 1a0f363

File tree

1 file changed

+0
-1
lines changed
  • src/main/kotlin/com/papsign/ktor/openapigen/model/schema

1 file changed

+0
-1
lines changed

src/main/kotlin/com/papsign/ktor/openapigen/model/schema/SchemaModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ sealed class SchemaModel<T>: DataModel {
5757
var maximum: T? = null,
5858
var minLength: Int? = null,
5959
var maxLength: Int? = null,
60-
var pattern: String? = null,
6160
override var example: T? = null,
6261
override var examples: List<T>? = null,
6362
override var description: String? = null

0 commit comments

Comments
 (0)