Forgejo · Schema

IssueDeadline

IssueDeadline represents an issue deadline

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
due_date string
View JSON Schema on GitHub

JSON Schema

issuedeadline.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IssueDeadline",
  "description": "IssueDeadline represents an issue deadline",
  "type": "object",
  "properties": {
    "due_date": {
      "type": "string",
      "format": "date-time",
      "x-go-name": "Deadline"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}