Skip to content

Commit

Permalink
Language is a reserved name for MongoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Jul 16, 2024
1 parent 6ff4e5b commit 14578cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
6 changes: 4 additions & 2 deletions Installation/Schema/Attachment.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@
},
"anonymization": {
"type": "object",
"format": "json",
"description": "Whether the attachment is properly annonymized and the results there of",
"$ref": "https://openwoo.app/schemas/anonymization.schema.json"
},
"language": {
"languageObject": {
"type": "object",
"description": "The language and language level of the object",
"format": "json",
"description":"The language and language level of the object",
"$ref": "https://openwoo.app/schemas/language.schema.json"
},
"version_of": {
Expand Down
24 changes: 0 additions & 24 deletions Installation/Schema/Language.json

This file was deleted.

6 changes: 4 additions & 2 deletions Installation/Schema/Publication.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,14 @@
},
"anonymization": {
"type": "object",
"format": "json",
"description": "Whether the attachment is properly annonymized and the results there of",
"$ref": "https://openwoo.app/schemas/anonymization.schema.json"
},
"language": {
"languageObject": {
"type": "object",
"description": "The language and language level of the object",
"format": "json",
"description":"The language and language level of the object",
"$ref": "https://openwoo.app/schemas/language.schema.json"
},
"published": {
Expand Down

0 comments on commit 14578cf

Please sign in to comment.