changedInput schema / properties / category / anyOf
Previous value: -[
- {
- "enum": [
- "api_design",
- "docs",
- "data_quality",
- "label_correction",
- "bug",
- "other"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / category / description
Removed value: -"Optional category for general feedback."
removedInput schema / properties / category / enum
Removed value: -[
- "api_design",
- "docs",
- "data_quality",
- "label_correction",
- "bug",
- "other"
-]
removedInput schema / properties / feedback_type / description
Removed value: -"Feedback type."
removedInput schema / properties / feedback_type / enum
Removed value: -[
- "label_correction",
- "label_missing",
- "data_quality",
- "general",
- "general_feedback"
-]
changedInput schema / properties / severity / anyOf
Previous value: -[
- {
- "enum": [
- "info",
- "low",
- "medium",
- "high",
- "critical"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / severity / description
Removed value: -"Optional triage severity for general feedback."
removedInput schema / properties / severity / enum
Removed value: -[
- "info",
- "low",
- "medium",
- "high",
- "critical"
-]