{
  "title": "viewing",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "View-specific properties of application and UI elements.",
  "properties": {
    "search": {
      "type": "object",
      "$ref": "search_schema.json"
    }
  },
  "additionalProperties": false
}
