SolarWinds · Schema

User

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
id integer
email string
is_admin boolean
View JSON Schema on GitHub

JSON Schema

solarwinds-papertrail-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "User",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "email": {
      "type": "string"
    },
    "is_admin": {
      "type": "boolean"
    }
  }
}