source: imaps-frontend/node_modules/ajv/lib/vocabularies/metadata.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • 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.