any other vendor facet — notably x-suluk-cost (the job's declared cost, read by @suluk/cost).
the non-HTTP trigger that fires this job.
Optionalschedulefor "scheduled": a cron expression (statically declared — e.g. "0 0 * * *").
Optionalqueuefor "queue-consumed": the queue name the consumer drains.
OptionalsummaryOptionaldescriptionOptionalx-where in the authored source this job was projected from (advisory provenance; mirrors Request).
A background job (C025) — non-HTTP work fired by a
scheduled(cron) orqueue-consumedtrigger. It carries no Request/Response (there is no HTTP exchange); its STATIC fields (trigger + schedule/queue) are locally decidable, and it carries the same advisoryx-suluk-*facets an operation does (notablyx-suluk-costwith a matchingtrigger, so a job's cost is declared + audited like any other). Provenance viax-suluk-source.