GitHub · JSON Structure

Github Repo Hooks Api Scim Error Structure

Scim Error

Type: object Properties: 6
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

scim-error is a JSON Structure definition published by GitHub, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

message documentation_url detail status scimType schemas

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-repo-hooks-api-scim-error-structure.json",
  "name": "scim-error",
  "description": "Scim Error",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "example": "Example body text"
    },
    "documentation_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "detail": {
      "type": "string",
      "example": "example_value"
    },
    "status": {
      "type": "int32",
      "example": 42
    },
    "scimType": {
      "type": "string",
      "example": "User"
    },
    "schemas": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}