pub type BasicSchema = SchemaV1<NoCustomSchema>;Aliased Type§
pub struct BasicSchema {
pub type_kinds: Vec<TypeKind<NoCustomTypeKind, LocalTypeId>>,
pub type_metadata: Vec<TypeMetadata>,
pub type_validations: Vec<TypeValidation<NoCustomTypeValidation>>,
}Fields§
§type_kinds: Vec<TypeKind<NoCustomTypeKind, LocalTypeId>>§type_metadata: Vec<TypeMetadata>§type_validations: Vec<TypeValidation<NoCustomTypeValidation>>