From 26e04c4c75a825ce04f1cd572282ccba8d93ce33 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Tue, 14 Mar 2023 13:44:25 +0100 Subject: [PATCH] id => url --- proposals/load_stac.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proposals/load_stac.json b/proposals/load_stac.json index cdcfc372..e81301de 100644 --- a/proposals/load_stac.json +++ b/proposals/load_stac.json @@ -9,7 +9,7 @@ "experimental": true, "parameters": [ { - "name": "id", + "name": "url", "description": "The URL of a static STAC or a STAC API Collection.", "schema": { "title": "URL", @@ -238,13 +238,13 @@ { "title": "Load from a static STAC / batch job result", "arguments": { - "id": "https://example.com/api/v1.0/jobs/123/results" + "url": "https://example.com/api/v1.0/jobs/123/results" } }, { "title": "Load from a STAC API", "arguments": { - "id": "https://example.com/collections/SENTINEL2", + "url": "https://example.com/collections/SENTINEL2", "spatial_extent": { "west": 16.1, "east": 16.6,