.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / lib / vocabularies / metadata.ts
1 import type {Vocabulary} from "../types"
2
3 export const metadataVocabulary: Vocabulary = [
4   "title",
5   "description",
6   "default",
7   "deprecated",
8   "readOnly",
9   "writeOnly",
10   "examples",
11 ]
12
13 export const contentVocabulary: Vocabulary = [
14   "contentMediaType",
15   "contentEncoding",
16   "contentSchema",
17 ]