Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 7610d43

Browse files
committed
Fix: made JSON valid-ish.
1 parent d366ad5 commit 7610d43

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

types/channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ A channel object contains information about a team channel.
2525
"value": "This channel is for fun",
2626
"creator": "U024BE7LH",
2727
"last_set": 1360782804
28-
}
28+
},
2929

3030
"is_member": true,
3131

3232
"last_read": "1401383885.000061",
33-
"latest": { … }
33+
"latest": { … },
3434
"unread_count": 0,
3535
}
3636

types/file.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ A file object contains information about a file shared with a team.
3636
"permalink" : "https:\/\/tinyspeck.slack.com\/files\/cal\/F024BERPE\/1.png",
3737
"edit_link" : "https:\/\/tinyspeck.slack.com\/files\/cal\/F024BERPE\/1.png/edit",
3838
"preview" : "<!DOCTYPE html>\n<html>\n<meta charset='utf-8'>",
39-
"preview_highlight" : <div class=\"sssh-code\"><div class=\"sssh-line\"><pre><!DOCTYPE html...",
39+
"preview_highlight" : "<div class=\"sssh-code\"><div class=\"sssh-line\"><pre><!DOCTYPE html",
4040
"lines" : 123,
4141
"lines_more": 118,
4242

4343
"is_public": true,
4444
"public_url_shared": false,
45-
"channels": ["C024BE7LT", ...],
46-
"groups": ["G12345", ...],
47-
"initial_comment": {...},
45+
"channels": ["C024BE7LT", ],
46+
"groups": ["G12345", ],
47+
"initial_comment": {},
4848
"num_stars": 7,
4949
"is_starred": true
5050
}

types/user.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ A user object contains information about a team member.
1414
"email": "[email protected]",
1515
"skype": "my-skype-name",
1616
"phone": "+1 (123) 456 7890",
17-
"image_24": "https:\/\/...",
18-
"image_32": "https:\/\/...",
19-
"image_48": "https:\/\/...",
20-
"image_72": "https:\/\/...",
21-
"image_192": "https:\/\/..."
17+
"image_24": "https:\/\/",
18+
"image_32": "https:\/\/",
19+
"image_48": "https:\/\/",
20+
"image_72": "https:\/\/",
21+
"image_192": "https:\/\/"
2222
},
2323
"is_admin": true,
2424
"is_owner": true,

0 commit comments

Comments
 (0)