Object
The Object interface represents physical or digital items within the Cadastry Chain system. It extends the base Document interface and provides a structure for describing various types of objects.
Key Properties
The Object interface includes the following record properties:
Property | Type | Description |
---|---|---|
type | 'object' | The type identifier for object records |
name | StringField | The name of the object (required) |
object | Object | Object-specific properties (see below) |
Object Properties
Property | Type | Description |
---|---|---|
groups | ReferenceField[] | Optional references to groups this object belongs to |
Usage
Objects can be used to represent a wide variety of items, such as:
- Physical artifacts (e.g., artworks, historical items)
- Digital assets (e.g., digital artworks, documents)
- Products
- Intellectual property
- Natural objects (e.g., geological specimens)
The flexible structure allows for the representation of both simple and complex objects within the system.
Groups and References
The groups
field allows objects to be associated with various collections or categories. This can be useful for:
- Organizing objects into exhibitions or collections
- Categorizing objects by type, period, or any other classification system
- Creating relationships between objects
The Object interface provides a comprehensive structure for representing various types of items within the Cadastry Chain system, allowing for detailed descriptions and flexible categorization.