{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/virustotal/refs/heads/main/json-schema/UrlObject-schema.json", "title": "UrlObject", "description": "A URL analysed by VirusTotal \u2014 identified by base64url of the URL.", "type": "object", "properties": { "id": { "type": "string", "description": "Object identifier." }, "type": { "type": "string", "description": "Object type discriminator." }, "links": { "type": "object", "description": "Hypermedia links.", "properties": { "self": { "type": "string", "format": "uri" } } }, "attributes": { "type": "object", "description": "Type-specific attributes for UrlObject.", "properties": { "url": { "type": "string", "format": "uri", "description": "Submitted URL.", "example": "https://example.com/path" }, "final_url": { "type": "string", "format": "uri", "description": "Final URL after redirects." }, "title": { "type": "string", "description": "HTML