- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
18 lines
304 B
TypeScript
18 lines
304 B
TypeScript
import type {Vocabulary} from "../types"
|
|
|
|
export const metadataVocabulary: Vocabulary = [
|
|
"title",
|
|
"description",
|
|
"default",
|
|
"deprecated",
|
|
"readOnly",
|
|
"writeOnly",
|
|
"examples",
|
|
]
|
|
|
|
export const contentVocabulary: Vocabulary = [
|
|
"contentMediaType",
|
|
"contentEncoding",
|
|
"contentSchema",
|
|
]
|