{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://rig.works/schemas/rig.spatial.camera.schema.json",
  "title": "rig.spatial.camera",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "active": {
      "$ref": "./_defs.schema.json#/$defs/bool"
    },
    "projection": {
      "type": "string",
      "enum": [
        "perspective",
        "orthographic"
      ]
    },
    "fovYDegrees": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "orthoHeight": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "nearClip": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "farClip": {
      "$ref": "./_defs.schema.json#/$defs/float"
    },
    "aspect": {
      "$ref": "./_defs.schema.json#/$defs/float"
    }
  }
}
