removedInput schema / $defs
Removed value: -{
- "HelpTopic": {
- "enum": [
- "gsea",
- "large_input",
- "cytoscape",
- "scores",
- "missing_proteins",
- "missing_species",
- "proteome_annotation",
- "regulatory_networks",
- "how_to_use_string",
- "line_colors",
- "version_and_citation"
- ],
- "type": "string"
- }
-}
changedInput schema / properties / topic / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "$ref": "#/$defs/HelpTopic"
- },
- {
- "type": "null"
- }
- ],
- "description": "Optional. Help topic to display. If omitted, returns the available topics."
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "anyOf": [
+ {
+ "enum": [
+ "gsea",
+ "large_input",
+ "cytoscape",
+ "scores",
+ "missing_proteins",
+ "missing_species",
+ "proteome_annotation",
+ "regulatory_networks",
+ "how_to_use_string",
+ "line_colors",
+ "version_and_citation"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Optional. Help topic to display. If omitted, returns the available topics."
+ },
+ {
+ "type": "null"
+ }
+]