Skip to main content

HierarchyElementRecord

A collection of information concerning the creation of a hierarchy element

creationTimestring<date-time>required

Date/time that this version of the place facility record was created.

creator object

A reference to an identifiable version managed object where the combination of the identifier and version is unique. It comprises an identifier (e.g. GUID), a version (NonNegativeInteger) and a string identifying the class of the referenced object.

idstringrequired

Unique identifier

Possible values: non-empty

versionintegerrequired

Version number

Possible values: >= 1

classNamestring

Class name of the referenced object. It's optional, as it might be implied by the attribute name using this reference

Possible values: Value must match regular expression ^([A-Z][a-z0-9]+)+

creatorEmailstring<email>
HierarchyElementRecord
{
"creationTime": "2024-07-29T15:51:28.071Z",
"creator": {
"id": "string",
"version": 0,
"className": "string"
},
"creatorEmail": "user@example.com"
}