Block name: articleMetadata
Error:{
"status": 502,
"details": [
{
"code": "invalid_union",
"unionErrors": [
{
"issues": [
{
"code": "invalid_type",
"expected": "number",
"received": "null",
"path": [
"adCards",
2,
"dfpAdCard",
"adHeight"
],
"message": "Expected number, received null"
}
],
"name": "ZodError"
},
{
"issues": [
{
"received": "collection_advertisement",
"code": "invalid_literal",
"expected": "collection_non_dfp_ad",
"path": [
"adCards",
2,
"ContentTypeUid"
],
"message": "Invalid literal value, expected \"collection_non_dfp_ad\""
}
],
"name": "ZodError"
}
],
"path": [
"adCards",
2
],
"message": "Invalid input"
}
],
"message": "Validation Error"
}