nrb-common-schemas
Version:
Home of some common schemas used within the nrb domain
19 lines • 420 B
JSON
{
"$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"]
}