A domain of vocabulary terms grouped by name.
Maps canonical term names to their full VocabularyTerm definitions.
const domain: VocabularyDomain = { name: 'procurement', terms: { supplier: { name: 'supplier', synonyms: ['vendor'], domain: 'procurement' }, },}; Copy
const domain: VocabularyDomain = { name: 'procurement', terms: { supplier: { name: 'supplier', synonyms: ['vendor'], domain: 'procurement' }, },};
Readonly
The SAP domain identifier.
All terms in this domain, keyed by canonical name.
A domain of vocabulary terms grouped by name.
Remarks
Maps canonical term names to their full VocabularyTerm definitions.
Example