Place schema: wrong type for alt_names

This commit is contained in:
Doug Blank 2016-05-07 12:28:20 -04:00
parent e2ae70a2dd
commit 3ce8c12ae6

View File

@ -153,7 +153,7 @@ class Place(CitationBase, NoteBase, MediaBase, UrlBase, PrimaryObject):
"lat": str,
"placeref_list": [PlaceRef],
"name": PlaceName,
"alt_names": [str],
"alt_names": [PlaceName],
"place_type": PlaceType,
"code": str,
"alt_loc": [Location],