access_email

The email of the user.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-email-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_email",
  "title": "access_email",
  "description": "The email of the user.",
  "example": "[email protected]",
  "format": "email",
  "type": "string"
}