Skip to content

Variable: VIRTUAL_NAME_RE

Makaio Framework


Makaio Framework / contracts / VIRTUAL_NAME_RE

const VIRTUAL_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.