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 还没有评估数据。