Updated descriptions

This commit is contained in:
Alessia Bardi 2020-11-04 11:50:47 +01:00
parent 8ec7a61188
commit f6ab238f5d
1 changed files with 6 additions and 7 deletions

View File

@ -4,11 +4,11 @@
"properties": { "properties": {
"description": { "description": {
"type": "string", "type": "string",
"description": "Description of the research community/ research infrastructure" "description": "Description of the research community/research infrastructure"
}, },
"id": { "id": {
"type": "string", "type": "string",
"description": "OpenAIRE id of the research community/ research infrastructure" "description": "OpenAIRE id of the research community/research infrastructure"
}, },
"name": { "name": {
"type": "string", "type": "string",
@ -19,20 +19,19 @@
"description": "The acronym of the community" "description": "The acronym of the community"
}, },
"subject": { "subject": {
"description": "Description of subject", "description": "Only for research communities: the list of the subjects associated to the research community",
"type": "array", "type": "array",
"items": { "items": {
"type": "string", "type": "string"
"description": "Only for research communities: the list of the subjects associated to the research community"
} }
}, },
"type": { "type": {
"type": "string", "type": "string",
"description": "The type of the record (research community/research infrastructure)" "description": "One of {Research Community, Research infrastructure}"
}, },
"zenodo_community": { "zenodo_community": {
"type": "string", "type": "string",
"description": "The id of the Zenodo communities associated to the research community/Research infrastructure" "description": "The URL of the Zenodo community associated to the Research community/Research infrastructure"
} }
} }
} }