Acronis · Schema

ReportRequest

CybersecurityData ProtectionEndpoint Management

Properties

Name Type Description
schedule object
parameters object
View JSON Schema on GitHub

JSON Schema

acronis-reportrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportRequest",
  "title": "ReportRequest",
  "type": "object",
  "properties": {
    "schedule": {
      "type": "object",
      "additionalProperties": true
    },
    "parameters": {
      "type": "object",
      "additionalProperties": true
    }
  }
}