JSON with Vimeo Pro Required content videos missing

Working to get our channel updated to support JSON with Direct Publisher but running into an issue where during feed validation get the following:
“No valid items were found in the feed
1 item has an error: Required content videos missing.
» The Key to the Supernatural”

I’m using the Vimeo Pro HLS external player for the video, and I’ve looked at others on this forum that have had the similar issue but their fixes don’t seem to help. I’m sure it’s something simple but haven’t been able to find it. The feed URL is http://vod.rhema.org/rhemafeed2.json
Any help is appreciated. I get the same error if I switch to MP4 and use the external link from Vimeo Pro as well.

I think videos needs to be an array of objects, not just an object. You need the brackets.

“videos”: [

],

You are just using

“videos”: {

}

The JSON might validate, but the Roku server throws an exception.

Thanks. That was it. Appreciate the help.