{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.hyperlink", "title": "hyperlink", "required": [ "@odata.type" ], "type": "object", "properties": { "name": { "type": "string", "description": "The name for this hyperlink." }, "url": { "type": "string", "description": "The URL for this hyperlink." }, "@odata.type": { "type": "string" } } }