Skip to content

Commit

Permalink
Add completeness models
Browse files Browse the repository at this point in the history
  • Loading branch information
corneelwille committed Feb 15, 2024
1 parent c9a1e5e commit c1e37bb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/uitdatabank/models/common-completeness.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "string",
"title": "completeness",
"description": "Indicates the level of completeness of an event, place or organizer. The score is calculated by UiTdatabank",
"examples": [
"60",
"85",
"92"
],
"pattern": "^[1-9][0-9]?$|^100$"
}
5 changes: 5 additions & 0 deletions projects/uitdatabank/models/event-completeness.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$ref": "./common-completeness.json",
"title": "event.completeness",
"description": "Indicates the level of completeness of an event. The score is calculated by UiTdatabank"
}
5 changes: 5 additions & 0 deletions projects/uitdatabank/models/organizer-completeness.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$ref": "./common-completeness.json",
"title": "organizer.completeness",
"description": "Indicates the level of completeness of an organizer. The score is calculated by UiTdatabank"
}
5 changes: 5 additions & 0 deletions projects/uitdatabank/models/place-completeness.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$ref": "./common-completeness.json",
"title": "place.completeness",
"description": "Indicates the level of completeness of a place. The score is calculated by UiTdatabank"
}

0 comments on commit c1e37bb

Please sign in to comment.