GitHub · JSON Structure

Github Repo Issues Api Nullable License Simple Structure

License Simple

Type: object Properties: 6 Required: 5
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

nullable-license-simple is a JSON Structure definition published by GitHub, describing 6 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

key name url spdx_id node_id html_url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-repo-issues-api-nullable-license-simple-structure.json",
  "name": "nullable-license-simple",
  "description": "License Simple",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "example": "mit"
    },
    "name": {
      "type": "string",
      "example": "MIT License"
    },
    "url": {
      "type": "uri",
      "example": "https://api.github.com/licenses/mit"
    },
    "spdx_id": {
      "type": "string",
      "example": "MIT"
    },
    "node_id": {
      "type": "string",
      "example": "MDc6TGljZW5zZW1pdA=="
    },
    "html_url": {
      "type": "uri",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    }
  },
  "required": [
    "key",
    "name",
    "url",
    "spdx_id",
    "node_id"
  ]
}