Failed to fetch webinar: [
{
"code": "invalid_type",
"expected": "boolean",
"received": "string",
"path": [
"data",
"class",
"virtual_classroom",
"meeting_app",
"connection"
],
"message": "Expected boolean, received string"
},
{
"code": "invalid_type",
"expected": "object",
"received": "string",
"path": [
"data",
"class",
"virtual_classroom",
"meeting_app",
"logo_url"
],
"message": "Expected object, received string"
},
{
"code": "invalid_type",
"expected": "object",
"received": "string",
"path": [
"data",
"class",
"virtual_classroom",
"meeting_app",
"fav_icon_url"
],
"message": "Expected object, received string"
},
{
"code": "invalid_type",
"expected": "array",
"received": "string",
"path": [
"data",
"class",
"learning_outcome"
],
"message": "Expected array, received string"
},
{
"code": "invalid_type",
"expected": "object",
"received": "string",
"path": [
"data",
"class",
"video"
],
"message": "Expected object, received string"
}
]