{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": {
    "$ref": "#/definitions/KTransformationOrbitData"
  },
  "definitions": {
    "KTransformationOrbitData": {
      "properties": {
        "orientationDelta": {
          "items": {
            "type": "number"
          },
          "type": "array"
        },
        "permutation": {
          "items": {
            "type": "number"
          },
          "type": "array"
        }
      },
      "required": ["orientationDelta", "permutation"],
      "type": "object"
    }
  },
  "type": "object"
}
