ReferencesSources (JSON)
Conclusion data that references sources.
Properties
Name |
Type |
Description |
|
sources |
array of
SourceReference
|
The references to the sources of a conclusion resource. |
|
Example
{
"sources" : [ {
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ],
"links" : {
"property1" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
},
"property2" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
}
},
"id" : "..."
}, {
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"description" : "...",
"descriptionId" : "...",
"qualifiers" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ],
"links" : {
"property1" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
},
"property2" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
}
},
"id" : "..."
} ]
}