persona-community-5/.pnpm-store/v3/files/65/eed5cf1a66dd2959429e05ae352894c5110e5a220c7760c733df3ee2d9ed7aa382db9eb0f1d72fc3d58fa876744ac23b89bdada496ba9c39b47688b0c569e3
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

26 lines
759 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.contentVocabulary = exports.metadataVocabulary = void 0;
exports.metadataVocabulary = [
"title",
"description",
"default",
"deprecated",
/**
* readOnly/writeOnly are handled as validation keywords when OAS context is provided.
* Keeping them here would register them as annotation-only metadata and would
* prevent the context-aware validation behavior.
*
* @see ./validation/readOnly.ts
* @see ./validation/writeOnly.ts
*/
// "readOnly",
// "writeOnly",
"examples",
];
exports.contentVocabulary = [
"contentMediaType",
"contentEncoding",
"contentSchema",
];
//# sourceMappingURL=metadata.js.map