WP Engine · Schema

Status

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
success boolean
created_on string The time when the status was requested in rfc3339 format
View JSON Schema on GitHub

JSON Schema

status.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Status",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "example": true
    },
    "created_on": {
      "type": "string",
      "example": "2018-05-17T16:20:40+00:00",
      "description": "The time when the status was requested in rfc3339 format"
    }
  }
}