ajv-validator / ajv-validator/ajv-errors

custom label for each properties

未關閉
#36 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
TypeScript
星號
289
分支
21
PR 合併指標
30 天內沒有已合併 PR

描述

Hello and thanks a lot for this very helpful plugin!

I was wondering if there was a way to customize the way the error message is sent by using a label instead of the property name.

For example, by using this kind of syntax:
```
schema: {
query: {
type: 'object',
required: ['score'],
properties: {
score: {
type: 'integer',
label: 'スコア',
errorMessage: {
type: '${/score}が数字ではない'
}
}
}
}
```
I would get the following
**スコア** "true"が数字ではない
instead of
**query/score** "true"が数字ではない

I am sorry if it is already written somewhere. I have read so many articles today that my head might explodes by the end of the day.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。