Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Donor, Specimen, and Samples from Base Schema and Allow in Dynamic Schemas #870

Conversation

Azher2Ali
Copy link
Contributor

Summary:

This PR updates the JSON schemas to remove Donor, Specimen, and Samples from the base analysis schema, allowing these fields to be added dynamically in analysis-type specific schemas.

Details:
baseSchema.json:

  • Removed the samples property.

  • Removed definitions for sample, specimen, and donor.

analysisTypeRegistration.json:

  • Removed the samples property from the list of disallowed properties, allowing dynamic schemas to include these fields as needed.

These changes simplify the base schema and enable more flexible handling of analysis types that may or may not require donor/specimen/sample information #865

@Azher2Ali Azher2Ali merged commit 161d8d0 into feat/refactor-analyis-data-model Oct 31, 2024
2 checks passed
@Azher2Ali Azher2Ali deleted the refactor/remove-donor-specimen-sample-from-base-schema branch October 31, 2024 18:11
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