芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/id.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const def = { keyword: "id", code() { throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID'); }, }; exports.default = def; //# sourceMappingURL=id.js.map