Atlassian · Schema

AddSecuritySchemeLevelsRequestBean

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
levels array The list of scheme levels which should be added to the security scheme.
View JSON Schema on GitHub

JSON Schema

atlassian-addsecurityschemelevelsrequestbean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddSecuritySchemeLevelsRequestBean",
  "title": "AddSecuritySchemeLevelsRequestBean",
  "additionalProperties": false,
  "properties": {
    "levels": {
      "description": "The list of scheme levels which should be added to the security scheme.",
      "items": {
        "$ref": "#/components/schemas/SecuritySchemeLevelBean"
      },
      "type": "array",
      "writeOnly": true
    }
  },
  "type": "object"
}