cjval 0.6.0

Validation of CityJSON files against its schemas
Documentation
{
  "type": "CityJSONFeature",
  "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.2",
          "type": "Solid"
        }
      ],
      "attributes": {
        "function": "something"
      },
      "type": "Building"
    }
  },
  "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
    ]
  ],
  "id": "id-1"
}