registrar-api_email

The contact email address of the user.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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