addedInput schema / properties / article_id
Added value: +{
+ "description": "Optional context for the report.",
+ "type": "integer"
+}
addedInput schema / properties / event_slug
Added value: +{
+ "description": "Optional context for the report.",
+ "type": "string"
+}
addedInput schema / properties / report_body
Added value: +{
+ "description": "Optional. The detail needed to act.",
+ "type": "string"
+}
addedInput schema / properties / report_kind
Added value: +{
+ "description": "Optional, defaults to bug.",
+ "enum": [
+ "data_error",
+ "bug",
+ "feature",
+ "question"
+ ],
+ "type": "string"
+}
addedInput schema / properties / report_subject
Added value: +{
+ "description": "Optional. Providing this (with report_body) files feedback and returns a ref under \"filed\" — use only if submit_feedback is missing from your tools.",
+ "type": "string"
+}
addedOutput schema / properties / filed
Added value: +{
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / reporting_problems
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / reporting_problems_if_submit_feedback_is_missing
Added value: +{
+ "type": "string"
+}