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: EntityMetaCommon entity metadata.
spec: JobSpecV1Specification of the entity.
children: Option<Vec<Value>>Inline child entity specs.