Atlassian · Schema

InputStreamSource

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
inputStream object
View JSON Schema on GitHub

JSON Schema

atlassian-inputstreamsource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InputStreamSource",
  "title": "InputStreamSource",
  "additionalProperties": false,
  "properties": {
    "inputStream": {
      "type": "object"
    }
  },
  "type": "object"
}