HasNotes (JSON)
Conclusion data that has notes.
Properties
Name |
Type |
Description |
|
notes |
array of
Note
|
The notes of a conclusion resource. |
|
Example
{
"notes" : [ {
"subject" : "...",
"text" : "...",
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"lang" : "...",
"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" : "..."
}, {
"subject" : "...",
"text" : "...",
"attribution" : {
"contributor" : { },
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : { },
"created" : 12345,
"id" : "..."
},
"lang" : "...",
"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" : "..."
} ]
}