Variable: VIRTUAL_NAME_RE
Makaio Framework / contracts / VIRTUAL_NAME_RE
Variable: VIRTUAL_NAME_RE
Section titled “Variable: VIRTUAL_NAME_RE”
constVIRTUAL_NAME_RE:RegExp
Defined in: ../../../packages/contracts/src/canonical-model/parser.ts:18
Matches a valid virtual model name: starts with [a-z0-9], followed by
[a-z0-9_-]*.
Exported so host-owned virtual-model schemas can enforce the same naming rule at write time.