forked from D-Net/openaire-graph-docs
41 lines
551 B
Markdown
41 lines
551 B
Markdown
---
|
|
|
|
sidebar_position: 1
|
|
|
|
---
|
|
|
|
# Validated
|
|
|
|
|
|
Information about the validtion of the association between the research product and the funding information.
|
|
|
|
|
|
### validationDate
|
|
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
|
|
When OpenAIRE collected the association between the funding and the research product 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
|
|
|
|
``` |