From c4d3002d3570bca0774f254c85baebf97eec26aa 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:46 +0000 Subject: [PATCH 1/2] Initial plan From a82c56e20b2e37f653a740bc11a1b7ed02244e8c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:25:51 +0000 Subject: [PATCH 2/2] Fix malformed URLs in config.schema.yaml 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: