You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the SchemaGenerator encounters a single object as attribute of a class within the json file, it still writes the corresponding attribute of the schema as a Option[List[T]]. As the parser now expects a list of objects where only a single object resides, it fails when parsing the json file .
The text was updated successfully, but these errors were encountered:
If the SchemaGenerator encounters a single object as attribute of a class within the json file, it still writes the corresponding attribute of the schema as a
Option[List[T]]
. As the parser now expects a list of objects where only a single object resides, it fails when parsing the json file .The text was updated successfully, but these errors were encountered: