ford_qc/test_layer_depth.json
2025-09-03 07:03:21 -05:00

49 lines
No EOL
1.5 KiB
JSON

{
"profile": "test_layer_depth_profile.json",
"timestamp": "2025-05-15T18:30:00Z",
"checks": [
{
"index": 1,
"script": "checks.layer_depth_check",
"config": {
"working_dir": "/Users/michael.clervi/Documents/projects/Ford_BnP_QC/working",
"linkingrecord_filename": "linkingrecord.json"
},
"result": {
"status": "failed",
"details": {
"message": "Layer depth issues found in the asset pack.",
"failed_layers": [
{
"filename": "example/layeroptint_image_20.jpg",
"imagetype": "layeroptint",
"layer_value": 10,
"layer_in_filename": 20,
"issue": "Layer value 10 does not match layer in filename 20",
"item_index": 0,
"record_index": 0,
"asset_index": 0
},
{
"filename": "example/base_image.jpg",
"imagetype": "base",
"layer_value": 5,
"issue": "Base asset should have layer=0 or no layer property, found 5",
"item_index": 1,
"record_index": 0,
"asset_index": 0
},
{
"filename": "example/layeroptext_image_missing_layer.jpg",
"imagetype": "layeroptext",
"issue": "Missing 'layer' property for layered image type",
"item_index": 2,
"record_index": 0,
"asset_index": 0
}
]
}
}
}
]
}