Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Add label/value option under format #293

@justgrimes

Description

@justgrimes

It would be nice to add label and value under format. This would be useful if certain data files are zipped. If csv files are zipped then technically the format is zip i.e. "application/zip". With a label/value option under format you could identify and display the actual format of the contents of the file.

For example:

"distribution": [ {
    "accessURL": "http://www.foo.gov/csv.zip",
    "format": [{
        "label": "csv",
        "value": "application/zip"
        }]
    },{
    "accessURL": "http://www.foo.gov/shapefiles.zip",
    "format": [{
        "label": "shapefiles",
        "value": "application/zip"
        }]
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions