{ "$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" } } } ] }