access_active_session_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-active-session-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_active_session_response",
  "title": "access_active_session_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_api-response-single"
    },
    {
      "properties": {
        "result": {
          "allOf": [
            {
              "$ref": "#/components/schemas/access_identity"
            },
            {
              "properties": {
                "isActive": {
                  "example": true,
                  "type": "boolean"
                }
              },
              "type": "object"
            }
          ],
          "type": "object"
        }
      }
    }
  ]
}