diff --git a/projects/uitdatabank/models/common-completeness.json b/projects/uitdatabank/models/common-completeness.json new file mode 100644 index 000000000..0f2dd0d26 --- /dev/null +++ b/projects/uitdatabank/models/common-completeness.json @@ -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$" +} diff --git a/projects/uitdatabank/models/event-completeness.json b/projects/uitdatabank/models/event-completeness.json new file mode 100644 index 000000000..67ac10ed9 --- /dev/null +++ b/projects/uitdatabank/models/event-completeness.json @@ -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" +} diff --git a/projects/uitdatabank/models/organizer-completeness.json b/projects/uitdatabank/models/organizer-completeness.json new file mode 100644 index 000000000..725235d21 --- /dev/null +++ b/projects/uitdatabank/models/organizer-completeness.json @@ -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" +} \ No newline at end of file diff --git a/projects/uitdatabank/models/place-completeness.json b/projects/uitdatabank/models/place-completeness.json new file mode 100644 index 000000000..d7c5eecf0 --- /dev/null +++ b/projects/uitdatabank/models/place-completeness.json @@ -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" +} \ No newline at end of file