Atlassian · Schema

ComponentJsonBean

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
ari string
description string
id string
metadata object
name string
self string
View JSON Schema on GitHub

JSON Schema

atlassian-componentjsonbean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ComponentJsonBean",
  "title": "ComponentJsonBean",
  "additionalProperties": true,
  "properties": {
    "ari": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "metadata": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "self": {
      "type": "string"
    }
  },
  "type": "object"
}