Domain objects are data transfer objects used to pass eHive data into and out of the eHive API. These are always represented as JSON objects.
The Account domain object is used to pass eHive Account (public profile) information.
The Comment domain object is used to pass individual object record comments.
The CommentsCollection domain object is used to pass collections of object record comments related to a single object record.
The Object Record domain object is used to pass an individual object catalog record.
The Object Records Collection domain object is used to pass a collection of object catalog records.
The Object Record Tag domain object is used to pass an individual tag related to a single object record.
The Object Record Tags Collection domain object is used to pass a collection of object tags related to a single object record.
The Tag Cloud Tag domain object is used to pass a single weighted tag (keyword) that appears in a tag cloud.
The Tag Cloud domain object is used to pass a collection of weighted tags.