Forgejo · Schema

IssueConfigValidation

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
message string
valid boolean
View JSON Schema on GitHub

JSON Schema

issueconfigvalidation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IssueConfigValidation",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "x-go-name": "Message"
    },
    "valid": {
      "type": "boolean",
      "x-go-name": "Valid"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}