{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://openvisual.org/schema/oscillopsia/1.0",
  "title": "OVS: Oscillopsia",
  "description": "Perceived environmental vibration or shaking due to involuntary eye movement or vestibular dysfunction. Common in nystagmus, VSS, and bilateral vestibular loss.",
  "allOf": [
    { "$ref": "https://openvisual.org/schema/symptom-base/1.0" },
    {
      "type": "object",
      "properties": {
        "ovs_type": { "const": "ovs:oscillopsia" }
      }
    }
  ]
}
