GitHub · Schema

ldap-mapping-team

ldap-mapping-team from GitHub API

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
ldap_dn string
id integer
node_id string
url string
html_url string
name string
slug string
description string
privacy string
permission string
members_url string
repositories_url string
parent object
View JSON Schema on GitHub

JSON Schema

github-teams-ldap-mapping-team-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-teams-ldap-mapping-team-schema.json",
  "title": "ldap-mapping-team",
  "description": "ldap-mapping-team from GitHub API",
  "type": "object",
  "properties": {
    "ldap_dn": {
      "type": "string",
      "example": "example_value"
    },
    "id": {
      "type": "integer",
      "example": 42
    },
    "node_id": {
      "type": "string",
      "example": "12345678"
    },
    "url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "html_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "name": {
      "type": "string",
      "example": "octocat"
    },
    "slug": {
      "type": "string",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "example": "This is an example repository"
    },
    "privacy": {
      "type": "string",
      "example": "example_value"
    },
    "permission": {
      "type": "string",
      "example": "example_value"
    },
    "members_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "repositories_url": {
      "type": "string",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "parent": {
      "nullable": true,
      "example": "example_value"
    }
  }
}