{
  "title": "FutoIn 'sec' field - Credentials",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "user"
  ],
  "properties": {
    "user": {
      "type": "string",
      "description": "Unique user identification"
    },
    "secret": {
      "type": "string",
      "description": "Any type of secret, typically password"
    }
  }
}