jscheam/property
Types
A property in a JSON Schema object
pub type Property {
Property(
name: String,
property_type: Type,
is_required: Bool,
description: option.Option(String),
)
}
Constructors
-
Property( name: String, property_type: Type, is_required: Bool, description: option.Option(String), )