- Timestamp:
- 07/13/2018 04:45:35 AM (6 years ago)
- Location:
- trunk/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r42741 r43441 442 442 'oembeds.author_url' => 'http://example.org', 443 443 'oembeds.html' => '<blockquote class="wp-embedded-content">...</blockquote>...', 444 'PostsCollection.0.id' => 3,445 'PostsCollection.0.guid.rendered' => 'http://example.org/?p= 3',446 'PostsCollection.0.link' => 'http://example.org/?p= 3',447 'PostsCollection.0._links.self.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts/ 3',444 'PostsCollection.0.id' => 4, 445 'PostsCollection.0.guid.rendered' => 'http://example.org/?p=4', 446 'PostsCollection.0.link' => 'http://example.org/?p=4', 447 'PostsCollection.0._links.self.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts/4', 448 448 'PostsCollection.0._links.collection.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts', 449 449 'PostsCollection.0._links.about.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/types/post', 450 'PostsCollection.0._links.replies.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3', 451 'PostsCollection.0._links.version-history.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts/3/revisions', 452 'PostsCollection.0._links.wp:attachment.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3', 453 'PostsCollection.0._links.wp:term.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3', 454 'PostsCollection.0._links.wp:term.1.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3', 455 'PostModel.id' => 3, 456 'PostModel.guid.rendered' => 'http://example.org/?p=3', 457 'PostModel.link' => 'http://example.org/?p=3', 450 'PostsCollection.0._links.replies.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4', 451 'PostsCollection.0._links.version-history.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts/4/revisions', 452 'PostsCollection.0._links.predecessor-version.0.id' => 5, 453 'PostsCollection.0._links.predecessor-version.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts/4/revisions/5', 454 'PostsCollection.0._links.wp:attachment.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4', 455 'PostsCollection.0._links.wp:term.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4', 456 'PostsCollection.0._links.wp:term.1.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4', 457 'PostModel.id' => 4, 458 'PostModel.guid.rendered' => 'http://example.org/?p=4', 459 'PostModel.link' => 'http://example.org/?p=4', 458 460 'postRevisions.0.author' => 2, 459 'postRevisions.0.id' => 4,460 'postRevisions.0.parent' => 3,461 'postRevisions.0.slug' => ' 3-revision-v1',462 'postRevisions.0.guid.rendered' => 'http://example.org/?p= 4',463 'postRevisions.0._links.parent.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts/ 3',461 'postRevisions.0.id' => 5, 462 'postRevisions.0.parent' => 4, 463 'postRevisions.0.slug' => '4-revision-v1', 464 'postRevisions.0.guid.rendered' => 'http://example.org/?p=5', 465 'postRevisions.0._links.parent.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts/4', 464 466 'revision.author' => 2, 465 'revision.id' => 4,466 'revision.parent' => 3,467 'revision.slug' => ' 3-revision-v1',468 'revision.guid.rendered' => 'http://example.org/?p= 4',469 'PagesCollection.0.id' => 5,470 'PagesCollection.0.guid.rendered' => 'http://example.org/?page_id= 5',471 'PagesCollection.0.link' => 'http://example.org/?page_id= 5',472 'PagesCollection.0._links.self.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/pages/ 5',467 'revision.id' => 5, 468 'revision.parent' => 4, 469 'revision.slug' => '4-revision-v1', 470 'revision.guid.rendered' => 'http://example.org/?p=5', 471 'PagesCollection.0.id' => 6, 472 'PagesCollection.0.guid.rendered' => 'http://example.org/?page_id=6', 473 'PagesCollection.0.link' => 'http://example.org/?page_id=6', 474 'PagesCollection.0._links.self.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/pages/6', 473 475 'PagesCollection.0._links.collection.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/pages', 474 476 'PagesCollection.0._links.about.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/types/page', 475 'PagesCollection.0._links.replies.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5', 476 'PagesCollection.0._links.version-history.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/pages/5/revisions', 477 'PagesCollection.0._links.wp:attachment.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5', 478 'PageModel.id' => 5, 479 'PageModel.guid.rendered' => 'http://example.org/?page_id=5', 480 'PageModel.link' => 'http://example.org/?page_id=5', 477 'PagesCollection.0._links.replies.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6', 478 'PagesCollection.0._links.version-history.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/pages/6/revisions', 479 'PagesCollection.0._links.predecessor-version.0.id' => 7, 480 'PagesCollection.0._links.predecessor-version.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/pages/6/revisions/7', 481 'PagesCollection.0._links.wp:attachment.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6', 482 'PageModel.id' => 6, 483 'PageModel.guid.rendered' => 'http://example.org/?page_id=6', 484 'PageModel.link' => 'http://example.org/?page_id=6', 481 485 'pageRevisions.0.author' => 2, 482 'pageRevisions.0.id' => 6,483 'pageRevisions.0.parent' => 5,484 'pageRevisions.0.slug' => ' 5-revision-v1',485 'pageRevisions.0.guid.rendered' => 'http://example.org/?p= 6',486 'pageRevisions.0._links.parent.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/pages/ 5',486 'pageRevisions.0.id' => 7, 487 'pageRevisions.0.parent' => 6, 488 'pageRevisions.0.slug' => '6-revision-v1', 489 'pageRevisions.0.guid.rendered' => 'http://example.org/?p=7', 490 'pageRevisions.0._links.parent.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/pages/6', 487 491 'pageRevision.author' => 2, 488 'pageRevision.id' => 6,489 'pageRevision.parent' => 5,490 'pageRevision.slug' => ' 5-revision-v1',491 'pageRevision.guid.rendered' => 'http://example.org/?p= 6',492 'MediaCollection.0.id' => 7,493 'MediaCollection.0.guid.rendered' => 'http://example.org/?attachment_id= 7',494 'MediaCollection.0.link' => 'http://example.org/?attachment_id= 7',492 'pageRevision.id' => 7, 493 'pageRevision.parent' => 6, 494 'pageRevision.slug' => '6-revision-v1', 495 'pageRevision.guid.rendered' => 'http://example.org/?p=7', 496 'MediaCollection.0.id' => 8, 497 'MediaCollection.0.guid.rendered' => 'http://example.org/?attachment_id=8', 498 'MediaCollection.0.link' => 'http://example.org/?attachment_id=8', 495 499 'MediaCollection.0.description.rendered' => '<p class="attachment"><!-- <a...><img.../></a> --></p>', 496 500 'MediaCollection.0.source_url' => 'http://example.org/wp-content/uploads//tmp/canola.jpg', 497 'MediaCollection.0._links.self.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/media/ 7',501 'MediaCollection.0._links.self.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/media/8', 498 502 'MediaCollection.0._links.collection.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/media', 499 503 'MediaCollection.0._links.about.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/types/attachment', 500 'MediaCollection.0._links.replies.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post= 7',501 'MediaModel.id' => 7,502 'MediaModel.guid.rendered' => 'http://example.org/?attachment_id= 7',503 'MediaModel.link' => 'http://example.org/?attachment_id= 7',504 'MediaCollection.0._links.replies.0.href' => 'http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8', 505 'MediaModel.id' => 8, 506 'MediaModel.guid.rendered' => 'http://example.org/?attachment_id=8', 507 'MediaModel.link' => 'http://example.org/?attachment_id=8', 504 508 'MediaModel.description.rendered' => '<p class="attachment"><!-- <a...><img.../></a> --></p>', 505 509 'MediaModel.source_url' => 'http://example.org/wp-content/uploads//tmp/canola.jpg', … … 549 553 'me.link' => 'http://example.org/?author=2', 550 554 'CommentsCollection.0.id' => 2, 551 'CommentsCollection.0.post' => 3,552 'CommentsCollection.0.link' => 'http://example.org/?p= 3#comment-2',555 'CommentsCollection.0.post' => 4, 556 'CommentsCollection.0.link' => 'http://example.org/?p=4#comment-2', 553 557 'CommentsCollection.0._links.self.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/comments/2', 554 558 'CommentsCollection.0._links.collection.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/comments', 555 'CommentsCollection.0._links.up.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts/ 3',559 'CommentsCollection.0._links.up.0.href' => 'http://example.org/index.php?rest_route=/wp/v2/posts/4', 556 560 'CommentModel.id' => 2, 557 'CommentModel.post' => 3,558 'CommentModel.link' => 'http://example.org/?p= 3#comment-2',561 'CommentModel.post' => 4, 562 'CommentModel.link' => 'http://example.org/?p=4#comment-2', 559 563 'settings.title' => 'Test Blog', 560 564 'settings.url' => 'http://example.org', -
trunk/tests/qunit/fixtures/wp-api-generated.js
r43439 r43441 3543 3543 mockedApiResponse.PostsCollection = [ 3544 3544 { 3545 "id": 3,3545 "id": 4, 3546 3546 "date": "2017-02-14T00:00:00", 3547 3547 "date_gmt": "2017-02-14T00:00:00", 3548 3548 "guid": { 3549 "rendered": "http://example.org/?p= 3"3549 "rendered": "http://example.org/?p=4" 3550 3550 }, 3551 3551 "modified": "2017-02-14T00:00:00", … … 3554 3554 "status": "publish", 3555 3555 "type": "post", 3556 "link": "http://example.org/?p= 3",3556 "link": "http://example.org/?p=4", 3557 3557 "title": { 3558 3558 "rendered": "REST API Client Fixture: Post" … … 3583 3583 "self": [ 3584 3584 { 3585 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/ 3"3585 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/4" 3586 3586 } 3587 3587 ], … … 3599 3599 { 3600 3600 "embeddable": true, 3601 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post= 3"3601 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4" 3602 3602 } 3603 3603 ], … … 3605 3605 { 3606 3606 "count": 1, 3607 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/ 3/revisions"3607 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/4/revisions" 3608 3608 } 3609 3609 ], 3610 3610 "predecessor-version": [ 3611 3611 { 3612 "id": 3123,3613 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/ 3122/revisions/3123"3612 "id": 5, 3613 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/4/revisions/5" 3614 3614 } 3615 3615 ], 3616 3616 "wp:attachment": [ 3617 3617 { 3618 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent= 3"3618 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4" 3619 3619 } 3620 3620 ], … … 3623 3623 "taxonomy": "category", 3624 3624 "embeddable": true, 3625 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post= 3"3625 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4" 3626 3626 }, 3627 3627 { 3628 3628 "taxonomy": "post_tag", 3629 3629 "embeddable": true, 3630 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post= 3"3630 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4" 3631 3631 } 3632 3632 ], … … 3643 3643 3644 3644 mockedApiResponse.PostModel = { 3645 "id": 3,3645 "id": 4, 3646 3646 "date": "2017-02-14T00:00:00", 3647 3647 "date_gmt": "2017-02-14T00:00:00", 3648 3648 "guid": { 3649 "rendered": "http://example.org/?p= 3"3649 "rendered": "http://example.org/?p=4" 3650 3650 }, 3651 3651 "modified": "2017-02-14T00:00:00", … … 3654 3654 "status": "publish", 3655 3655 "type": "post", 3656 "link": "http://example.org/?p= 3",3656 "link": "http://example.org/?p=4", 3657 3657 "title": { 3658 3658 "rendered": "REST API Client Fixture: Post" … … 3687 3687 "date": "2017-02-14T00:00:00", 3688 3688 "date_gmt": "2017-02-14T00:00:00", 3689 "id": 4,3689 "id": 5, 3690 3690 "modified": "2017-02-14T00:00:00", 3691 3691 "modified_gmt": "2017-02-14T00:00:00", 3692 "parent": 3,3693 "slug": " 3-revision-v1",3692 "parent": 4, 3693 "slug": "4-revision-v1", 3694 3694 "guid": { 3695 "rendered": "http://example.org/?p= 4"3695 "rendered": "http://example.org/?p=5" 3696 3696 }, 3697 3697 "title": { … … 3707 3707 "parent": [ 3708 3708 { 3709 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/ 3"3709 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/4" 3710 3710 } 3711 3711 ] … … 3718 3718 "date": "2017-02-14T00:00:00", 3719 3719 "date_gmt": "2017-02-14T00:00:00", 3720 "id": 4,3720 "id": 5, 3721 3721 "modified": "2017-02-14T00:00:00", 3722 3722 "modified_gmt": "2017-02-14T00:00:00", 3723 "parent": 3,3724 "slug": " 3-revision-v1",3723 "parent": 4, 3724 "slug": "4-revision-v1", 3725 3725 "guid": { 3726 "rendered": "http://example.org/?p= 4"3726 "rendered": "http://example.org/?p=5" 3727 3727 }, 3728 3728 "title": { … … 3739 3739 mockedApiResponse.PagesCollection = [ 3740 3740 { 3741 "id": 5,3741 "id": 6, 3742 3742 "date": "2017-02-14T00:00:00", 3743 3743 "date_gmt": "2017-02-14T00:00:00", 3744 3744 "guid": { 3745 "rendered": "http://example.org/?page_id= 5"3745 "rendered": "http://example.org/?page_id=6" 3746 3746 }, 3747 3747 "modified": "2017-02-14T00:00:00", … … 3750 3750 "status": "publish", 3751 3751 "type": "page", 3752 "link": "http://example.org/?page_id= 5",3752 "link": "http://example.org/?page_id=6", 3753 3753 "title": { 3754 3754 "rendered": "REST API Client Fixture: Page" … … 3775 3775 "self": [ 3776 3776 { 3777 "href": "http://example.org/index.php?rest_route=/wp/v2/pages/ 5"3777 "href": "http://example.org/index.php?rest_route=/wp/v2/pages/6" 3778 3778 } 3779 3779 ], … … 3791 3791 { 3792 3792 "embeddable": true, 3793 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post= 5"3793 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6" 3794 3794 } 3795 3795 ], … … 3797 3797 { 3798 3798 "count": 1, 3799 "href": "http://example.org/index.php?rest_route=/wp/v2/pages/ 5/revisions"3799 "href": "http://example.org/index.php?rest_route=/wp/v2/pages/6/revisions" 3800 3800 } 3801 3801 ], 3802 3802 "predecessor-version": [ 3803 3803 { 3804 "id": 3125,3805 "href": "http://example.org/index.php?rest_route=/wp/v2/pages/ 3124/revisions/3125"3804 "id": 7, 3805 "href": "http://example.org/index.php?rest_route=/wp/v2/pages/6/revisions/7" 3806 3806 } 3807 3807 ], 3808 3808 "wp:attachment": [ 3809 3809 { 3810 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent= 5"3810 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6" 3811 3811 } 3812 3812 ], … … 3823 3823 3824 3824 mockedApiResponse.PageModel = { 3825 "id": 5,3825 "id": 6, 3826 3826 "date": "2017-02-14T00:00:00", 3827 3827 "date_gmt": "2017-02-14T00:00:00", 3828 3828 "guid": { 3829 "rendered": "http://example.org/?page_id= 5"3829 "rendered": "http://example.org/?page_id=6" 3830 3830 }, 3831 3831 "modified": "2017-02-14T00:00:00", … … 3834 3834 "status": "publish", 3835 3835 "type": "page", 3836 "link": "http://example.org/?page_id= 5",3836 "link": "http://example.org/?page_id=6", 3837 3837 "title": { 3838 3838 "rendered": "REST API Client Fixture: Page" … … 3863 3863 "date": "2017-02-14T00:00:00", 3864 3864 "date_gmt": "2017-02-14T00:00:00", 3865 "id": 6,3865 "id": 7, 3866 3866 "modified": "2017-02-14T00:00:00", 3867 3867 "modified_gmt": "2017-02-14T00:00:00", 3868 "parent": 5,3869 "slug": " 5-revision-v1",3868 "parent": 6, 3869 "slug": "6-revision-v1", 3870 3870 "guid": { 3871 "rendered": "http://example.org/?p= 6"3871 "rendered": "http://example.org/?p=7" 3872 3872 }, 3873 3873 "title": { … … 3883 3883 "parent": [ 3884 3884 { 3885 "href": "http://example.org/index.php?rest_route=/wp/v2/pages/ 5"3885 "href": "http://example.org/index.php?rest_route=/wp/v2/pages/6" 3886 3886 } 3887 3887 ] … … 3894 3894 "date": "2017-02-14T00:00:00", 3895 3895 "date_gmt": "2017-02-14T00:00:00", 3896 "id": 6,3896 "id": 7, 3897 3897 "modified": "2017-02-14T00:00:00", 3898 3898 "modified_gmt": "2017-02-14T00:00:00", 3899 "parent": 5,3900 "slug": " 5-revision-v1",3899 "parent": 6, 3900 "slug": "6-revision-v1", 3901 3901 "guid": { 3902 "rendered": "http://example.org/?p= 6"3902 "rendered": "http://example.org/?p=7" 3903 3903 }, 3904 3904 "title": { … … 3915 3915 mockedApiResponse.MediaCollection = [ 3916 3916 { 3917 "id": 7,3917 "id": 8, 3918 3918 "date": "2017-02-14T00:00:00", 3919 3919 "date_gmt": "2017-02-14T00:00:00", 3920 3920 "guid": { 3921 "rendered": "http://example.org/?attachment_id= 7"3921 "rendered": "http://example.org/?attachment_id=8" 3922 3922 }, 3923 3923 "modified": "2017-02-14T00:00:00", … … 3926 3926 "status": "inherit", 3927 3927 "type": "attachment", 3928 "link": "http://example.org/?attachment_id= 7",3928 "link": "http://example.org/?attachment_id=8", 3929 3929 "title": { 3930 3930 "rendered": "REST API Client Fixture: Attachment" … … 3953 3953 { 3954 3954 "attributes": [], 3955 "href": "http://example.org/index.php?rest_route=/wp/v2/media/ 7"3955 "href": "http://example.org/index.php?rest_route=/wp/v2/media/8" 3956 3956 } 3957 3957 ], … … 3973 3973 "embeddable": true 3974 3974 }, 3975 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post= 7"3975 "href": "http://example.org/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8" 3976 3976 } 3977 3977 ] … … 3981 3981 3982 3982 mockedApiResponse.MediaModel = { 3983 "id": 7,3983 "id": 8, 3984 3984 "date": "2017-02-14T00:00:00", 3985 3985 "date_gmt": "2017-02-14T00:00:00", 3986 3986 "guid": { 3987 "rendered": "http://example.org/?attachment_id= 7"3987 "rendered": "http://example.org/?attachment_id=8" 3988 3988 }, 3989 3989 "modified": "2017-02-14T00:00:00", … … 3992 3992 "status": "inherit", 3993 3993 "type": "attachment", 3994 "link": "http://example.org/?attachment_id= 7",3994 "link": "http://example.org/?attachment_id=8", 3995 3995 "title": { 3996 3996 "rendered": "REST API Client Fixture: Attachment" … … 4488 4488 { 4489 4489 "id": 2, 4490 "post": 3,4490 "post": 4, 4491 4491 "parent": 0, 4492 4492 "author": 0, … … 4498 4498 "rendered": "<p>This is a comment</p>\n" 4499 4499 }, 4500 "link": "http://example.org/?p= 3#comment-2",4500 "link": "http://example.org/?p=4#comment-2", 4501 4501 "status": "approved", 4502 4502 "type": "comment", … … 4524 4524 "embeddable": true, 4525 4525 "post_type": "post", 4526 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/ 3"4526 "href": "http://example.org/index.php?rest_route=/wp/v2/posts/4" 4527 4527 } 4528 4528 ] … … 4533 4533 mockedApiResponse.CommentModel = { 4534 4534 "id": 2, 4535 "post": 3,4535 "post": 4, 4536 4536 "parent": 0, 4537 4537 "author": 0, … … 4543 4543 "rendered": "<p>This is a comment</p>\n" 4544 4544 }, 4545 "link": "http://example.org/?p= 3#comment-2",4545 "link": "http://example.org/?p=4#comment-2", 4546 4546 "status": "approved", 4547 4547 "type": "comment",
Note: See TracChangeset
for help on using the changeset viewer.