Atlassian · Schema

Resource

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
description string
file string
filename string
inputStream object
open boolean
readable boolean
uri string
url string
View JSON Schema on GitHub

JSON Schema

atlassian-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Resource",
  "title": "Resource",
  "additionalProperties": false,
  "properties": {
    "description": {
      "type": "string"
    },
    "file": {
      "format": "binary",
      "type": "string"
    },
    "filename": {
      "type": "string"
    },
    "inputStream": {
      "type": "object"
    },
    "open": {
      "type": "boolean"
    },
    "readable": {
      "type": "boolean"
    },
    "uri": {
      "format": "uri",
      "type": "string"
    },
    "url": {
      "format": "url",
      "type": "string"
    }
  },
  "type": "object"
}