/** * Gets Json String of Object PatchRequest * @return string */ public static function getJson() { return '{"patches":' . PatchTest::getJson() . '}'; }