Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
304 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 | ]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.