Properties
| Name | Type | Description |
|---|---|---|
| author | object | The user that actioned the event. If `author` is not specified, then all `author` properties will be set to null/empty, except for `type` which will be set to 'user'. |
| remoteAddress | string | The IP address of the computer where the event was initiated from. |
| creationDate | integer | The creation date-time of the audit record, as a timestamp. This is converted to a date-time display in the Confluence UI. If the `creationDate` is not specified, then it will be set to the timestamp |
| summary | string | The summary of the event, which is displayed in the 'Change' column on the audit log in the Confluence UI. |
| description | string | A long description of the event, which is displayed in the 'Description' field on the audit log in the Confluence UI. |
| category | string | The category of the event, which is displayed in the 'Event type' column on the audit log in the Confluence UI. |
| sysAdmin | boolean | Indicates whether the event was actioned by a system administrator. |
| affectedObject | object | |
| changedValues | array | The values that were changed in the event. |
| associatedObjects | array | Objects that were associated with the event. For example, if the event was a space permission change then the associated object would be the space. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AuditRecordCreate",
"title": "AuditRecordCreate",
"required": [
"remoteAddress"
],
"type": "object",
"properties": {
"author": {
"required": [
"type"
],
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Set to 'user'.",
"default": "user",
"enum": [
"user"
]
},
"displayName": {
"type": "string",
"description": "The name that is displayed on the audit log in the Confluence UI."
},
"operations": {
"type": "object",
"properties": {},
"description": "Always defaults to null."
},
"username": {
"$ref": "#/components/schemas/GenericUserName"
},
"userKey": {
"$ref": "#/components/schemas/GenericUserKey"
}
},
"description": "The user that actioned the event. If `author` is not specified, then all\n`author` properties will be set to null/empty, except for `type` which\nwill be set to 'user'."
},
"remoteAddress": {
"type": "string",
"description": "The IP address of the computer where the event was initiated from."
},
"creationDate": {
"type": "integer",
"description": "The creation date-time of the audit record, as a timestamp. This is converted\nto a date-time display in the Confluence UI. If the `creationDate` is not\nspecified, then it will be set to the timestamp for the current date-time.",
"format": "int64"
},
"summary": {
"type": "string",
"description": "The summary of the event, which is displayed in the 'Change' column on\nthe audit log in the Confluence UI."
},
"description": {
"type": "string",
"description": "A long description of the event, which is displayed in the 'Description'\nfield on the audit log in the Confluence UI."
},
"category": {
"type": "string",
"description": "The category of the event, which is displayed in the 'Event type' column\non the audit log in the Confluence UI."
},
"sysAdmin": {
"type": "boolean",
"description": "Indicates whether the event was actioned by a system administrator.",
"default": false
},
"affectedObject": {
"$ref": "#/components/schemas/AffectedObject"
},
"changedValues": {
"type": "array",
"description": "The values that were changed in the event.",
"items": {
"$ref": "#/components/schemas/ChangedValue"
}
},
"associatedObjects": {
"type": "array",
"description": "Objects that were associated with the event. For example, if the event\nwas a space permission change then the associated object would be the\nspace.",
"items": {
"$ref": "#/components/schemas/AffectedObject"
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/atlassian-auditrecordcreate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.