Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
552 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | "use strict";
|
---|
| 2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
| 3 | const core_1 = require("./core");
|
---|
| 4 | const validation_1 = require("./validation");
|
---|
| 5 | const applicator_1 = require("./applicator");
|
---|
| 6 | const format_1 = require("./format");
|
---|
| 7 | const metadata_1 = require("./metadata");
|
---|
| 8 | const draft7Vocabularies = [
|
---|
| 9 | core_1.default,
|
---|
| 10 | validation_1.default,
|
---|
| 11 | applicator_1.default(),
|
---|
| 12 | format_1.default,
|
---|
| 13 | metadata_1.metadataVocabulary,
|
---|
| 14 | metadata_1.contentVocabulary,
|
---|
| 15 | ];
|
---|
| 16 | exports.default = draft7Vocabularies;
|
---|
| 17 | //# sourceMappingURL=draft7.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.