records

records

Active filters Clear all

No active filters

Filters

Open data change log

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Datasets
               

No description available for this field.

Name (identifier)
datasets
Type
text
Sample
                       
ChangeType
               

No description available for this field.

Name (identifier)
changetype
Type
text
Sample
                       
Title
               

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
DatasetIDs
               

No description available for this field.

Name (identifier)
datasetids
Type
text
Sample
                       
Details
               

No description available for this field.

Name (identifier)
details
Type
text
Sample
                       
LogDate
               

No description available for this field.

Name (identifier)
logdate
Type
date
Sample
                       

JSON Schema

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

{
  • "title":"open-data-change-log",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/open-data-change-log"
      }
    ]
    ,
  • "definitions":
    {
    • "open-data-change-log":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/open-data-change-log_records"
            }
          }
        }
      }
      ,
    • "open-data-change-log_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "datasets":
              {
              • "type":"string",
              • "title":"Datasets",
              • "description":""
              }
              ,
            • "changetype":
              {
              • "type":"string",
              • "title":"ChangeType",
              • "description":""
              }
              ,
            • "title":
              {
              • "type":"string",
              • "title":"Title",
              • "description":""
              }
              ,
            • "datasetids":
              {
              • "type":"string",
              • "title":"DatasetIDs",
              • "description":""
              }
              ,
            • "details":
              {
              • "type":"string",
              • "title":"Details",
              • "description":""
              }
              ,
            • "logdate":
              {
              • "type":"string",
              • "format":"date",
              • "title":"LogDate",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets