Atlassian · Schema

UnrestrictedUserEmail

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
accountId string The accountId of the user
email string The email of the user
View JSON Schema on GitHub

JSON Schema

atlassian-unrestricteduseremail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UnrestrictedUserEmail",
  "title": "UnrestrictedUserEmail",
  "additionalProperties": true,
  "properties": {
    "accountId": {
      "description": "The accountId of the user",
      "type": "string"
    },
    "email": {
      "description": "The email of the user",
      "type": "string"
    }
  },
  "type": "object"
}