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