MediaType
Summary
Standardized way of indicating the type of content of an Element or a Property. A String constrained to the RFC 2046 specification.
Description
A MediaType is a string constrained to the RFC 2046 MIME Part Two: Media Types. It provides a standardized way of indicating the type of content of an Element or a Property.
Example
application/java-archiveapplication/vcard+jsonapplication/vnd.oasis.opendocument.textimage/aviftext/csv;charset=UTF-8text/javascripttext/spdx
A list of all possible media types is available at IANA Protocol Registries.
Metadata
https://spdx.org/rdf/3.0.1/terms/Core/MediaType
| Name | MediaType |
| SubclassOf | xsd:string |
Format pattern
^[^\/]+\/[^\/]+$