main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
357 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
3 | const id_1 = require("./id");
|
---|
4 | const ref_1 = require("./ref");
|
---|
5 | const core = [
|
---|
6 | "$schema",
|
---|
7 | "$id",
|
---|
8 | "$defs",
|
---|
9 | "$vocabulary",
|
---|
10 | { keyword: "$comment" },
|
---|
11 | "definitions",
|
---|
12 | id_1.default,
|
---|
13 | ref_1.default,
|
---|
14 | ];
|
---|
15 | exports.default = core;
|
---|
16 | //# sourceMappingURL=index.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.