Top-level properties in a managed object that begin with an underscore
( _ ) are reserved by OpenIDM for internal use, and are
not explicitly part of its schema. Internal properties are read-only, and
are ignored when provided by the REST API client.
The following properties exist for all managed objects in OpenIDM.
- _id
-
string
The unique identifier for the object. This value forms a part of the managed object's URI.
- _rev
-
string
The revision of the object. This is the same value that is exposed as the object's ETag through the REST API. The content of this attribute is not defined. No consumer should make any assumptions of its content beyond equivalence comparison. This attribute may be provided by the underlying data store.
- _schema_id
-
string
The a reference to the schema object that the managed object is associated with.
- _schema_rev
-
string
The revision of the schema that was used for validation when the object was last stored.

