IBMDataScience/datascix

Fix Change Log JSON syntax

Closed this issue · 2 comments

Problem

  • Change Log JSON is not valid JSON
    • Paste content in validator: https://jsonformatter.curiousconcept.com/
    • See Current JSON Format (Invalid) section below
    • See Suggested JSON Format (Valid) section below
    • Problem: Should be an Array of Objects
    • Problem: ISODate function wrapper should be omitted

Fixed.