jsonschema-validate-default 只是一个基于jsonschema库的小库,可让您测试对象是否有效以及是否将其与默认数据结合 使用范例 懒惰的 const validate = require ( 'djsv' ) ; // create your schema const json = { "type" : "object" , "properties" : { "id" : { "type" : "string" , "default" : "id" , "req