The items
property must be an object not an array
The `items` property must be an object not an array
```json
"products": {
"type": "object",
"properties": {
"courses": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
Try to take a look in other connectors implementations too