WP Engine · Schema

EnvironmentTypeBreakdown

Breakdown of usage by environment type

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
production string Usage for production environments
staging string Usage for staging environments
development string Usage for development environments
View JSON Schema on GitHub

JSON Schema

environmenttypebreakdown.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EnvironmentTypeBreakdown",
  "type": "object",
  "properties": {
    "production": {
      "type": "string",
      "description": "Usage for production environments",
      "example": "1354",
      "x-nullable": true
    },
    "staging": {
      "type": "string",
      "description": "Usage for staging environments",
      "example": "177",
      "x-nullable": true
    },
    "development": {
      "type": "string",
      "description": "Usage for development environments",
      "example": "164",
      "x-nullable": true
    }
  },
  "description": "Breakdown of usage by environment type"
}