camel case the fields in "origin"

This commit is contained in:
Louis Dureuil
2025-07-31 17:32:45 +02:00
parent 85feb3a26c
commit 65c212d1fd

View File

@ -747,6 +747,7 @@ pub enum TaskNetwork {
Remotes { remote_tasks: BTreeMap<String, RemoteTask> },
}
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize, ToSchema)]
#[serde(untagged, rename_all = "camelCase")]
pub struct Origin {
pub remote_name: String,
pub task_uid: usize,