Amazon WorkSpaces · JSON Structure

Workspaces Login Message Structure

LoginMessage schema from Amazon WorkSpaces API

Type: object Properties: 0
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

LoginMessage is a JSON Structure definition published by Amazon WorkSpaces. 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": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/ClientLoginMessage"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "LoginMessage",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-login-message-structure.json",
  "description": "LoginMessage schema from Amazon WorkSpaces API"
}