Skip to content

Commit

Permalink
Merge pull request #72 from nf-osi/additional-models
Browse files Browse the repository at this point in the history
Additional models
  • Loading branch information
allaway authored Oct 3, 2024
2 parents c6d0df8 + 44f8933 commit 7016d96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 25 deletions.
18 changes: 5 additions & 13 deletions NF-Tools-Schemas/animal-model/submitAnimalModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
],
"default": "Yes"
}
}
},
"required": ["firstandlastName", "email", "isDeveloper"]
},
"basicInfo": {
"type": "object",
Expand Down Expand Up @@ -60,7 +61,8 @@
"Other"
]
}
}
},
"required": ["animalModelName", "description", "species"]
},
"backgroundStrain": {
"type": "string",
Expand Down Expand Up @@ -212,6 +214,7 @@
"default": "Contact Developer"
}
},
"required": ["animalModelDisease"],
"allOf": [
{
"if": {
Expand Down Expand Up @@ -316,16 +319,5 @@
]
}
}
],
"required": [
"userInfo.first_name",
"userInfo.last_name",
"userInfo.email",
"userInfo.isDeveloper",
"animalModelName",
"description",
"backgroundStrain",
"animalModelDisease",
"animalModelManifestation"
]
}
14 changes: 3 additions & 11 deletions NF-Tools-Schemas/genetic-reagent/submitGeneticReagent.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
],
"default": "Yes"
}
}
},
"required": ["firstandlastName", "email", "isDeveloper"]
},
"insertName": {
"type": "string",
Expand Down Expand Up @@ -314,11 +315,7 @@
}
}
}
},
"required": [
"userInfo.developerName",
"userInfo.developerAffiliation"
]
}
}
},
{
Expand Down Expand Up @@ -368,12 +365,7 @@
}
],
"required": [
"userInfo.firstandlastName",
"userInfo.email",
"userInfo.isDeveloper",
"geneticReagentId",
"insertName",
"insertSize",
"insertSpecies"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"ui:widget": "radio",
"ui:inline": "true"
}
}
}

0 comments on commit 7016d96

Please sign in to comment.