From b6e72d0a52017f2f874d443839ab2f3d425db02c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:23:35 +0000 Subject: [PATCH 1/2] Initial plan From a90cd57d490e339e0a13a2a3711dc81484d368b3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:27:28 +0000 Subject: [PATCH 2/2] Fix malformed URLs in config schema - add missing colon Co-authored-by: fabricebrito <1178901+fabricebrito@users.noreply.github.com> --- schemas/config.schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/config.schema.yaml b/schemas/config.schema.yaml index b855913..f10a1cc 100644 --- a/schemas/config.schema.yaml +++ b/schemas/config.schema.yaml @@ -1,5 +1,5 @@ -$schema: "https:/json-schema.org/draft/2020-12/schema" -$id: "https:/www.terradue.com/eoap/v1/project.yaml" +$schema: "https://json-schema.org/draft/2020-12/schema" +$id: "https://www.terradue.com/eoap/v1/project.yaml" title: Config type: object properties: