changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "category": {
+ "description": "Enrichment category (GO, KEGG, Pfam, Reactome, etc.)",
+ "type": "string"
+ },
+ "fdr": {
+ "description": "False discovery rate",
+ "type": "number"
+ },
+ "inputGeneCount": {
+ "description": "Number of input genes in term",
+ "type": "number"
+ },
+ "ncbiTaxonId": {
+ "description": "NCBI taxonomy ID",
+ "type": "number"
+ },
+ "number_of_genes": {
+ "description": "Number of genes in term",
+ "type": "number"
+ },
+ "number_of_genes_in_background": {
+ "description": "Total genes in background",
+ "type": "number"
+ },
+ "preferredNames": {
+ "description": "Gene names in term (comma-separated)",
+ "type": "string"
+ },
+ "pvalue": {
+ "description": "Statistical p-value",
+ "type": "number"
+ },
+ "term_description": {
+ "description": "Term name or description",
+ "type": "string"
+ },
+ "term_id": {
+ "description": "Database term identifier",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}