{
  "iface": "futoin.info.me",
  "version": "0.4",
  "ftn3rev": "1.9",
  "imports": [
    "futoin.ping:1.0",
    "futoin.auth.types:0.4"
  ],
  "funcs": {
    "getEmail": {
      "result": "Email",
      "throws": [
        "NoValidatedEmail"
      ]
    },
    "getPhone": {
      "result": "Phone",
      "throws": [
        "NoValidatedPhone"
      ]
    },
    "getNames": {
      "result": {
        "first": "LatinName",
        "middle": "FullLatinName",
        "last": "LatinName",
        "full": "FullLatinName",
        "n_first": "NativeName",
        "n_middle": "FullNativeName",
        "n_last": "NativeName",
        "n_full": "FullNativeName"
      },
      "throws": [
        "NoValidatedNames"
      ]
    },
    "getAvatar": {
      "rawresult": true
    },
    "getDateOfBirth": {
      "result": "Datestamp"
    },
    "getPlaceOfBirth": {
      "result": {
        "place": "LatinLocation",
        "n_place": "NativeLocation"
      }
    },
    "getHomeAddress": {
      "result": {
        "country": "ISO3166A3",
        "address": "LatinLocation",
        "n_address": "NativeLocation"
      }
    }
  },
  "requires": [
    "SecureChannel"
  ]
}