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