Hi there,
I have a flow which was working fine and suddenly stopped saying that "The schema validation failed".
I don't get it as it was working fine and now it's not.
Any help will be appreciated.
This schema was generated automatically.
{
"type": "object",
"properties": {
"status": {
"type": "string"
},
"articles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"author": {
"type": "string"
},
"source": {
"type": "object",
"properties": {
"id": {},
"name": {
"type": "string"
}
}
},
"description": {
"type": "string"
},
"url": {
"type": "string"
},
"urlToImage": {
"type": "string"
},
"publishedAt": {
"type": "string"
},
"content": {
"type": "string"
}
},
"required": [
"source",
"author",
"title",
"description",
"url",
"urlToImage",
"publishedAt",
"content"
]
}
},
"totalResults": {
"type": "integer"
}
}
}