Skip to content

Commit

Permalink
Simplify some enum types (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan authored Feb 5, 2025
1 parent 0100f9a commit 4422c60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions proposals/ard_surface_reflectance.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"description": "The atmospheric correction method to use.",
"name": "atmospheric_correction_method",
"schema": {
"type": [
"string"
],
"type": "string",
"enum": [
"FORCE",
"iCOR"
Expand All @@ -46,9 +44,7 @@
"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.",
"name": "cloud_detection_method",
"schema": {
"type": [
"string"
],
"type": "string",
"enum": [
"Fmask",
"s2cloudless",
Expand Down
4 changes: 1 addition & 3 deletions proposals/atmospheric_correction.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"name": "method",
"schema": [
{
"type": [
"string"
],
"type": "string",
"enum": [
"FORCE",
"iCOR"
Expand Down
4 changes: 1 addition & 3 deletions proposals/cloud_detection.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"name": "method",
"schema": [
{
"type": [
"string"
],
"type": "string",
"enum": [
"Fmask",
"s2cloudless",
Expand Down

0 comments on commit 4422c60

Please sign in to comment.