Error

Application ServerEnterpriseJava EEMiddlewareOracleWebLogic

Properties

Name Type Description
type string
title string
status integer
detail string
View JSON Schema on GitHub

JSON Schema

weblogic-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "status": {
      "type": "integer"
    },
    "detail": {
      "type": "string"
    }
  }
}