Skip to content

Feature/allow specification of schema directory#16

Merged
hb-bodc merged 5 commits intomainfrom
feature/allow-specification-of-schema-directory
Jan 16, 2026
Merged

Feature/allow specification of schema directory#16
hb-bodc merged 5 commits intomainfrom
feature/allow-specification-of-schema-directory

Conversation

@hb-bodc
Copy link
Collaborator

@hb-bodc hb-bodc commented Jan 13, 2026

This adds a new code path to allow a user-specified schema validation file to be specified.

  • It modifies the validate method to add a new optional parameter called schema_path.
  • If not provided (so it is set to None by default) the code will validate against the standard Argo validators.
  • If supplied, it will use the schema file at schema_path in place of the Argo validation schemas.

So existing code should not be affected at all.

@hb-bodc hb-bodc requested a review from matcor451 January 13, 2026 15:39
@hb-bodc hb-bodc marked this pull request as ready for review January 15, 2026 11:35
@hb-bodc hb-bodc merged commit 1dbdecd into main Jan 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants