forked from D-Net/dnet-hadoop
Updated descriptions
This commit is contained in:
parent
0abe0eee33
commit
e6becf8659
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue