{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-repo-actions-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" ] }