forked from D-Net/dnet-hadoop
Updated descriptions
This commit is contained in:
parent
0abe0eee33
commit
e6becf8659
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"code": {
|
"code": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The grant agreement"
|
"description": "The grant agreement number"
|
||||||
},
|
},
|
||||||
"enddate": {
|
"enddate": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"currency": {
|
"currency": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The currency of the granted amount"
|
"description": "The currency of the granted amount (e.g. EUR)"
|
||||||
},
|
},
|
||||||
"fundedamount": {
|
"fundedamount": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
@ -62,13 +62,13 @@
|
||||||
},
|
},
|
||||||
"totalcost": {
|
"totalcost": {
|
||||||
"type": "number",
|
"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": {
|
"h2020programme": {
|
||||||
"description": "The h2020 programme the project is funded under",
|
"description": "The h2020 programme funding the project",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
Loading…
Reference in New Issue