forked from D-Net/openaire-graph-docs
41 lines
528 B
Markdown
41 lines
528 B
Markdown
|
---
|
||
|
|
||
|
sidebar_position: 1
|
||
|
|
||
|
---
|
||
|
|
||
|
# Validated
|
||
|
|
||
|
|
||
|
Information about the validtion of the association between the result and the funding information
|
||
|
|
||
|
|
||
|
### validationDate
|
||
|
|
||
|
_Type: String • Cardinality: ONE_
|
||
|
|
||
|
|
||
|
When OpenAIRE collected the association between the funding and the result from an authoritative source (i.e. Sygma)
|
||
|
|
||
|
|
||
|
```json
|
||
|
|
||
|
"validationDate": "2021-0101"
|
||
|
|
||
|
```
|
||
|
|
||
|
|
||
|
### validatedByFunder
|
||
|
|
||
|
_Type: Boolean • Cardinality: ONE_
|
||
|
|
||
|
|
||
|
Specifies if the validation comes from the funder
|
||
|
|
||
|
|
||
|
```json
|
||
|
|
||
|
|
||
|
"validatedByFunder": true
|
||
|
|
||
|
```
|