Improve pattern filling of FieldValidationFailure
オープン
feature
priority: undecided
Standardization
under discussion
- 主要言語
- Scala
- スター
- 33
- フォーク
- 16
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## Background
The following code in `SchemaValidator.validateSchema` is somewhat contingent:
```
val pattern = if (s.field.metadata contains "pattern") s.field.metadata.getString("pattern") else "" //TODO look into this
errorsAccumulator += FieldValidationFailure(fieldWithPath.name, pattern, issues)
```
## Feature
Make the `pattern` filling more systematic.
コントリビューションガイド
評価
この issue はまだ評価されていません。