Represents a resource entity with metadata and type association.
The unique ARID (Archon Resource Identifier) for the resource.
This is a UUID and must be unique.
The unique identifier for the resource.
Auto-incremented by the database.
The metadata associated with the resource.
Stored as a JSON object, defaults to an empty object {}.
{}
The type of the resource.
This is a relation to the ResourceType entity.
ResourceType
Represents a resource entity with metadata and type association.