Interface Dataset

Processed CKAN dataset type

Hierarchy

  • Dataset

Properties

additionalData?: StringIndexedObject

Non-standard additional data provided by the API.

author: {
    email?: string;
    name?: string;
}

The dataset's author

Type declaration

  • Optional email?: string
  • Optional name?: string
created?: Date

When the dataset was first issued

creator: {
    id?: string;
}

Creator information

Type declaration

  • Optional id?: string
groups: Group[]

Group information

id: string

The identification of the dataset

languages: string[]

A list of languages the dataset is available in

license: {
    id?: string;
    title?: string;
    url?: string;
}

The license under which the resource was released

Type declaration

  • Optional id?: string
  • Optional title?: string
  • Optional url?: string
maintainer: {
    email?: string;
    name?: string;
}

The dataset's maintainer

Type declaration

  • Optional email?: string
  • Optional name?: string
metadata: Metadata

Meta-metadata

modified?: Date

When the dataset was last modified

name: string

The dataset's name, often not human-readable.

notes?: string

Notes the publisher has released about the dataset

open?: boolean

Is the dataset open

organization?: Organization

Information about the publishing organisation

private?: boolean

Is the dataset private?

relationships: {
    object?: any[];
    subject?: any[];
}

The object's relationships

Type declaration

  • Optional object?: any[]
  • Optional subject?: any[]
resources: Resource[]

Resources for the given dataset.

state?: string

What is the dataset's state

tags: Tag[]

The dataset's tags

title: string

The dataset's title, human-readable

type?: string

What type of dataset is it (usually, but not always "dataset")

url: string

The dataset's permanent URL

version?: string

The dataset's current version number

Generated using TypeDoc