Workday Security · Schema

ComplianceReport

A compliance report summarizing audit activity, policy adherence, or regulatory compliance status for a defined reporting period.

Access ControlAuditAuthenticationComplianceEnterpriseIdentity ManagementPrivacySAMLSecuritySSO

Properties

Name Type Description
id string Unique identifier for the compliance report
descriptor string Human-readable title of the compliance report
reportType string Classification of the compliance report
periodStart string Start date of the reporting period
periodEnd string End date of the reporting period
generatedOn string Timestamp when the report was generated
status string Current status of the compliance report
totalEvents integer Total number of events covered by the report
summary string Executive summary of the compliance report findings
View JSON Schema on GitHub

JSON Schema

workday-security-compliancereport-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ComplianceReport",
  "title": "ComplianceReport",
  "type": "object",
  "description": "A compliance report summarizing audit activity, policy adherence, or regulatory compliance status for a defined reporting period.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the compliance report"
    },
    "descriptor": {
      "type": "string",
      "description": "Human-readable title of the compliance report"
    },
    "reportType": {
      "type": "string",
      "enum": [
        "Security_Audit",
        "Access_Review",
        "Configuration_Change",
        "Data_Access",
        "Regulatory_Compliance"
      ],
      "description": "Classification of the compliance report"
    },
    "periodStart": {
      "type": "string",
      "format": "date",
      "description": "Start date of the reporting period"
    },
    "periodEnd": {
      "type": "string",
      "format": "date",
      "description": "End date of the reporting period"
    },
    "generatedOn": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the report was generated"
    },
    "status": {
      "type": "string",
      "enum": [
        "Pending",
        "Generated",
        "Reviewed",
        "Approved"
      ],
      "description": "Current status of the compliance report"
    },
    "totalEvents": {
      "type": "integer",
      "minimum": 0,
      "description": "Total number of events covered by the report"
    },
    "summary": {
      "type": "string",
      "description": "Executive summary of the compliance report findings"
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workday-security-compliancereport"
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 email required.

A second provider on the same verified email joins the account you already have.