Skip to content

Commit

Permalink
overflow field
Browse files Browse the repository at this point in the history
  • Loading branch information
hampsterx committed Apr 4, 2018
1 parent 964fff0 commit 5d34976
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion predicthq/endpoints/v1/events/schemas.py
Expand Up @@ -4,7 +4,7 @@
from predicthq.endpoints.schemas import PaginatedMixin, SortableMixin, Model, ResultSet, \
ListType, StringType, GeoJSONPointType, StringListType, StringModelType, Area, \
ModelType, IntRange, IntType, DateTimeRange, DateTimeType, FloatType, ResultType, \
DictType, DateType, Place, Signal, DateAround, LocationAround
DictType, DateType, Place, Signal, DateAround, LocationAround, BooleanType


class SearchParams(PaginatedMixin, SortableMixin, Model):
Expand Down Expand Up @@ -60,6 +60,8 @@ class Options:

class EventResultSet(ResultSet):

overflow = BooleanType()

results = ResultType(Event)


Expand Down

0 comments on commit 5d34976

Please sign in to comment.