pub(crate) fn default_property<T: Serialize>( type_: &str, items: Option<ArrayItems>, default_value: T, ) -> Result<Property, Box<dyn Error>>