Atlassian · Schema

object

Base type for most resource objects. It defines the common `type` element that identifies an object's type. It also identifies the element as Swagger's `discriminator`.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-snippets-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "object",
  "type": "object",
  "description": "Base type for most resource objects. It defines the common `type` element that identifies an object's type. It also identifies the element as Swagger's `discriminator`.",
  "properties": {
    "type": {
      "type": "string"
    }
  }
}