Skip to content

Commit

Permalink
Simplify schema for about (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
acka47 committed Aug 8, 2023
1 parent 75f307a commit be97931
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions draft/schemas/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,9 @@
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": ["Concept"]
},
"id": {
"type": "string",
"format": "uri"
},
"inScheme": {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"https://w3id.org/kim/hochschulfaechersystematik/scheme",
"http://w3id.org/kim/schulfaecher/"
]
}
}
},
"prefLabel": {
"title": "The preferred label of the concept",
"description": "A localized string for prefLabel of a SKOS concept",
"$ref": "https://w3id.org/kim/amb/draft/schemas/localizedString.json"
}
},
"required": ["id"]
Expand Down

0 comments on commit be97931

Please sign in to comment.