{
  "title": "Filter Mode",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "Filter mode represents the way elements draw when participating in a filter block.",
  "oneOf": [
    {
      "$ref": "buildingSceneLayer_filterModeSolid_schema.json"
    },
    {
      "$ref": "buildingSceneLayer_filterModeWireFrame_schema.json"
    }
  ]
}
