Amazon WorkMail · JSON Structure

Workmail Next Token Structure

NextToken schema from Amazon WorkMail API

Type: string Properties: 0
Business CommunicationCalendarEmailExchangeEnterprise

NextToken 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": "string",
  "pattern": "[\\S\\s]*|[a-zA-Z0-9/+=]{1,1024}",
  "minLength": 1,
  "maxLength": 1024,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "NextToken",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-next-token-structure.json",
  "description": "NextToken schema from Amazon WorkMail API"
}