frictionlessdata / schemas

[DEPRECATED] Please use https://github.com/frictionlessdata/specs
The Unlicense
17 stars 7 forks source link

The Data Package "author" field in schema just accepts a string #31

Closed vitorbaptista closed 8 years ago

vitorbaptista commented 8 years ago

Which is wrong. It should accept an object as:

{
  "name": "Joe Bloggs",
  "email": "joe@bloggs.com",
  "web": "http://www.bloggs.com"
}

As well. It's the same as the "contributors" field, which is correct.