nrb-common-schemas
Version:
Home of some common schemas used within the nrb domain
20 lines • 597 B
JSON
{
"$id": "http://schemas.nationella-riktlinjer.se/nrb-identification.1.schema.json",
"title": "NRB Identification",
"definitions": {
"_schema": {
"type": "string",
"title": "the JSON schema name which this json object should be validated against"
},
"id": {
"type": "string",
"format": "uuid",
"title": "A globaly unique ID"
},
"slug": {
"title": "Slug",
"description": "A url safe unique reference to the object",
"type": "string"
}
}
}