Urara-Blog/node_modules/.pnpm-store/v3/files/f0/d8bccb4650dd2e7a8bf2e5ef7acf1ad70f150024a360a47536af7cc1cab3809a350aafe41e1f58e436a1a56e347c3304b66159eae2e37737f86d82d2d6c295
2022-08-14 01:14:53 +08:00

18 lines
No EOL
427 B
Text

"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