Forgejo · Schema

FileDeleteResponse

FileDeleteResponse contains information about a repo's file that was deleted

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
commit object
content object
verification object
View JSON Schema on GitHub

JSON Schema

filedeleteresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FileDeleteResponse",
  "description": "FileDeleteResponse contains information about a repo's file that was deleted",
  "type": "object",
  "properties": {
    "commit": {
      "$ref": "#/definitions/FileCommitResponse"
    },
    "content": {
      "x-go-name": "Content"
    },
    "verification": {
      "$ref": "#/definitions/PayloadCommitVerification"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}