datopian / ckanext-opendatani

GNU Affero General Public License v3.0
4 stars 5 forks source link

[dcat][xs]: check resource for key format #27

Closed Mikanebu closed 1 year ago

Mikanebu commented 1 year ago

This is fix for resource format, when source has a null value.

{
"@type": "dcat:Distribution",
"title": "Test data",
"format": null,
"accessURL": "https://test.com",
"description": null
}