Amazon WorkMail · JSON Structure

Workmail Device Model List Structure

DeviceModelList schema from Amazon WorkMail API

Type: array Properties: 0
Business CommunicationCalendarEmailExchangeEnterprise

DeviceModelList is a JSON Structure definition published by Amazon WorkMail. 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": {
    "$ref": "#/components/schemas/DeviceModel"
  },
  "minItems": 1,
  "maxItems": 10,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "DeviceModelList",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-device-model-list-structure.json",
  "description": "DeviceModelList schema from Amazon WorkMail API"
}