Skip to content

requestSchema

const requestSchema: StrictObjectSchema<{ jobID: SchemaWithPipe<readonly [NumberSchema<undefined>, IntegerAction<number, undefined>, MinValueAction<number, 0, undefined>]>; payload: OptionalSchema<UnknownSchema, undefined>; procedure: SchemaWithPipe<readonly [StringSchema<undefined>, NonEmptyAction<string, undefined>]>; }, undefined>

Defined in: astrobase/src/rpc/shared/messages.ts:43

The Valibot schema for RPC RequestMessage values.