Skip to content

Common Structures

RudiThoeni edited this page Feb 7, 2025 · 3 revisions

_Meta, LicenseInfo, GpsInfo

_Meta

"_Meta": {
     "Id": "eventshort-12345678",
     "Type": "eventshort",
     "Source": "eurac",
     "Reduced": false,
     "LastUpdate": "2024-08-22T14:16:20.3124948+00:00",
     "UpdateInfo": {
          "UpdatedBy": "12457845",
          "UpdateSource": "https://example.com/"
          "UpdateHistory": 
           [
              { 
                "UpdatedBy":"12457845",
                "UpdateSource":"https://example.com/",
                "LastUpdate":"2024-08-22T14:16:20.3124948+00:00"
              },
              { 
                "UpdatedBy":"ABCDEFGAH",
                "UpdateSource":"https://newexample.com/",
                "LastUpdate":"2024-08-20T10:25:20.3124948+00:00"
              },

           ]
     }
}

The _Meta section contains general Infos about the dataset.

Type The Type of the data (see https://github.com/noi-techpark/odh-docs/wiki/Dataset-Type)
Source The Source of the data
Reduced Is this data reduced
LastUpdate The date when this data was last saved/imported by Open Data Hub
Id Unique identifier of the data

LicenseInfo

See LicenseInfo

LastChange vs _Meta.LastUpdate

_Meta.LastUpdate indicates when the data was last imported/saved
LastChange indicates when the data had a real change registered

GpsInfo

Source

AdditionalProperties

Clone this wiki locally