Skip to main content

SchemaPropertyType

Type Alias SchemaPropertyType 

Source
pub type SchemaPropertyType = GenerationSchemaPropertyType;
Expand description

Compatibility alias for the oldest structured-generation property type name.

Aliased Type§

pub enum SchemaPropertyType {
    String,
    Integer,
    Double,
    Bool,
}

Variants§

§

String

UTF-8 text.

§

Integer

Whole number (serialised as JSON integer).

§

Double

Floating-point number.

§

Bool

Boolean true/false.