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