metadata.ts 304 B

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