cjval 0.9.0

Schema-validation of CityJSON/Seq datasets
Documentation
{
  "CityObjects": {
    "id-1": {
      "geometry": [
        {
          "boundaries": [
            [
              [[0, 1, 2, 3]],
              [[4, 5, 0, 3]],
              [[5, 6, 1, 0]],
              [[6, 7, 2, 1]],
              [[3, 2, 7, 4]],
              [[7, 6, 5, 4]]
            ]
          ],
          "lod": "1",
          "type": "Solid"
        }
      ],
      "attributes": {
        "function": "something"
      },
      "type": "+GenericCityObject"
    }
  },
  "type": "CityJSON",
  "version": "2.0",
  "vertices": [
    [2000, 1000, 1000],
    [1000, 2000, 1000],
    [0, 1000, 1000],
    [1000, 0, 1000],
    [1000, 0, 0],
    [2000, 1000, 0],
    [1000, 2000, 0],
    [0, 1000, 0]
  ],
  "metadata": {
    "geographicalExtent": [-1.0, -1.0, 0.0, 1.0, 1.0, 1.0]
  },
  "transform": {
    "scale": [0.001, 0.001, 0.001],
    "translate": [-1.0, -1.0, 0.0]
  },
  "extensions": {
    "Generic": {
      "url": "https://www.cityjson.org/extensions/download/v20/generic.ext.json",
      "version": "1.0"
    }
  }
}