pub type EntityTypeSpec = EntityTypeSpecV1;

Aliased Type§

struct EntityTypeSpec {
    pub kind: String,
    pub spec_json_schema: Value,
}

Fields§

§kind: String§spec_json_schema: Value