Fatcat · Schema

Editgroup

An editgroup is a collection of edits to Fatcat entities proposed by an editor for review and acceptance.

ScholarlyResearchAcademicOpen AccessBibliographicPublicationsMetadataInternet Archive

Properties

Name Type Description
editgroup_id string Fatcat identifier for this editgroup. Assigned on creation.
editor_id string Fatcat identifier of editor that created this editgroup.
changelog_index integer For accepted/merged editgroups, the changelog index that the accept occurred at.
created string Timestamp when this editgroup was first created.
submitted string Timestamp when this editgroup was most recently submitted for review.
description string Comment describing the changes in this editgroup.
extra object Free-form JSON metadata attached to this editgroup.
edits object Collections of edits grouped by entity type.
View JSON Schema on GitHub

JSON Schema

editgroup.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://fatcat.wiki/schema/editgroup",
  "title": "Editgroup",
  "description": "An editgroup is a collection of edits to Fatcat entities proposed by an editor for review and acceptance.",
  "type": "object",
  "properties": {
    "editgroup_id": {
      "type": "string",
      "description": "Fatcat identifier for this editgroup. Assigned on creation.",
      "example": "q3nouwy3nnbsvo3h5klxsx4a7y"
    },
    "editor_id": {
      "type": "string",
      "description": "Fatcat identifier of editor that created this editgroup.",
      "example": "q3nouwy3nnbsvo3h5klxsx4a7y"
    },
    "changelog_index": {
      "type": "integer",
      "example": 1048576,
      "description": "For accepted/merged editgroups, the changelog index that the accept occurred at."
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when this editgroup was first created."
    },
    "submitted": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when this editgroup was most recently submitted for review."
    },
    "description": {
      "type": "string",
      "description": "Comment describing the changes in this editgroup."
    },
    "extra": {
      "type": "object",
      "additionalProperties": {},
      "description": "Free-form JSON metadata attached to this editgroup."
    },
    "edits": {
      "type": "object",
      "description": "Collections of edits grouped by entity type.",
      "properties": {
        "containers": {
          "type": "array",
          "items": { "$ref": "#/definitions/entity_edit" }
        },
        "creators": {
          "type": "array",
          "items": { "$ref": "#/definitions/entity_edit" }
        },
        "files": {
          "type": "array",
          "items": { "$ref": "#/definitions/entity_edit" }
        },
        "filesets": {
          "type": "array",
          "items": { "$ref": "#/definitions/entity_edit" }
        },
        "webcaptures": {
          "type": "array",
          "items": { "$ref": "#/definitions/entity_edit" }
        },
        "releases": {
          "type": "array",
          "items": { "$ref": "#/definitions/entity_edit" }
        },
        "works": {
          "type": "array",
          "items": { "$ref": "#/definitions/entity_edit" }
        }
      }
    }
  },
  "definitions": {
    "entity_edit": {
      "type": "object",
      "required": ["edit_id", "ident", "editgroup_id"],
      "properties": {
        "edit_id": {
          "type": "string",
          "format": "uuid",
          "description": "Unique UUID for this specific edit object."
        },
        "ident": {
          "type": "string",
          "description": "Fatcat identifier of the entity this edit is mutating."
        },
        "revision": {
          "type": "string",
          "format": "uuid",
          "description": "Entity revision that this edit will set the entity to."
        },
        "prev_revision": {
          "type": "string",
          "format": "uuid",
          "description": "Revision of entity just before this edit."
        },
        "redirect_ident": {
          "type": "string",
          "description": "Target entity identifier for redirect/merge edits."
        },
        "editgroup_id": {
          "type": "string",
          "description": "Editgroup identifier that this edit is part of."
        },
        "extra": {
          "type": "object",
          "additionalProperties": {}
        }
      }
    }
  }
}

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/editgroup"
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.