Atlassian · Schema

UserMigrationBean

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
accountId string
key string
username string
View JSON Schema on GitHub

JSON Schema

atlassian-usermigrationbean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserMigrationBean",
  "title": "UserMigrationBean",
  "additionalProperties": false,
  "properties": {
    "accountId": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "username": {
      "type": "string"
    }
  },
  "type": "object"
}