{
  "title": "applicationProperties",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "Configuration of application and UI elements.",
  "properties": {
    "viewing": {
      "type": "object",
      "$ref": "viewing_schema.json"
    }
  },
  "additionalProperties": false,
  "esriDocumentation": {
    "examples": [
      {
        "title": "applicationProperties",
        "code": {
          "applicationProperties": {
            "viewing": {
              "search": {
                "enabled": true,
                "hintText": "Search by Address or State name",
                "layers": [
                  {
                    "id": "Census_9227",
                    "field": {
                      "name": "STATE_NAME",
                      "exactMatch": false,
                      "type": "esriFieldTypeString"
                    },
                    "subLayer": 3
                  }
                ]
              }
            }
          }
        }
      }
    ]
  }
}
