imls-dmt / imls-dmt-api

imls-dmt-api
Apache License 2.0
1 stars 1 forks source link

Remove "url" key from ed_framework.node #45

Closed hbarrett closed 4 years ago

hbarrett commented 4 years ago

Change:

"ed_frameworks": [
        {
          "name": "ESIP Data Management for Scientists Short Course", 
          "nodes": [
            {
              "description": "", 
              "name": "The Case for Data Stewardship", 
              "url": ""
            }
          ]
        }
      ]

To:

"ed_frameworks": [
        {
          "name": "ESIP Data Management for Scientists Short Course", 
          "nodes": [
            {
              "description": "", 
              "name": "The Case for Data Stewardship"
            }
          ]
        }
      ]