JsonEntity

Type Alias JsonEntity 

Source
pub type JsonEntity = Entity<Value, Value>;

Aliased Type§

pub 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.