Atlassian · Schema

SimpleApplicationPropertyBean

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id string The ID of the application property.
value string The new value.
View JSON Schema on GitHub

JSON Schema

atlassian-simpleapplicationpropertybean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimpleApplicationPropertyBean",
  "title": "SimpleApplicationPropertyBean",
  "additionalProperties": false,
  "properties": {
    "id": {
      "description": "The ID of the application property.",
      "type": "string"
    },
    "value": {
      "description": "The new value.",
      "type": "string"
    }
  },
  "type": "object",
  "xml": {
    "name": "applicationProperty"
  }
}