AdditionalAttribution (JSON)
Extension element for capturing additional attributions on an already-attributed object.
Properties
Name |
Type |
Description |
|
Properties inherited from Attribution |
contributor |
ResourceReference
|
Reference to the contributor of the attributed data. |
FTR
|
modified |
number
|
The modified timestamp for the attributed data. |
FTR
|
changeMessage |
string
|
The "change message" for the attributed data provided by the contributor. |
|
changeMessageResource |
string
|
A reference to the change message for the attributed data provided by the contributor. |
|
creator |
ResourceReference
|
Reference to the creator of the attributed data. The creator might be different from the contributor
if the attributed data has been modified since it was created. |
FTR
|
created |
number
|
The created timestamp for the attributed data. |
FTR
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
{
"contributor" : {
"resourceId" : "...",
"resource" : "..."
},
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : {
"resourceId" : "...",
"resource" : "..."
},
"created" : 12345,
"id" : "..."
}