Atlassian · Schema

PropertyKeys

List of property keys.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
keys array Property key details.
View JSON Schema on GitHub

JSON Schema

atlassian-propertykeys-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PropertyKeys",
  "title": "PropertyKeys",
  "additionalProperties": false,
  "description": "List of property keys.",
  "properties": {
    "keys": {
      "description": "Property key details.",
      "items": {
        "$ref": "#/components/schemas/PropertyKey"
      },
      "readOnly": true,
      "type": "array"
    }
  },
  "type": "object"
}