EOSC-synergy / FAIR_eva

Apache License 2.0
4 stars 4 forks source link

Converge all "msg" as a list of dicts with "message" and "points" keys #188

Closed orviz closed 4 months ago

orviz commented 5 months ago

All indicators shall report msg property as a list of objects like:

"msg": [
    {
        "message": "Found a free protocol to access the metadata record: https",
        "points": 100
    }
],