This schema is GraphQL. Liveloader and Bulk has a flag to load GraphQL schemas. But in Bulkload you have to use an empty schema in the main one. Not sure if that was fixed.
Also, your dataset must be inserted by GraphQL mutations, or you have to change it. e.g.
[
{
“xid”: “1”,
“Person.name”: “Robert”,
“Person.age”: “30”,
“Person.something”: “else”,
“dgraph.type”: “Person”,
}
]
I’m not sure about the XID field. If you have to add Person. in front of it.