A list of properties that must be present in the object.
String? get description;/// A list of properties that must be present in the object. @JsonKey(name: 'required') List<String>? get $required;