From e6becf8659b578d951db5a7358bce6d72836f868 Mon Sep 17 00:00:00 2001 From: Alessia Bardi Date: Wed, 4 Nov 2020 12:17:57 +0100 Subject: [PATCH] Updated descriptions --- .../dhp/oa/graph/dump_whole/schema/project_schema.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/schema/project_schema.json b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/schema/project_schema.json index 6fe11ec0c..c81187258 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/schema/project_schema.json +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/schema/project_schema.json @@ -10,7 +10,7 @@ }, "code": { "type": "string", - "description": "The grant agreement" + "description": "The grant agreement number" }, "enddate": { "type": "string" @@ -54,7 +54,7 @@ "properties": { "currency": { "type": "string", - "description": "The currency of the granted amount" + "description": "The currency of the granted amount (e.g. EUR)" }, "fundedamount": { "type": "number", @@ -62,13 +62,13 @@ }, "totalcost": { "type": "number", - "description": "The total cost" + "description": "The total cost of the project" } }, - "description": "The funded amount for the project" + "description": "The money granted to the project" }, "h2020programme": { - "description": "The h2020 programme the project is funded under", + "description": "The h2020 programme funding the project", "type": "array", "items": { "type": "object",