Skip to main content

ResponseFieldType

Type Alias ResponseFieldType 

Source
pub type ResponseFieldType = GenerationSchemaPropertyType;
Expand description

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

Aliased Type§

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

Variants§

§

String

UTF-8 text.

§

Integer

Whole number (serialised as JSON integer).

§

Double

Floating-point number.

§

Bool

Boolean true/false.