WP Engine · Schema

LatestMetricValue

The latest information.

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
date string The date (ISO 8601).
value string The value.
View JSON Schema on GitHub

JSON Schema

latestmetricvalue.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LatestMetricValue",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "The date (ISO 8601)."
    },
    "value": {
      "type": "string",
      "format": "int64",
      "description": "The value."
    }
  },
  "description": "The latest information."
}