GitHub · Schema

api-overview

Api Overview

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
verifiable_password_authentication boolean
packages array
dependabot array
domains object
installed_version string
View JSON Schema on GitHub

JSON Schema

github-meta-api-overview-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-meta-api-overview-schema.json",
  "title": "api-overview",
  "description": "Api Overview",
  "type": "object",
  "properties": {
    "verifiable_password_authentication": {
      "type": "boolean",
      "example": true
    },
    "packages": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "192.0.2.1"
      ]
    },
    "dependabot": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "192.0.2.1"
      ]
    },
    "domains": {
      "type": "object",
      "properties": {
        "website": {
          "type": "array",
          "items": {
            "type": "string",
            "example": [
              "example.com"
            ]
          }
        },
        "codespaces": {
          "type": "array",
          "items": {
            "type": "string",
            "example": [
              "example.com"
            ]
          }
        },
        "copilot": {
          "type": "array",
          "items": {
            "type": "string",
            "example": [
              "example.com"
            ]
          }
        },
        "packages": {
          "type": "array",
          "items": {
            "type": "string",
            "example": [
              "example.com"
            ]
          }
        },
        "actions": {
          "type": "array",
          "items": {
            "type": "string",
            "example": [
              "example.com"
            ]
          }
        }
      }
    },
    "installed_version": {
      "type": "string",
      "example": "3.9.0"
    }
  },
  "required": [
    "verifiable_password_authentication"
  ]
}