initial commit
This commit is contained in:
18
node_modules/ajv/dist/vocabularies/metadata.js
generated
vendored
Normal file
18
node_modules/ajv/dist/vocabularies/metadata.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.contentVocabulary = exports.metadataVocabulary = void 0;
|
||||
exports.metadataVocabulary = [
|
||||
"title",
|
||||
"description",
|
||||
"default",
|
||||
"deprecated",
|
||||
"readOnly",
|
||||
"writeOnly",
|
||||
"examples",
|
||||
];
|
||||
exports.contentVocabulary = [
|
||||
"contentMediaType",
|
||||
"contentEncoding",
|
||||
"contentSchema",
|
||||
];
|
||||
//# sourceMappingURL=metadata.js.map
|
||||
Reference in New Issue
Block a user