Skip to content

Type Alias: FieldSchema

Makaio Framework


Makaio Framework / kernel/cli / FieldSchema

FieldSchema = z.ZodType

Defined in: ../../../packages/kernel/src/cli/schema-utils.ts:15

Zod 4’s ZodRawShape[string] resolves to the internal $ZodType which lacks public API methods (.meta(), .isOptional()). At runtime these methods exist — this type alias restores access.

  • FieldSchema
    • z.ZodType

Resolved shape has 49 properties, above the 40 property limit.