Forgejo · Schema

Issue

Issue represents an issue in a repository

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen-SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
assets array
assignee object
assignees array
body string
closed_at string
comments integer
created_at string
due_date string
html_url string
id integer
is_locked boolean
labels array
milestone object
number integer
original_author string
original_author_id integer
pin_order integer
pull_request object
ref string
repository object
state object
title string
updated_at string
url string
user object
View JSON Schema on GitHub

JSON Schema

issue.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Issue",
  "description": "Issue represents an issue in a repository",
  "type": "object",
  "properties": {
    "assets": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Attachment"
      },
      "x-go-name": "Attachments"
    },
    "assignee": {
      "$ref": "#/definitions/User"
    },
    "assignees": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/User"
      },
      "x-go-name": "Assignees"
    },
    "body": {
      "type": "string",
      "x-go-name": "Body"
    },
    "closed_at": {
      "type": "string",
      "format": "date-time",
      "x-go-name": "Closed"
    },
    "comments": {
      "type": "integer",
      "format": "int64",
      "x-go-name": "Comments"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "x-go-name": "Created"
    },
    "due_date": {
      "type": "string",
      "format": "date-time",
      "x-go-name": "Deadline"
    },
    "html_url": {
      "type": "string",
      "x-go-name": "HTMLURL"
    },
    "id": {
      "type": "integer",
      "format": "int64",
      "x-go-name": "ID"
    },
    "is_locked": {
      "type": "boolean",
      "x-go-name": "IsLocked"
    },
    "labels": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Label"
      },
      "x-go-name": "Labels"
    },
    "milestone": {
      "$ref": "#/definitions/Milestone"
    },
    "number": {
      "type": "integer",
      "format": "int64",
      "x-go-name": "Index"
    },
    "original_author": {
      "type": "string",
      "x-go-name": "OriginalAuthor"
    },
    "original_author_id": {
      "type": "integer",
      "format": "int64",
      "x-go-name": "OriginalAuthorID"
    },
    "pin_order": {
      "type": "integer",
      "format": "int64",
      "x-go-name": "PinOrder"
    },
    "pull_request": {
      "$ref": "#/definitions/PullRequestMeta"
    },
    "ref": {
      "type": "string",
      "x-go-name": "Ref"
    },
    "repository": {
      "$ref": "#/definitions/RepositoryMeta"
    },
    "state": {
      "$ref": "#/definitions/StateType"
    },
    "title": {
      "type": "string",
      "x-go-name": "Title"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "x-go-name": "Updated"
    },
    "url": {
      "type": "string",
      "x-go-name": "URL"
    },
    "user": {
      "$ref": "#/definitions/User"
    }
  },
  "x-go-package": "forgejo.org/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/issue"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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