records

records

Active filters Clear all

No active filters

Filters

Metadata Catalogue

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Title
Name given to the resource.

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
Dataset identifier
Compact sequence of characters that establishes the identity of a resource.

No description available for this field.

Name (identifier)
dataset_id
Type
text
Sample
                       
Description
Account of the resource.

No description available for this field.

Name (identifier)
description
Type
text
Sample
                       
Themes
Overarching theme of the resource. 

No description available for this field.

Name (identifier)
theme
Type
text
Sample
                       
Keywords
Topic of the resource.

No description available for this field.

Name (identifier)
keyword
Type
text
Sample
                       
Language
Language of the resource.

No description available for this field.

Name (identifier)
language
Type
text
Sample
                       
Publisher
Entity responsible for making the resource available. 

No description available for this field.

Name (identifier)
publisher
Type
text
Sample
                       
download metatadata link
               

No description available for this field.

Name (identifier)
download_metatadata_link
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"metadata-catalogue",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/metadata-catalogue"
      }
    ]
    ,
  • "definitions":
    {
    • "metadata-catalogue":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/metadata-catalogue_records"
            }
          }
        }
      }
      ,
    • "metadata-catalogue_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "title":
              {
              • "type":"string",
              • "title":"Title",
              • "description":"Name given to the resource."
              }
              ,
            • "dataset_id":
              {
              • "type":"string",
              • "title":"Dataset identifier",
              • "description":"Compact sequence of characters that establishes the identity of a resource."
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"Description",
              • "description":"Account of the resource."
              }
              ,
            • "theme":
              {
              • "type":"string",
              • "title":"Themes",
              • "description":"Overarching theme of the resource. "
              }
              ,
            • "keyword":
              {
              • "type":"string",
              • "title":"Keywords",
              • "description":"Topic of the resource."
              }
              ,
            • "language":
              {
              • "type":"string",
              • "title":"Language",
              • "description":"Language of the resource."
              }
              ,
            • "publisher":
              {
              • "type":"string",
              • "title":"Publisher",
              • "description":"Entity responsible for making the resource available. "
              }
              ,
            • "download_metatadata_link":
              {
              • "type":"string",
              • "title":"download metatadata link",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets