Type Alias edge_schema::schema::JsonEntity

source ·
pub type JsonEntity = Entity<Value, Value>;

Aliased Type§

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

Fields§

§meta: EntityMeta

Common entity metadata.

§spec: Value

Specification of the entity.

§children: Option<Vec<Value>>

Inline child entity specs.