UNPKG

304 BPlain TextView Raw
1import type {Vocabulary} from "../types"
2
3export const metadataVocabulary: Vocabulary = [
4 "title",
5 "description",
6 "default",
7 "deprecated",
8 "readOnly",
9 "writeOnly",
10 "examples",
11]
12
13export const contentVocabulary: Vocabulary = [
14 "contentMediaType",
15 "contentEncoding",
16 "contentSchema",
17]