UNPKG

267 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const def = {
4 keyword: "id",
5 code() {
6 throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID');
7 },
8};
9exports.default = def;
10//# sourceMappingURL=id.js.map
\No newline at end of file