Ordinance (JSON)

A genealogical conclusion.

URI:Ordinance
Extends:Conclusion

Properties

Name Type Description
type string Gets the type of ordinance
status string Get the status of this ordinance
statusReasons string Additional information regarding the ordinance status.
actions OrdinanceActions User specific actions for this ordinance
person ResourceReference Get the principal person associated with the ordinance
sexType string Gets the sex type for this principal person in the ordinance
participants array of OrdinanceParticipant The participants for this ordinance.
reservation OrdinanceReservation Reservation for this ordinance
secondaryReservation OrdinanceReservation Secondary reservation for this ordinance
callerReservation OrdinanceReservation Caller reservation for this ordinance
templeCode string The code for the temple at which the ordinance was performed.
completeDate Date The complete date of this ordinance.
fullName string The full name of the person, generally in the native name form.
completionDate number Deprecated: The completion date of this ordinance.
Properties inherited from Conclusion
attribution Attribution Attribution metadata for a conclusion.
sources array of SourceReference The source references for a conclusion.
analysis ResourceReference A reference to the analysis document explaining the analysis that went into this conclusion. FTU
notes array of Note Notes about a person.
lang string The language of the conclusion. See http://www.w3.org/International/articles/language-tags/ FTR
confidence string The level of confidence the contributor has about the data.
sortKey string A sort key in relation to other facts for display purposes.
Properties inherited from HypermediaEnabledData
links map of Link The list of hypermedia links. Links are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS.
Properties inherited from ExtensibleData
id string A local, context-specific id for the data.

Example

{
  "type" : "...",
  "status" : "...",
  "statusReasons" : "...",
  "actions" : {
    "reservable" : true,
    "unReservable" : true,
    "shareable" : true,
    "unShareable" : true,
    "printable" : true
  },
  "person" : {
    "resourceId" : "...",
    "resource" : "..."
  },
  "sexType" : "...",
  "participants" : [ {
    "roleType" : "...",
    "sexType" : "...",
    "participant" : {
      "resourceId" : "...",
      "resource" : "..."
    },
    "fullName" : "..."
  }, {
    "roleType" : "...",
    "sexType" : "...",
    "participant" : {
      "resourceId" : "...",
      "resource" : "..."
    },
    "fullName" : "..."
  } ],
  "reservation" : {
    "owner" : {
      "resourceId" : "...",
      "resource" : "..."
    },
    "reserveDate" : 12345,
    "updateDate" : 12345,
    "expirationDate" : 12345,
    "claimType" : "...",
    "assigneeType" : "..."
  },
  "secondaryReservation" : {
    "owner" : {
      "resourceId" : "...",
      "resource" : "..."
    },
    "reserveDate" : 12345,
    "updateDate" : 12345,
    "expirationDate" : 12345,
    "claimType" : "...",
    "assigneeType" : "..."
  },
  "callerReservation" : {
    "owner" : {
      "resourceId" : "...",
      "resource" : "..."
    },
    "reserveDate" : 12345,
    "updateDate" : 12345,
    "expirationDate" : 12345,
    "claimType" : "...",
    "assigneeType" : "..."
  },
  "templeCode" : "...",
  "completeDate" : {
    "original" : "...",
    "formal" : "...",
    "normalized" : [ {
      "lang" : "...",
      "value" : "..."
    }, {
      "lang" : "...",
      "value" : "..."
    } ],
    "confidence" : "...",
    "id" : "..."
  },
  "fullName" : "...",
  "attribution" : {
    "contributor" : {
      "resourceId" : "...",
      "resource" : "..."
    },
    "modified" : 12345,
    "changeMessage" : "...",
    "changeMessageResource" : "...",
    "creator" : {
      "resourceId" : "...",
      "resource" : "..."
    },
    "created" : 12345,
    "id" : "..."
  },
  "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" : "..."
  } ],
  "analysis" : {
    "resourceId" : "...",
    "resource" : "..."
  },
  "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" : "..."
  } ],
  "lang" : "...",
  "confidence" : "...",
  "sortKey" : "...",
  "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" : "..."
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.