Breakdown of usage by environment type
{ "$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" }