You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document the configuration schema somewhere.
Add validation to the marshmallow schema and add this validation to the construction of the Configuration object (#1960)
The API should reject any submitted configuration that fails the validation checks.
Tasks
Rename common.configuration to common.agent_configuration - @VakarisZ
Figure out how to parse json arrays to tuples - @VakarisZ
Refactor
Component(s) to be refactored
Explanation
Document the configuration schema somewhere.
Add validation to the marshmallow schema and add this validation to the construction of the
Configuration
object (#1960)The API should reject any submitted configuration that fails the validation checks.
Tasks
common.configuration
tocommon.agent_configuration
- @VakarisZThe text was updated successfully, but these errors were encountered: