Variable: PriorityItemSchema
Defined in: schemas.ts:78 Schema for an item enqueued into the deadline-aware priority queue.constPriorityItemSchema:Struct<{dueDate:String;id:String;priority:withDecodingDefault<optional<Int>>; }>
priority defaults to 3 (mid-range) when omitted — encoded as a
decoding default rather than a TypeScript default so server-side
decoding produces the same shape regardless of how the JSON was
serialised.