I'm trying to create Open Data Table definitions to enable the use of data from Freebase in YQL queries. I think I have everything working except for choosing a itemPath for the select element.
Here's a
sample YQL query that uses
this Open Data Table definition which results in
results that look like this.
As you can see from the sample results, the Freebase query returns an array of JSON objects under the path "result". When I use that as my "itemPath", YQL returns an empty set of results.
What "itemPath" should I be using to get YQL to actually return results?