JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_active_sessions_response",
"title": "access_active_sessions_response",
"allOf": [
{
"$ref": "#/components/schemas/access_api-response-collection"
},
{
"properties": {
"result": {
"items": {
"properties": {
"expiration": {
"example": 1694813506.0,
"type": "integer"
},
"metadata": {
"properties": {
"apps": {
"additionalProperties": {
"properties": {
"hostname": {
"example": "test.example.com",
"type": "string"
},
"name": {
"example": "app name",
"type": "string"
},
"type": {
"example": "self_hosted",
"type": "string"
},
"uid": {
"example": "cc2a8145-0128-4429-87f3-872c4d380c4e",
"type": "string"
}
},
"type": "object"
},
"type": "object"
},
"expires": {
"example": 1694813506.0,
"type": "integer"
},
"iat": {
"example": 1694791905.0,
"type": "integer"
},
"nonce": {
"example": "X1aXj1lFVcqqyoXF",
"type": "string"
},
"ttl": {
"example": 21600,
"type": "integer"
}
},
"type": "object"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
}
}
]
}