{
  "stac_version": "1.0.0",
  "stac_extensions": [
    "https://stac.linz.govt.nz/v0.0.15/linz/schema.json",
    "https://stac-extensions.github.io/file/v2.0.0/schema.json",
    "https://stac-extensions.github.io/projection/v1.0.0/schema.json",
    "https://stac-extensions.github.io/version/v1.0.0/schema.json"
  ],
  "type": "Feature",
  "id": "item",
  "bbox": [172.9, 1.3, 173, 1.4],
  "geometry": {
    "type": "Polygon",
    "coordinates": [
      [
        [172.9, 1.3],
        [173, 1.3],
        [173, 1.4],
        [172.9, 1.4],
        [172.9, 1.3]
      ]
    ]
  },
  "properties": {
    "datetime": "2020-12-11T22:38:32Z",
    "proj:epsg": 123,
    "version": "1.0.0",
    "processing:software": {
      "pystac": "v1.2.0"
    }
  },
  "links": [
    {
      "href": "https://example.com/examples/item.json",
      "rel": "self"
    }
  ],
  "assets": {
    "example": {
      "href": "https://example.com/examples/file.xyz",
      "created": "2000-01-01T00:00:00Z",
      "updated": "2020-01-01T00:00:00Z",
      "file:checksum": "1220e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
      "linz:language": "mi"
    }
  }
}
