orstubs
Orstubs are a type of compact placeholder object used in data modeling and integration to represent a set of possible values for a single attribute when the exact value is not yet determined. They encode multiple alternatives in a single serialized unit to enable deferred resolution and more flexible schema mapping.
The term combines "OR" indicating alternative options and "stub" indicating a minimal, incomplete record. It originated
An orstub comprises: an identifier, a list of option values, a confidence score, a resolutionPolicy, and provenance
Orstubs are used in data pipelines where attributes have multiple possible values, such as geographic codes
They add processing overhead and require careful governance to avoid ambiguity. Adoption is strongest in knowledge