Files
kami-parse-server/schemas.js
Eric Watson fdc85cc5c2 Ignore '_metadata', convert 'map' to Object
Legacy Parse platform databases have additional fields that
database-to-api-response conversion. This commit accounts for

- the '_metadata' field, which doesn't appear in the api-response version
  of Schema, and whose value (an object), crashes the conversion function
  (which expects only string values)
- the 'map' type, which appears in legacy database representations to
  describe Objects
2016-02-04 21:01:41 -06:00

1.8 KiB