aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
18 lines (15 loc) • 304 B
text/typescript
import type {Vocabulary} from "../types"
export const metadataVocabulary: Vocabulary = [
"title",
"description",
"default",
"deprecated",
"readOnly",
"writeOnly",
"examples",
]
export const contentVocabulary: Vocabulary = [
"contentMediaType",
"contentEncoding",
"contentSchema",
]