diff --git a/src/encoded/schemas/changelogs/mixins.md b/src/encoded/schemas/changelogs/mixins.md index 01cb4212883..1a962f69ade 100644 --- a/src/encoded/schemas/changelogs/mixins.md +++ b/src/encoded/schemas/changelogs/mixins.md @@ -10,4 +10,5 @@ * Added *GRO-cap*, *GRO-seq*, and *long read single-cell RNA-seq* to *assay_term_name* enum; *single-nucleus RNA-seq* and *genotyping by high throughput sequencing assay* were removed and remapped to *single-cell RNA sequencing assay* and *whole genome sequencing assay* respectively * Removed *single-cell ATAC-seq* from *assay.assay_term_name* enum and remapped to *single-nucleus ATAC-seq* * Added *LC/MS label-free quantitative proteomics*, *LC-MS/MS isobaric label quantitative proteomics*, and *Ribo-seq* to *assay_term_name* enum. *assay_term_name* enum *Capture Hi-C* was changed to *capture Hi-C* -* Added *charles-lee* to *aliases.aliases.items* pattern +* Removed *reviewer_comment from *review properties +* Added *charles-lee* to *aliases.aliases.items* pattern \ No newline at end of file diff --git a/src/encoded/schemas/mixins.json b/src/encoded/schemas/mixins.json index 707455f0113..f3f9d5c5ad7 100644 --- a/src/encoded/schemas/mixins.json +++ b/src/encoded/schemas/mixins.json @@ -203,12 +203,6 @@ "description": "Person from the reviewing lab who reviewed the data.", "type": "string", "linkTo": "User" - }, - "reviewer_comment": { - "title": "Reviewer comment", - "description": "Additional information specified by the reviewer.", - "type": "string", - "pattern": "^(\\S+(\\s|\\S)*\\S+|\\S)$" } } }