Gitea · Schema

Organization

Organization represents an organization

GitSource ControlDevOpsCI/CDCode HostingOpen-SourceSelf-HostedPackage RegistryIssue TrackingPull Requests

Properties

Name Type Description
avatar_url string The URL of the organization's avatar
description string The description of the organization
email string The email address of the organization
full_name string The full display name of the organization
id integer The unique identifier of the organization
location string The location of the organization
name string The name of the organization
repo_admin_change_team_access boolean Whether repository administrators can change team access
username string username of the organization deprecated
visibility string The visibility level of the organization (public, limited, private)
website string The website URL of the organization
View JSON Schema on GitHub

JSON Schema

gitea-rest-api-organization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gitea/main/json-schema/gitea-rest-api-organization-schema.json",
  "title": "Organization",
  "description": "Organization represents an organization",
  "type": "object",
  "properties": {
    "avatar_url": {
      "description": "The URL of the organization's avatar",
      "type": "string",
      "x-go-name": "AvatarURL"
    },
    "description": {
      "description": "The description of the organization",
      "type": "string",
      "x-go-name": "Description"
    },
    "email": {
      "description": "The email address of the organization",
      "type": "string",
      "x-go-name": "Email"
    },
    "full_name": {
      "description": "The full display name of the organization",
      "type": "string",
      "x-go-name": "FullName"
    },
    "id": {
      "description": "The unique identifier of the organization",
      "type": "integer",
      "format": "int64",
      "x-go-name": "ID"
    },
    "location": {
      "description": "The location of the organization",
      "type": "string",
      "x-go-name": "Location"
    },
    "name": {
      "description": "The name of the organization",
      "type": "string",
      "x-go-name": "Name"
    },
    "repo_admin_change_team_access": {
      "description": "Whether repository administrators can change team access",
      "type": "boolean",
      "x-go-name": "RepoAdminChangeTeamAccess"
    },
    "username": {
      "description": "username of the organization\ndeprecated",
      "type": "string",
      "x-go-name": "UserName"
    },
    "visibility": {
      "description": "The visibility level of the organization (public, limited, private)",
      "type": "string",
      "x-go-name": "Visibility"
    },
    "website": {
      "description": "The website URL of the organization",
      "type": "string",
      "x-go-name": "Website"
    }
  },
  "x-go-package": "code.gitea.io/gitea/modules/structs"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gitea-rest-api-organization"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.