Type Alias edge_schema::schema::Job

source ·
pub type Job = Entity<JobSpecV1>;

Aliased Type§

struct Job {
    pub meta: EntityMeta,
    pub spec: JobSpecV1,
    pub children: Option<Vec<Value>>,
}

Fields§

§meta: EntityMeta

Common entity metadata.

§spec: JobSpecV1

Specification of the entity.

§children: Option<Vec<Value>>

Inline child entity specs.