{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_device_session", "title": "access_device_session", "example": { "last_authenticated": 1638832687.0 }, "properties": { "last_authenticated": { "type": "number" } }, "type": "object" }