{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ldap-mapping-team", "title": "ldap-mapping-team", "type": "object", "properties": { "ldap_dn": { "type": "string" }, "id": { "type": "integer" }, "node_id": { "type": "string" }, "url": { "type": "string" }, "html_url": { "type": "string" }, "name": { "type": "string" }, "slug": { "type": "string" }, "description": { "type": "string", "nullable": true }, "privacy": { "type": "string" }, "permission": { "type": "string" }, "members_url": { "type": "string" }, "repositories_url": { "type": "string" }, "parent": { "nullable": true } } }