linkedpipes / dcat-ap-forms

Forms application for filling out DCAT-AP v2.0.0 compatible metadata
MIT License
2 stars 2 forks source link

Values cleared using the "x" control produce "null" #66

Closed jakubklimek closed 5 years ago

jakubklimek commented 5 years ago

Link to distribution schema produces "null", resulting in invalid JSON-LD, when the field is cleared by the "x" control:

      "http://purl.org/dc/terms/conformsTo": {
        "@id": null
      }

The same goes for all clearable fields such ase the distribution title, author names, contact details, etc.