Forgejo · Schema

SubmitPullReviewOptions

SubmitPullReviewOptions are options to submit a pending pull review

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
body string
event object
View JSON Schema on GitHub

JSON Schema

submitpullreviewoptions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SubmitPullReviewOptions",
  "description": "SubmitPullReviewOptions are options to submit a pending pull review",
  "type": "object",
  "properties": {
    "body": {
      "type": "string",
      "x-go-name": "Body"
    },
    "event": {
      "$ref": "#/definitions/ReviewStateType"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}