Scim Error

Scim Error

APIs.ioEngineeringPlatform

Properties

Name Type Description
message string
documentation_url string
detail string
status integer
scimType string
schemas array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-scim-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scim-error",
  "title": "Scim Error",
  "description": "Scim Error",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "nullable": true
    },
    "documentation_url": {
      "type": "string",
      "nullable": true
    },
    "detail": {
      "type": "string",
      "nullable": true
    },
    "status": {
      "type": "integer"
    },
    "scimType": {
      "type": "string",
      "nullable": true
    },
    "schemas": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}