Skip to content

Commit

Permalink
Removed duplicated keywords declarartion
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandez committed Jul 1, 2024
1 parent 2af4054 commit 6b5375c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions json-schemas/2.0.x/community.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,7 @@
"type": "string",
"enum": [ "inactive","active","unknown","incubating", "hidden", "archived"]
},
"keywords": {
"title": "A list of keywords defining the community. They can be either strings or URIs of ontology terms",
"type": "array",
"items": {
"type": "string",
"minLength": 1
},
"minItems": 1
},

"community_contact_ids": {
"title": "_id of the contacts of the responsible researchers in charge of the community coordination in OpenEBench",
"type": "array",
Expand Down

0 comments on commit 6b5375c

Please sign in to comment.