pub type JsonEntity = Entity<Value, Value>;Aliased Type§
pub 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.