source: trip-planner-front/node_modules/ajv/lib/vocabularies/metadata.ts@ eed0bf8

Last change on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 304 bytes
Line 
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]
Note: See TracBrowser for help on using the repository browser.