{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "UserUserConfig",
  "type": "object",
  "properties": {
    "Role": {
      "type": "string"
    },
    "Policy": {
      "type": "string"
    },
    "HomeDirectory": {
      "type": "string"
    },
    "PublicKeys": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}
