commondescriptor
Commondescriptor is a term used in information modeling to denote a descriptor that captures attributes common to a family of resources. Conceptually, it serves as a base or shared schema from which more specialized descriptors derive, promoting consistency across related object types and simplifying validation and querying.
In a typical implementation, a commondescriptor includes a core set of fields that describe any item in
Applications of commondescriptor appear in metadata registries, catalog systems, and API schemas where many resource types
Example: a digital asset catalog defines a commondescriptor with id, title, description, createdDate, and rights. A
See also: descriptor, metadata schema, data modeling, inheritance in schemas.