Skip to content

[AI-FSSDK] [FSSDK-12418] Remove experiment type validation from config parsing#393

Open
FarhanAnjum-opti wants to merge 1 commit intomasterfrom
ai/farhananjum-opti/FSSDK-12418-remove-type-validation
Open

[AI-FSSDK] [FSSDK-12418] Remove experiment type validation from config parsing#393
FarhanAnjum-opti wants to merge 1 commit intomasterfrom
ai/farhananjum-opti/FSSDK-12418-remove-type-validation

Conversation

@FarhanAnjum-opti
Copy link
Copy Markdown
Contributor

@FarhanAnjum-opti FarhanAnjum-opti commented Apr 2, 2026

Summary

Removes experiment type validation from config parsing to ensure forward compatibility. Previously, the JSON schema restricted experiment type values to a known enum, which would reject the entire datafile when new experiment types are added in the future.

Changes

  • Removed enum constraint on experiment type field in JSON schema validation
  • Unknown experiment types are now silently accepted and stored as-is
  • Added test verifying unknown experiment types are accepted during config parsing

Jira Ticket

FSSDK-12418

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.

1 participant