Updated descriptions

This commit is contained in:
Alessia Bardi 2020-11-04 12:15:30 +01:00
parent f6ab238f5d
commit 0abe0eee33
1 changed files with 28 additions and 30 deletions

View File

@ -18,26 +18,26 @@
"properties": { "properties": {
"accessrights": { "accessrights": {
"type": "string", "type": "string",
"description": "The database access type: {open, restricted or closed}" "description": "Type of access to the data source, as defined by re3data.org. Possible values: {open, restricted, closed}"
}, },
"certificates": { "certificates": {
"type": "string", "type": "string",
"description": "Description of certificates" "description": "The certificate, seal or standard the data source complies with. As defined by re3data.org."
}, },
"citationguidelineurl": { "citationguidelineurl": {
"type": "string" "type": "string",
"description":"The URL of the data source providing information on how to cite its items. As defined by re3data.org."
}, },
"contenttypes": { "contenttypes": {
"description": "OpenDoar specific fileds ", "description": "Types of content in the data source, as defined by OpenDOAR",
"type": "array", "type": "array",
"items": { "items": {
"type": "string", "type": "string"
"description": "Description of contenttypes"
} }
}, },
"databaseaccessrestriction": { "databaseaccessrestriction": {
"type": "string", "type": "string",
"description": "One of {feeRequired, registration, other}" "description": "Access restrinctions to the data source, as defined by re3data.org. One of {feeRequired, registration, other}"
}, },
"datasourcetype": { "datasourcetype": {
"allOf": [ "allOf": [
@ -51,7 +51,7 @@
}, },
"datauploadrestriction": { "datauploadrestriction": {
"type": "string", "type": "string",
"description": "One of {feeRequired, registration, other}" "description": "Upload restrictions applied by the datasource, as defined by re3data.org. One of {feeRequired, registration, other}"
}, },
"dateofvalidation": { "dateofvalidation": {
"type": "string", "type": "string",
@ -66,7 +66,7 @@
}, },
"id": { "id": {
"type": "string", "type": "string",
"description": "The OpenAIRE id of the resource" "description": "The OpenAIRE id of the data source"
}, },
"journal": { "journal": {
"type": "object", "type": "object",
@ -78,15 +78,15 @@
"type": "string" "type": "string"
}, },
"edition": { "edition": {
"type": "string", "type": "string"
"description": "Edition of the journal or conference proceeding"
}, },
"ep": { "ep": {
"type": "string", "type": "string",
"description": "End page" "description": "End page"
}, },
"iss": { "iss": {
"type": "string" "type": "string",
"description": "Issue number"
}, },
"issnLinking": { "issnLinking": {
"type": "string" "type": "string"
@ -98,21 +98,21 @@
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string", "type": "string"
"description": "Name of the journal or conference"
}, },
"sp": { "sp": {
"type": "string", "type": "string",
"description": "Start page" "description": "Start page"
}, },
"vol": { "vol": {
"type": "string" "type": "string",
"description": "Volume"
} }
}, },
"description": "Description of journal" "description": "Information about the journal, if this data source is of type Journal."
}, },
"languages": { "languages": {
"description": "OpenDOAR specific field", "description": "The languages present in the data source's content, as defined by OpenDOAR.",
"type": "array", "type": "array",
"items": { "items": {
"type": "string" "type": "string"
@ -122,7 +122,8 @@
"type": "string" "type": "string"
}, },
"missionstatementurl": { "missionstatementurl": {
"type": "string" "type": "string",
"description":"The URL of a mission statement describing the designated community of the data source. As defined by re3data.org"
}, },
"officialname": { "officialname": {
"type": "string", "type": "string",
@ -130,7 +131,7 @@
}, },
"openairecompatibility": { "openairecompatibility": {
"type": "string", "type": "string",
"description": "Information about the OpenAIRE compatibility of the ingested results (which guidelines they are compliant to)" "description": "OpenAIRE guidelines the data source comply with. See also https://guidelines.openaire.eu."
}, },
"originalId": { "originalId": {
"description": "Original identifiers for the datasource" "description": "Original identifiers for the datasource"
@ -140,37 +141,34 @@
} }
}, },
"pid": { "pid": {
"description": "Persistent identifiers for the datasource", "description": "Persistent identifiers of the datasource",
"type": "array", "type": "array",
"items": { "items": {
"allOf": [ "allOf": [
{ {
"$ref": "#/definitions/ControlledField" "$ref": "#/definitions/ControlledField"
},
{
"description": "Description of pid"
} }
] ]
} }
}, },
"pidsystems": { "pidsystems": {
"type": "string", "type": "string",
"description": "Description of pidsystems" "description": "The persistent identifier system that is used by the data source. As defined by re3data.org"
}, },
"policies": { "policies": {
"description": "Description of policies", "description": "Policies of the data source, as defined in OpenDOAR.",
"type": "array", "type": "array",
"items": { "items": {
"description": "Description of policies" "type": "string"
} }
}, },
"releaseenddate": { "releaseenddate": {
"type": "string", "type": "string",
"description": "Description of releaseenddate" "description": "Date when the data source went offline or stopped ingesting new research data. As defined by re3data.org"
}, },
"releasestartdate": { "releasestartdate": {
"type": "string", "type": "string",
"description": "Description of releasestartdate" "description": "Releasing date of the data source, as defined by re3data.org"
}, },
"subjects": { "subjects": {
"description": "List of subjects associated to the datasource", "description": "List of subjects associated to the datasource",
@ -181,11 +179,11 @@
}, },
"uploadrights": { "uploadrights": {
"type": "string", "type": "string",
"description": "One of {open, restricted or closed}" "description": "Type of data upload. As defined by re3data.org: one of {open, restricted,closed}"
}, },
"versioning": { "versioning": {
"type": "boolean", "type": "boolean",
"description": "Description of versioning" "description": "As defined by redata.org: 'yes' if the data source supports versioning, 'no' otherwise."
}, },
"websiteurl": { "websiteurl": {
"type": "string" "type": "string"