changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "comment": {
+ "description": "Error comment (if status is FAILED)",
+ "type": "string"
+ },
+ "result": {
+ "description": "Array of recent action objects",
+ "items": {
+ "properties": {
+ "blogEntryId": {
+ "description": "Blog entry ID (if applicable)",
+ "type": "number"
+ },
+ "contestId": {
+ "description": "Contest ID",
+ "type": "number"
+ },
+ "handle": {
+ "description": "User handle",
+ "type": "string"
+ },
+ "newsTitle": {
+ "description": "News title or action description",
+ "type": "string"
+ },
+ "rating": {
+ "description": "User rating",
+ "type": "number"
+ },
+ "ratingUpdateTimeSeconds": {
+ "description": "Unix timestamp of action",
+ "type": "number"
+ },
+ "text": {
+ "description": "Action text",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "description": "Response status (OK or FAILED)",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+}