access_last_seen_identity_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-last-seen-identity-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_last_seen_identity_response",
  "title": "access_last_seen_identity_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_api-response-single"
    },
    {
      "properties": {
        "result": {
          "allOf": [
            {
              "$ref": "#/components/schemas/access_identity"
            }
          ],
          "type": "object"
        }
      }
    }
  ]
}