Type Alias edge_schema::schema::AppVersionV1

source ·
pub type AppVersionV1 = Entity<AppVersionV1Spec, AnyEntity>;

Aliased Type§

struct AppVersionV1 {
    pub meta: EntityMeta,
    pub spec: AppVersionV1Spec,
    pub children: Option<Vec<AnyEntity>>,
}

Fields§

§meta: EntityMeta

Common entity metadata.

§spec: AppVersionV1Spec

Specification of the entity.

§children: Option<Vec<AnyEntity>>

Inline child entity specs.