access_device_session

APIs.ioEngineeringPlatform

Properties

Name Type Description
last_authenticated number
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-device-session-schema.json Raw ↑
{
  "$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"
}