records

records

Active filters Clear all

No active filters

Filters

Catalogue

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
created
               

No description available for this field.

Name (identifier)
created
Type
datetime
Sample
                       
updated
               

No description available for this field.

Name (identifier)
updated
Type
datetime
Sample
                       
dataset_id
               

No description available for this field.

Name (identifier)
dataset_id
Type
text
Sample
                       
title
               

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
publisher
               

No description available for this field.

Name (identifier)
publisher
Type
text
Sample
                       
published
               

No description available for this field.

Name (identifier)
published
Type
text
Sample
                       
restricted
               

No description available for this field.

Name (identifier)
restricted
Type
text
Sample
                       
records_size
               

No description available for this field.

Name (identifier)
records_size
Type
decimal
Sample
                       
size
               

No description available for this field.

Name (identifier)
size
Type
text
Sample
                       
records_count
               

No description available for this field.

Name (identifier)
records_count
Type
integer
Sample
                       
link
               

No description available for this field.

Name (identifier)
link
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"catalogue",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/catalogue"
      }
    ]
    ,
  • "definitions":
    {
    • "catalogue":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/catalogue_records"
            }
          }
        }
      }
      ,
    • "catalogue_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "created":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"created",
              • "description":""
              }
              ,
            • "updated":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"updated",
              • "description":""
              }
              ,
            • "dataset_id":
              {
              • "type":"string",
              • "title":"dataset_id",
              • "description":""
              }
              ,
            • "title":
              {
              • "type":"string",
              • "title":"title",
              • "description":""
              }
              ,
            • "publisher":
              {
              • "type":"string",
              • "title":"publisher",
              • "description":""
              }
              ,
            • "published":
              {
              • "type":"string",
              • "title":"published",
              • "description":""
              }
              ,
            • "restricted":
              {
              • "type":"string",
              • "title":"restricted",
              • "description":""
              }
              ,
            • "records_size":
              {
              • "type":"number",
              • "title":"records_size",
              • "description":""
              }
              ,
            • "size":
              {
              • "type":"string",
              • "title":"size",
              • "description":""
              }
              ,
            • "records_count":
              {
              • "type":"integer",
              • "title":"records_count",
              • "description":""
              }
              ,
            • "link":
              {
              • "type":"string",
              • "title":"link",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets