Render · Schema

auditLogWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
cursor object
auditLog object
View JSON Schema on GitHub

JSON Schema

render-auditlogwithcursor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/auditLogWithCursor",
  "title": "auditLogWithCursor",
  "type": "object",
  "required": [
    "cursor",
    "auditLog"
  ],
  "properties": {
    "cursor": {
      "$ref": "#/components/schemas/cursor"
    },
    "auditLog": {
      "$ref": "#/components/schemas/auditLog"
    }
  }
}