DictionaryEntry
Summary
A key with an associated value.
Description
The class used for implementing a generic string mapping (also known as associative array, dictionary, or hash map) in SPDX. Each DictionaryEntry contains a key-value pair which maps the key to its associated value. To implement a dictionary, this class is to be used in a collection with unique keys.
Metadata
https://rdf.spdx.org/v3/Core/DictionaryEntry
| Name | DictionaryEntry |
| Instantiability | Concrete |
Properties
| Property | Type | minCount | maxCount |
|---|---|---|---|
| key | xsd:string | 1 | 1 |
| value | xsd:string | 0 | 1 |