Skip to content

Commit 0af51b5

Browse files
author
openEO CI
committed
deploy: 4422c60
1 parent fd3d62c commit 0af51b5

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

draft/processes.json

+4-12
Original file line numberDiff line numberDiff line change
@@ -8823,9 +8823,7 @@
88238823
"description": "The atmospheric correction method to use.",
88248824
"name": "atmospheric_correction_method",
88258825
"schema": {
8826-
"type": [
8827-
"string"
8828-
],
8826+
"type": "string",
88298827
"enum": [
88308828
"FORCE",
88318829
"iCOR"
@@ -8836,9 +8834,7 @@
88368834
"description": "The cloud detection method to use.\n\nEach method supports detecting different atmospheric disturbances such as clouds, cloud shadows, aerosols, haze, ozone and/or water vapour in optical imagery.",
88378835
"name": "cloud_detection_method",
88388836
"schema": {
8839-
"type": [
8840-
"string"
8841-
],
8837+
"type": "string",
88428838
"enum": [
88438839
"Fmask",
88448840
"s2cloudless",
@@ -9222,9 +9218,7 @@
92229218
"name": "method",
92239219
"schema": [
92249220
{
9225-
"type": [
9226-
"string"
9227-
],
9221+
"type": "string",
92289222
"enum": [
92299223
"FORCE",
92309224
"iCOR"
@@ -9328,9 +9322,7 @@
93289322
"name": "method",
93299323
"schema": [
93309324
{
9331-
"type": [
9332-
"string"
9333-
],
9325+
"type": "string",
93349326
"enum": [
93359327
"Fmask",
93369328
"s2cloudless",

draft/proposals/ard_surface_reflectance.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
"description": "The atmospheric correction method to use.",
3434
"name": "atmospheric_correction_method",
3535
"schema": {
36-
"type": [
37-
"string"
38-
],
36+
"type": "string",
3937
"enum": [
4038
"FORCE",
4139
"iCOR"
@@ -46,9 +44,7 @@
4644
"description": "The cloud detection method to use.\n\nEach method supports detecting different atmospheric disturbances such as clouds, cloud shadows, aerosols, haze, ozone and/or water vapour in optical imagery.",
4745
"name": "cloud_detection_method",
4846
"schema": {
49-
"type": [
50-
"string"
51-
],
47+
"type": "string",
5248
"enum": [
5349
"Fmask",
5450
"s2cloudless",

draft/proposals/atmospheric_correction.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
"name": "method",
3434
"schema": [
3535
{
36-
"type": [
37-
"string"
38-
],
36+
"type": "string",
3937
"enum": [
4038
"FORCE",
4139
"iCOR"

draft/proposals/cloud_detection.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
"name": "method",
3434
"schema": [
3535
{
36-
"type": [
37-
"string"
38-
],
36+
"type": "string",
3937
"enum": [
4038
"Fmask",
4139
"s2cloudless",

0 commit comments

Comments
 (0)