Atlassian · Schema

UserPropertyCreate

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
value object The value of the user property.
View JSON Schema on GitHub

JSON Schema

atlassian-userpropertycreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserPropertyCreate",
  "title": "UserPropertyCreate",
  "required": [
    "value"
  ],
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "value": {
      "type": "object",
      "additionalProperties": true,
      "properties": {},
      "description": "The value of the user property."
    }
  }
}