GitHub · Schema

basic-error

Basic Error

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
message string
documentation_url string
url string
status string
View JSON Schema on GitHub

JSON Schema

github-repos-api-basic-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-schema/github-repos-api-basic-error-schema.json",
  "title": "basic-error",
  "description": "Basic Error",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "example": "Example body text"
    },
    "documentation_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "status": {
      "type": "string",
      "example": "open"
    }
  }
}