{
    "$id": "http://schemas.nationella-riktlinjer.se/nrb-person.1.schema.json",
    "name": "NRB Person",
    "type": "object",
    "properties": {
        "name": {
            "type": "string"
        },
        "email": {
            "type": "string",
            "format": "email"
        },
        "linkedin": {
            "type": "string",
            "format": "uri"
        }
    },
    "required": ["name"]
}