{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.spatial.transform.schema.json",
  "title": "rig.spatial.transform",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "position": {
      "$ref": "./_defs.schema.json#/$defs/vec3"
    },
    "rotation": {
      "$ref": "./_defs.schema.json#/$defs/quat"
    },
    "scale": {
      "$ref": "./_defs.schema.json#/$defs/vec3"
    },
    "shear": {
      "$ref": "./_defs.schema.json#/$defs/vec3"
    }
  }
}
