UNPKG

1.41 kBJSONView Raw
1{
2 "site": "wpcomjstest.wordpress.com",
3 "site_business": "planbusinesssite.wordpress.com",
4 "reblog": {
5 "original_blog": "en.blog.wordpress.com",
6 "original_post": 29857,
7 "note": "Testing reblog post"
8 },
9
10 "post": {
11 "title": "Testing POST",
12 "content": "Post content"
13 },
14
15 "category": {
16 "name": "Testing CATEGORY",
17 "description": "A category to test"
18 },
19
20 "tag": {
21 "name": "Testing TAG",
22 "description": "A tag to test"
23 },
24
25 "post_comment": "New testing comment",
26
27 "queryDomains": {
28 "query": "flowers",
29 "quantity": 3,
30 "include_wordpressdotcom": true
31 },
32
33 "embed": "http://www.youtube.com/watch?v=JaNH56Vpg-A",
34
35 "media": {
36 "files": [
37 {
38 "title": "Testing Media FILE",
39 "description": "Testing media file added from a local FILE",
40 "file": "./test/wordpress-logo-notext-rgb.png"
41 },
42 "./test/wordpress-logo-simplified-rgb.png"
43 ],
44
45 "urls": [
46 "http://s.w.org/about/images/logos/wordpress-logo-notext-rgb.png",
47 "http://s.w.org/about/images/logos/wordpress-logo-simplified-rgb.png",
48 {
49 "url": "http://s.w.org/about/images/logos/wordpress-logo-notext-rgb.png",
50 "title": "Testing Media URL",
51 "description": "Testing media file added from a URL"
52 }
53 ]
54 },
55 "profile-links": [
56 {
57 "title": "WordPress blog",
58 "value": "en.blog.wordpress.com"
59 },
60 {
61 "title": "WordPress blog in Spanish",
62 "value": "es.blog.wordpress.com"
63 }
64 ]
65}