Skip to content

Commit

Permalink
fix: Remove "additionalProperties" in config schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
adammcdonagh committed Jun 1, 2024
1 parent 66f9caf commit 4a6fce1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/opentaskpy/config/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"variables": {"type": "object"},
},
"required": ["type", "source"],
"additionalProperties": False,
}

# Determine the type of transfer, and apply the correct sub schema based on the protocol used
Expand All @@ -74,7 +73,6 @@
"variables": {"type": "object"},
},
"required": ["type", "protocol"],
"additionalProperties": False,
}

# Declare a constant that cannot be changed
Expand All @@ -91,7 +89,6 @@
},
},
"required": ["type", "tasks"],
"additionalProperties": False,
}

logger = opentaskpy.otflogging.init_logging(__name__)
Expand Down

0 comments on commit 4a6fce1

Please sign in to comment.