Amazon Cognito · JSON Structure

Cognito Idp Device List Type Structure

DeviceListType schema from Amazon Cognito

Type: array Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

DeviceListType is a JSON Structure definition published by Amazon Cognito. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "DeviceKey": {
        "allOf": [
          {
            "$ref": "#/components/schemas/DeviceKeyType"
          },
          {
            "description": "The device key."
          }
        ]
      },
      "DeviceAttributes": {
        "allOf": [
          {
            "$ref": "#/components/schemas/AttributeListType"
          },
          {
            "description": "The device attributes."
          }
        ]
      },
      "DeviceCreateDate": {
        "allOf": [
          {
            "$ref": "#/components/schemas/DateType"
          },
          {
            "description": "The creation date of the device."
          }
        ]
      },
      "DeviceLastModifiedDate": {
        "allOf": [
          {
            "$ref": "#/components/schemas/DateType"
          },
          {
            "description": "The last modified date of the device."
          }
        ]
      },
      "DeviceLastAuthenticatedDate": {
        "allOf": [
          {
            "$ref": "#/components/schemas/DateType"
          },
          {
            "description": "The date when the device was last authenticated."
          }
        ]
      }
    },
    "description": "The device type."
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-device-list-type-structure.json",
  "name": "DeviceListType",
  "description": "DeviceListType schema from Amazon Cognito"
}