Atlassian · Schema

RelationData

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
createdBy object
createdDate string
friendlyCreatedDate string
View JSON Schema on GitHub

JSON Schema

atlassian-relationdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RelationData",
  "title": "RelationData",
  "type": "object",
  "properties": {
    "createdBy": {
      "$ref": "#/components/schemas/User"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "friendlyCreatedDate": {
      "type": "string"
    }
  }
}