JSON
{
"localized": [
{
"language": "en",
"data": [
{
"id": 6,
"type": "login",
"title": "Authorization page",
"description": "Product logo on the web client and administrator login page",
"url": "http://127.0.0.1:8080/storage/logos/en/login.png",
"validation": "The image must be no larger than 2MB and be one of the following types: JPEG, BMP, PNG, SVG",
"version": 1
},
{
"id": 7,
"type": "download_logo",
"title": "Profile client logo",
"description": "Product logo displayed on the «About» page",
"url": "http://127.0.0.1:8080/storage/logos/en/download_logo.png",
"validation": "The image must be no larger than 2MB and be one of the following types: JPEG, BMP, PNG, SVG",
"version": 1
},
{
"id": 8,
"type": "download_image",
"title": "Profile client image",
"description": "Image displayed on the «About» page",
"url": "http://127.0.0.1:8080/storage/images/en/download_image.png",
"validation": "The image must be no larger than 2MB and be one of the following types: JPEG, BMP, PNG, SVG",
"version": 1
},
{
"id": 9,
"type": "client_header",
"title": "Web client",
"description": "Logo located on the top panel of the web client interface",
"url": "http://127.0.0.1:8080/storage/logos/en/client_header.png",
"validation": "The image must be no larger than 2MB and be one of the following types: JPEG, BMP, PNG, SVG",
"version": 1
},
{
"id": 10,
"type": "admin_header",
"title": "Web admin",
"description": "Logo located on the top panel of the web admin interface",
"url": "http://127.0.0.1:8080/storage/logos/en/admin_header.png",
"validation": "The image must be no larger than 2MB and be one of the following types: JPEG, BMP, PNG, SVG",
"version": 1
}
]
}
],
"unlocalized": [
{
"type": "backgrounds",
"data": [
{
"id": 11,
"type": "background_auth_admin",
"title": "Authorization background image admin",
"description": "Image located on the administrator login page",
"url": "http://127.0.0.1:8080/storage/images/background_auth_admin.png",
"validation": "The image must be no larger than 2MB and be one of the following types: JPEG, BMP, PNG, SVG",
"version": 1
},
{
"id": 12,
"type": "background_auth_client",
"title": "Authorization background image client",
"description": "Image located on the client login page",
"url": "http://127.0.0.1:8080/storage/images/background_auth_client.png",
"validation": "The image must be no larger than 2MB and be one of the following types: JPEG, BMP, PNG, SVG",
"version": 1
}
]
}
]
}