URL
The URL object represents the properties of a uniform resource locator (URL).
Properties
Required Common Properties
typeidvalue
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Url Specific
value
Property | Type | Description |
---|---|---|
type optional | string | The value of this property MUST be `url`. |
value required | string | Specifies the value of the URL. |
Examples
{
"type": "url",
"spec_version": "2.1",
"id": "url--c1477287-23ac-5971-a010-5c287877fa60",
"value": "https://example.com/research/index.html"
}