Forgejo · Schema

LicenseTemplateInfo

LicensesInfo contains information about a License

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
body string
implementation string
key string
name string
url string
View JSON Schema on GitHub

JSON Schema

licensetemplateinfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LicenseTemplateInfo",
  "description": "LicensesInfo contains information about a License",
  "type": "object",
  "properties": {
    "body": {
      "type": "string",
      "x-go-name": "Body"
    },
    "implementation": {
      "type": "string",
      "x-go-name": "Implementation"
    },
    "key": {
      "type": "string",
      "x-go-name": "Key"
    },
    "name": {
      "type": "string",
      "x-go-name": "Name"
    },
    "url": {
      "type": "string",
      "x-go-name": "URL"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}