@@ -168,6 +168,7 @@ public class ApiImagesDocsTest extends AbstractRestTest {
fieldWithPath("extension").description("Image extension derived from original filename (e.g. '.jpg')"),
fieldWithPath("contentType").description("The content type of the image (autodetected when possible)"),fieldWithPath("format").description("Image format"),
fieldWithPath("path").description("Location (directory) of the image in the Genesys repository"),
fieldWithPath("size").description("Image size in bytes"),
fieldWithPath("filename").description("The new generated filename of the image"),
fieldWithPath("url").description("The relative URL to the image in Genesys repository [path+filename]"),
fieldWithPath("sha1Sum").description("SHA1 hash of the image bytes"),fieldWithPath("md5Sum").description("MD5 hash of the image bytes"),
...
...
@@ -177,8 +178,9 @@ public class ApiImagesDocsTest extends AbstractRestTest {
@@ -213,7 +215,9 @@ public class ApiImagesDocsTest extends AbstractRestTest {
"Access rights provides information about restrictions to view, search or use a resource based on attributes of the resource itself or the category of user."),
fieldWithPath("license").description("Legal document giving official permission to do something with the resource. E.g. http://www.gnu.org/licenses/gpl.html"),
fieldWithPath("extent").description("Size (e.g. bytes, pages, inches, etc.) or duration (e.g. hours, minutes, days, etc.) of a resource"),
fieldWithPath("bibliographicCitation").description("Formal bibliographic citation for the resource")),
fieldWithPath("bibliographicCitation").description("Formal bibliographic citation for the resource"),
@@ -235,9 +239,11 @@ public class ApiImagesDocsTest extends AbstractRestTest {
fieldWithPath("license").description("Legal document giving official permission to do something with the resource. E.g. http://www.gnu.org/licenses/gpl.html"),
fieldWithPath("extent").description("Size (e.g. bytes, pages, inches, etc.) or duration (e.g. hours, minutes, days, etc.) of a resource"),
fieldWithPath("bibliographicCitation").description("Formal bibliographic citation for the resource"),
fieldWithPath("size").description("Image size in bytes"),
@@ -257,12 +263,13 @@ public class ApiImagesDocsTest extends AbstractRestTest {
fieldWithPath("sha1Sum").description("SHA1 hash of the image bytes"),fieldWithPath("md5Sum").description("MD5 hash of the image bytes"),
fieldWithPath("width").description("Image width in pixels (autodetected)"),fieldWithPath("height").description("Image height in pixels (autodetected)"),
fieldWithPath("orientation").description("LANDSCAPE or PORTRAIT orientation of the image (autodetected)"),
fieldWithPath("size").description("Image size in bytes"),