access_schemas-email

The email address of the authenticating user.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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