Setting Default Values for Null or Undefined Properties in Schema
Is there something in the schema to set a default value if the property is null or undefined? For example, if the type can be either a string or null, can we specify that if the value is null, the default should be the string "HI"?