Attribution (JSON)

Attribution for genealogical information. Attribution is used to model who is contributing/modifying information, when they contributed it, and why they are making the contribution/modification.

URI:Attribution
Extends:ExtensibleData

Properties

Name Type Description
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" : "..."
}

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.