{
    "$id": "http://schemas.nationella-riktlinjer.se/nrb-link.1.schema.json",
    "title": "NRB Link",
    "description": "A link",
    "type": "object",
    "properties": {
        "name": {
            "type": "string"
        },
        "comment": {
            "type": "string"
        },
        "uri": {
            "type": "string",
            "format": "uri"
        }
    },
    "required": ["name", "uri"]
}