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://spdx.org/rdf/3.0.0/terms/Core/DictionaryEntry

Name DictionaryEntry
Instantiability Concrete

Properties

Property Type minCount maxCount
key xsd:string 1 1
value xsd:string 0 1