WP Engine · Schema

DomainReport

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
report_id string
View JSON Schema on GitHub

JSON Schema

domainreport.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DomainReport",
  "type": "object",
  "required": [
    "report_id"
  ],
  "properties": {
    "report_id": {
      "type": "string",
      "format": "uuid",
      "example": "6a6d5dbd-5cac-41d5-8f3f-14a3e8ae6f76"
    }
  }
}