|
@@ -363,6 +363,8 @@ class ParseJsonSchema(ParseDbSchema):
|
|
# single quotes
|
|
# single quotes
|
|
schema = self._clean_desciptions_tags_from_single_quotes(schema)
|
|
schema = self._clean_desciptions_tags_from_single_quotes(schema)
|
|
schema = self._format_schema_for_mongo(schema)
|
|
schema = self._format_schema_for_mongo(schema)
|
|
|
|
+ else:
|
|
|
|
+ schema = self._format_schema_for_mongo(schema)
|
|
|
|
|
|
return schema
|
|
return schema
|
|
|
|
|