#2650·ajv

判别器拒绝那些标签值为 Object.prototype 成员名( toString、constructor 等)的模式

作者: haskiindahouse创建于 2026年7月21日更新于 2026年7月21日

`lib/vocabularies/discriminator/index.ts`. The mapping accumulator is a plain object literal (line 64) and the uniqueness guard uses the `in` operator (line 104):

内容来源: ajv-validator/ajv