Map<String, dynamic> toJson() { final json = <String, dynamic>{'type': type}; if (jsonSchema != null) { json['json_schema'] = jsonSchema!; } return json; }