Atlassian · Schema

CQLPersonalDataConvertedQueries

The converted CQL queries.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
queryStrings array The list of converted CQL query strings with account IDs in place of user identifiers.
View JSON Schema on GitHub

JSON Schema

atlassian-cqlpersonaldataconvertedqueries-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CQLPersonalDataConvertedQueries",
  "title": "CQLPersonalDataConvertedQueries",
  "required": [
    "queryStrings"
  ],
  "type": "object",
  "properties": {
    "queryStrings": {
      "type": "array",
      "description": "The list of converted CQL query strings with account IDs in\nplace of user identifiers.",
      "items": {
        "type": "string"
      }
    }
  },
  "description": "The converted CQL queries."
}