Skip to main content

Reference

A reference to an identifiable managed object where the identifier is unique. It is composed of a string identifying the class of the referenced object and a unique string identifier.

classNamestringrequired

The class name of the referenced object in PascalCase

Possible values: non-empty

Example: UKNumberPlate
idstringrequired

The unique identifier within the given class

Example: LA51ABC
Reference
{
"className": "UKNumberPlate",
"id": "LA51ABC"
}