diff --git a/openapi.json b/openapi.json index 329d70f..a53db53 100644 --- a/openapi.json +++ b/openapi.json @@ -280,7 +280,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "size": { "type": "number", @@ -294,7 +295,8 @@ "type": "array", "items": { "$ref": "#/components/schemas/SocketAlert" - } + }, + "description": "" }, "batchIndex": { "type": "integer", @@ -316,7 +318,8 @@ "type": "array", "items": { "$ref": "#/components/schemas/SocketBatchPURLRequest" - } + }, + "description": "" } }, "required": [ @@ -332,75 +335,123 @@ "type": "array", "items": { "$ref": "#/components/schemas/SocketBatchPURLRequest" - } + }, + "description": "" }, - "license_allow_list": { + "allow": { + "$ref": "#/components/schemas/LicenseAllowList" + }, + "warn": { "$ref": "#/components/schemas/LicenseAllowList" + }, + "license_allow_list": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "allowedApprovalSources": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "" + }, + "allowedFamilies": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "" + }, + "allowedTiers": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "" + }, + "allowedStrings": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "" + }, + "allowedPURLs": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "" + }, + "focusAlertsHere": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "required": [ + "allowedApprovalSources", + "allowedFamilies", + "allowedPURLs", + "allowedStrings", + "allowedTiers", + "focusAlertsHere" + ], + "nullable": true } }, "required": [ + "allow", "components", - "license_allow_list" + "license_allow_list", + "warn" ] }, - "LicenseAllowList": { + "LicensePolicy": { "type": "object", "additionalProperties": false, "description": "", "properties": { - "allowedApprovalSources": { - "type": "array", - "items": { - "type": "string", - "description": "", - "default": "" - } + "allow": { + "$ref": "#/components/schemas/LicenseAllowListElabbed" }, - "allowedFamilies": { - "type": "array", - "items": { - "type": "string", - "description": "", - "default": "" - } - }, - "allowedTiers": { - "type": "array", - "items": { - "type": "string", - "description": "", - "default": "" - } - }, - "allowedStrings": { - "type": "array", - "items": { - "type": "string", - "description": "", - "default": "" - } - }, - "allowedPURLs": { + "warn": { + "$ref": "#/components/schemas/LicenseAllowListElabbed" + } + }, + "required": [ + "allow", + "warn" + ] + }, + "LicenseAllowList": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "strings": { "type": "array", "items": { "type": "string", "description": "", "default": "" - } - }, - "focusAlertsHere": { - "type": "boolean", - "default": false, + }, "description": "" } }, "required": [ - "allowedApprovalSources", - "allowedFamilies", - "allowedPURLs", - "allowedStrings", - "allowedTiers", - "focusAlertsHere" + "strings" ] }, "CDXManifestSchema": { @@ -464,7 +515,8 @@ "type": "string", "description": "", "default": "Socket" - } + }, + "description": "" }, "publisher": { "type": "string", @@ -474,7 +526,8 @@ } } ] - } + }, + "description": "" } }, "required": [ @@ -497,7 +550,8 @@ "required": [ "name" ] - } + }, + "description": "" }, "supplier": { "type": "string", @@ -520,7 +574,8 @@ "required": [ "phase" ] - } + }, + "description": "" }, "component": { "$ref": "#/components/schemas/CDXComponentSchema" @@ -547,7 +602,8 @@ "name", "value" ] - } + }, + "description": "" } }, "required": [ @@ -562,7 +618,8 @@ "type": "array", "items": { "$ref": "#/components/schemas/CDXComponentSchema" - } + }, + "description": "" }, "dependencies": { "type": "array", @@ -581,13 +638,15 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" } }, "required": [ "ref" ] - } + }, + "description": "" } }, "required": [ @@ -646,7 +705,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" } }, "required": [ @@ -660,7 +720,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "packages": { "type": "array", @@ -746,7 +807,8 @@ "referenceLocator", "referenceType" ] - } + }, + "description": "" }, "checksums": { "type": "array", @@ -770,7 +832,8 @@ "algorithm", "checksumValue" ] - } + }, + "description": "" } }, "required": [ @@ -783,7 +846,8 @@ "packageFileName", "versionInfo" ] - } + }, + "description": "" }, "relationships": { "type": "array", @@ -813,7 +877,8 @@ "relationshipType", "spdxElementId" ] - } + }, + "description": "" } }, "required": [ @@ -903,7 +968,8 @@ "type": "array", "items": { "$ref": "#/components/schemas/SocketIssue" - } + }, + "description": "" }, "SocketPackageScore": { "type": "object", @@ -995,23 +1061,36 @@ "default": false, "description": "" }, + "dev": { + "type": "boolean", + "default": false, + "description": "" + }, + "dead": { + "type": "boolean", + "default": false, + "description": "" + }, "manifestFiles": { "type": "array", "items": { "$ref": "#/components/schemas/SocketManifestReference" - } + }, + "description": "" }, "topLevelAncestors": { "type": "array", "items": { "$ref": "#/components/schemas/SocketId" - } + }, + "description": "" }, "dependencies": { "type": "array", "items": { "$ref": "#/components/schemas/SocketId" - } + }, + "description": "" }, "artifact": { "allOf": [ @@ -1032,7 +1111,8 @@ } ] } - } + }, + "description": "" }, "LicenseDetails": { "type": "array", @@ -1068,7 +1148,8 @@ "provenance", "spdxDisj" ] - } + }, + "description": "" }, "SAttrib1_N": { "type": "array", @@ -1110,7 +1191,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" } }, "required": [ @@ -1119,14 +1201,16 @@ "purl", "spdxExpr" ] - } + }, + "description": "" } }, "required": [ "attribData", "attribText" ] - } + }, + "description": "" }, "SocketScore": { "type": "object", @@ -1246,6 +1330,55 @@ "purl" ] }, + "LicenseAllowListElabbed": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "strings": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "" + }, + "classes": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "" + }, + "packageURLs": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "" + }, + "disjs": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "" + } + }, + "required": [ + "classes", + "disjs", + "packageURLs", + "strings" + ] + }, "CDXComponentSchema": { "type": "object", "additionalProperties": false, @@ -1307,7 +1440,8 @@ "alg", "content" ] - } + }, + "description": "" }, "licenses": { "type": "array", @@ -1339,10 +1473,13 @@ "description": "", "default": "" } - } + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "purl": { "type": "string", @@ -1371,7 +1508,8 @@ "type", "url" ] - } + }, + "description": "" }, "type": { "type": "string", @@ -1430,7 +1568,8 @@ "technique", "value" ] - } + }, + "description": "" } }, "required": [ @@ -1455,7 +1594,8 @@ "required": [ "location" ] - } + }, + "description": "" } }, "required": [ @@ -1468,7 +1608,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "properties": { "type": "array", @@ -1492,7 +1633,8 @@ "name", "value" ] - } + }, + "description": "" }, "cryptoProperties": { "type": "array", @@ -1532,13 +1674,15 @@ "algorithmProperties", "assetType" ] - } + }, + "description": "" }, "components": { "type": "array", "items": { "$ref": "#/components/schemas/CDXComponentSchema" - } + }, + "description": "" } }, "required": [ @@ -2025,7 +2169,8 @@ "id", "name" ] - } + }, + "description": "" }, "cvss": { "type": "object", @@ -2172,7 +2317,8 @@ "id", "name" ] - } + }, + "description": "" }, "cvss": { "type": "object", @@ -2319,7 +2465,8 @@ "id", "name" ] - } + }, + "description": "" }, "cvss": { "type": "object", @@ -2466,7 +2613,8 @@ "id", "name" ] - } + }, + "description": "" }, "cvss": { "type": "object", @@ -2777,13 +2925,24 @@ "type": "object", "description": "", "default": null - } + }, + "description": "" + }, + "warnData": { + "type": "array", + "items": { + "type": "object", + "description": "", + "default": null + }, + "description": "" } }, "required": [ "licenseScanResult", "spdxDisj", - "violationData" + "violationData", + "warnData" ] }, "usage": { @@ -5565,7 +5724,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "deprecated": { "type": "boolean", @@ -5578,7 +5738,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "replacementPURL": { "type": "string", @@ -6430,16 +6591,7 @@ "type": "object", "additionalProperties": false, "description": "", - "properties": { - "source": { - "type": "string", - "description": "", - "default": "" - } - }, - "required": [ - "source" - ] + "properties": {} }, "usage": { "$ref": "#/components/schemas/SocketUsageRef" @@ -7023,7 +7175,8 @@ "additionalProperties": { "$ref": "#/components/schemas/SocketMetricComponent" }, - "properties": {} + "properties": {}, + "description": "" }, "limit": { "type": "number", @@ -7181,7 +7334,8 @@ "type": "array", "items": { "$ref": "#/components/schemas/SocketRef" - } + }, + "description": "" }, "SocketRefFile": { "type": "object", @@ -7626,7 +7780,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" } }, "required": [ @@ -7635,7 +7790,8 @@ "spdxAtomOrExtraData", "violationExplanation" ] - } + }, + "description": "" } } }, @@ -7674,7 +7830,83 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LicenseAllowList" + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "allow": { + "$ref": "#/components/schemas/LicenseAllowList" + }, + "warn": { + "$ref": "#/components/schemas/LicenseAllowList" + }, + "allowedApprovalSources": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "", + "nullable": true + }, + "allowedFamilies": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "", + "nullable": true + }, + "allowedTiers": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "", + "nullable": true + }, + "allowedStrings": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "", + "nullable": true + }, + "allowedPURLs": { + "type": "array", + "items": { + "type": "string", + "description": "", + "default": "" + }, + "description": "", + "nullable": true + }, + "focusAlertsHere": { + "type": "boolean", + "default": false, + "description": "", + "nullable": true + } + }, + "required": [ + "allow", + "allowedApprovalSources", + "allowedFamilies", + "allowedPURLs", + "allowedStrings", + "allowedTiers", + "focusAlertsHere", + "warn" + ] } } }, @@ -7693,7 +7925,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LicenseAllowList" + "$ref": "#/components/schemas/LicensePolicy" } } }, @@ -7905,8 +8137,10 @@ "description": "", "default": "" } - } - } + }, + "description": "" + }, + "description": "" }, "nextPage": { "type": "string", @@ -8312,7 +8546,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "repo": { "type": "string", @@ -8344,8 +8579,10 @@ "description": "", "default": "" } - } - } + }, + "description": "" + }, + "description": "" }, "nextPage": { "type": "integer", @@ -8521,7 +8758,8 @@ "format": "binary", "description": "" }, - "properties": {} + "properties": {}, + "description": "" } } }, @@ -8579,7 +8817,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "repo": { "type": "string", @@ -8611,7 +8850,8 @@ "description": "", "default": "" } - } + }, + "description": "" } } }, @@ -8855,7 +9095,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "repo": { "type": "string", @@ -8887,7 +9128,8 @@ "description": "", "default": "" } - } + }, + "description": "" } } }, @@ -9009,7 +9251,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "organization_id": { "type": "string", @@ -9072,7 +9315,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "organization_id": { "type": "string", @@ -9123,9 +9367,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "head": { "type": "object", @@ -9143,9 +9389,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "id": { "type": "string", @@ -9364,7 +9612,8 @@ "key", "type" ] - } + }, + "description": "" }, "licenseDetails": { "type": "array", @@ -9378,7 +9627,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "charEnd": { "type": "integer", @@ -9428,12 +9678,17 @@ "description": "", "default": "" } - } - } - } + }, + "description": "" + }, + "description": "" + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "licenseAttrib": { "type": "array", @@ -9471,7 +9726,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "spdxExpr": { "type": "string", @@ -9486,17 +9742,21 @@ "purl", "spdxExpr" ] - } + }, + "description": "" } }, "required": [ "attribData", "attribText" ] - } + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "removed": { "type": "array", @@ -9525,9 +9785,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "head": { "type": "object", @@ -9545,9 +9807,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "id": { "type": "string", @@ -9766,7 +10030,8 @@ "key", "type" ] - } + }, + "description": "" }, "licenseDetails": { "type": "array", @@ -9780,7 +10045,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "charEnd": { "type": "integer", @@ -9830,12 +10096,17 @@ "description": "", "default": "" } - } - } - } + }, + "description": "" + }, + "description": "" + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "licenseAttrib": { "type": "array", @@ -9873,7 +10144,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "spdxExpr": { "type": "string", @@ -9888,17 +10160,21 @@ "purl", "spdxExpr" ] - } + }, + "description": "" } }, "required": [ "attribData", "attribText" ] - } + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "unchanged": { "type": "array", @@ -9927,9 +10203,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "head": { "type": "object", @@ -9947,9 +10225,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "id": { "type": "string", @@ -10168,7 +10448,8 @@ "key", "type" ] - } + }, + "description": "" }, "licenseDetails": { "type": "array", @@ -10182,7 +10463,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "charEnd": { "type": "integer", @@ -10232,12 +10514,17 @@ "description": "", "default": "" } - } - } - } + }, + "description": "" + }, + "description": "" + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "licenseAttrib": { "type": "array", @@ -10275,7 +10562,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "spdxExpr": { "type": "string", @@ -10290,17 +10578,21 @@ "purl", "spdxExpr" ] - } + }, + "description": "" } }, "required": [ "attribData", "attribText" ] - } + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "replaced": { "type": "array", @@ -10329,9 +10621,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "head": { "type": "object", @@ -10349,9 +10643,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "id": { "type": "string", @@ -10570,7 +10866,8 @@ "key", "type" ] - } + }, + "description": "" }, "licenseDetails": { "type": "array", @@ -10584,7 +10881,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "charEnd": { "type": "integer", @@ -10634,12 +10932,17 @@ "description": "", "default": "" } - } - } - } + }, + "description": "" + }, + "description": "" + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "licenseAttrib": { "type": "array", @@ -10677,7 +10980,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "spdxExpr": { "type": "string", @@ -10692,17 +10996,21 @@ "purl", "spdxExpr" ] - } + }, + "description": "" } }, "required": [ "attribData", "attribText" ] - } + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "updated": { "type": "array", @@ -10731,9 +11039,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "head": { "type": "object", @@ -10751,9 +11061,11 @@ "description": "", "default": "" }, + "description": "", "nullable": true } - } + }, + "description": "" }, "id": { "type": "string", @@ -10972,7 +11284,8 @@ "key", "type" ] - } + }, + "description": "" }, "licenseDetails": { "type": "array", @@ -10986,7 +11299,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "charEnd": { "type": "integer", @@ -11036,12 +11350,17 @@ "description": "", "default": "" } - } - } - } + }, + "description": "" + }, + "description": "" + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" }, "licenseAttrib": { "type": "array", @@ -11079,7 +11398,8 @@ "type": "string", "description": "", "default": "" - } + }, + "description": "" }, "spdxExpr": { "type": "string", @@ -11094,17 +11414,21 @@ "purl", "spdxExpr" ] - } + }, + "description": "" } }, "required": [ "attribData", "attribText" ] - } + }, + "description": "" } - } - } + }, + "description": "" + }, + "description": "" } }, "required": [ @@ -11300,8 +11624,10 @@ "description": "The default branch of the repository", "default": "main" } - } - } + }, + "description": "" + }, + "description": "" }, "nextPage": { "type": "integer", @@ -11394,7 +11720,8 @@ "description": "The default branch of the repository", "default": "main" } - } + }, + "description": "" } } }, @@ -11475,7 +11802,8 @@ "description": "The default branch of the repository", "default": "main" } - } + }, + "description": "" } } }, @@ -11602,7 +11930,8 @@ "description": "The default branch of the repository", "default": "main" } - } + }, + "description": "" } } }, @@ -11693,7 +12022,8 @@ "description": "The default branch of the repository", "default": "main" } - } + }, + "description": "" } } }, @@ -11774,7 +12104,8 @@ "description": "The default branch of the repository", "default": "main" } - } + }, + "description": "" } } }, @@ -11995,8 +12326,10 @@ "description": "The triage state of the alert", "default": "inherit" } - } - } + }, + "description": "" + }, + "description": "" }, "nextPage": { "type": "integer", @@ -12083,8 +12416,10 @@ ], "description": "The triage state of the alert" } - } - } + }, + "description": "" + }, + "description": "" } }, "required": [ @@ -12145,15 +12480,13 @@ "x-readme": {} } }, - "/orgs/{org_slug}/settings/integrations/{integration_id}/events": { - "get": { + "/orgs/{org_slug}/api-tokens": { + "post": { "tags": [ - "Organizations", - "Integrations", - "Events" + "API Tokens" ], - "summary": "Get integration events", - "operationId": "getIntegrationEvents", + "summary": "Create API Token", + "operationId": "postAPIToken", "parameters": [ { "name": "org_slug", @@ -12163,133 +12496,618 @@ "schema": { "type": "string" } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "token": { + "type": "string", + "description": "", + "default": "" + }, + "name": { + "type": "string", + "description": "Name for the API Token", + "default": "api token" + }, + "scopes": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "report", + "report:list", + "report:read", + "report:write", + "repo", + "repo:list", + "repo:create", + "repo:update", + "repo:delete", + "full-scans", + "full-scans:list", + "full-scans:create", + "full-scans:delete", + "packages", + "packages:list", + "audit-log", + "audit-log:list", + "integration", + "integration:list", + "integration:create", + "integration:update", + "integration:delete", + "threat-feed", + "threat-feed:list", + "security-policy", + "security-policy:update", + "security-policy:read", + "license-policy", + "license-policy:update", + "license-policy:read", + "triage", + "triage:alerts-list", + "triage:alerts-update", + "api-tokens", + "api-tokens:create", + "api-tokens:update", + "api-tokens:revoke", + "api-tokens:rotate", + "api-tokens:list" + ], + "description": "", + "default": "" + }, + "description": "" + }, + "max_quota": { + "type": "integer", + "description": "", + "default": 1000 + }, + "visibility": { + "type": "string", + "enum": [ + "admin", + "organization" + ], + "description": "", + "default": "organization" + }, + "committer": { + "type": "object", + "additionalProperties": false, + "properties": { + "email": { + "type": "string", + "description": "", + "default": "" + }, + "provider": { + "type": "string", + "enum": [ + "api", + "azure", + "bitbucket", + "github", + "gitlab" + ], + "description": "", + "default": "api" + }, + "providerLoginName": { + "type": "string", + "description": "", + "default": "" + }, + "providerUserId": { + "type": "string", + "description": "", + "default": "" + } + }, + "description": "" + } + }, + "required": [ + "committer", + "max_quota", + "name", + "scopes", + "token", + "visibility" + ] + } + } }, + "description": "The settings to create the api token with.", + "required": false + }, + "security": [ { - "name": "integration_id", + "basicAuth": [ + "api-tokens:create" + ] + } + ], + "description": "Create an API Token. The API Token created must use a subset of permissions the API token creating them.\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:create", + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "token": { + "type": "string", + "description": "", + "default": "" + } + }, + "required": [ + "token" + ] + } + } + }, + "description": "The newly created api token." + }, + "401": { + "$ref": "#/components/responses/SocketUnauthorized" + }, + "403": { + "$ref": "#/components/responses/SocketForbidden" + }, + "429": { + "$ref": "#/components/responses/SocketTooManyRequestsResponse" + } + }, + "x-readme": {} + }, + "get": { + "tags": [ + "API Tokens" + ], + "summary": "List API Tokens", + "operationId": "getAPITokens", + "parameters": [ + { + "name": "org_slug", "in": "path", "required": true, - "description": "The id of the integration", + "description": "The slug of the organization", "schema": { "type": "string" } + }, + { + "name": "sort", + "in": "query", + "required": false, + "description": "Specify Sort order.", + "schema": { + "type": "string", + "enum": [ + "created_at" + ], + "default": "created_at" + } + }, + { + "name": "direction", + "in": "query", + "required": false, + "description": "Specify sort direction.", + "schema": { + "type": "string", + "enum": [ + "asc", + "desc" + ], + "default": "desc" + } + }, + { + "name": "per_page", + "in": "query", + "required": false, + "description": "Specify the maximum number of results to return per page.", + "schema": { + "type": "integer", + "minimum": 1, + "maximum": 100, + "default": 30 + } + }, + { + "name": "page", + "in": "query", + "required": false, + "description": "The token specifying which page to return.", + "schema": { + "type": "integer", + "minimum": 1, + "default": 1 + } } ], "security": [ { "basicAuth": [ - "integration:list" + "api-tokens:list" ] } ], - "description": "Retrieve events for integration.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- integration:list", + "description": "List all API Tokens.\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:list", "responses": { "200": { "content": { "application/json": { "schema": { - "type": "array", - "items": { - "type": "object", - "additionalProperties": false, - "description": "", - "properties": { - "id": { - "type": "string", - "description": "", - "default": "" - }, - "integration_id": { - "type": "string", - "description": "", - "default": "" - }, - "type": { - "type": "string", - "description": "", - "default": "" - }, - "payload": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "tokens": { + "type": "array", + "items": { "type": "object", "additionalProperties": false, "description": "", - "properties": {} - }, - "status_code": { - "type": "integer", - "description": "", - "default": 0 + "properties": { + "token": { + "type": "string", + "description": "", + "default": "" + }, + "name": { + "type": "string", + "description": "Name for the API Token", + "default": "api token" + }, + "scopes": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "report", + "report:list", + "report:read", + "report:write", + "repo", + "repo:list", + "repo:create", + "repo:update", + "repo:delete", + "full-scans", + "full-scans:list", + "full-scans:create", + "full-scans:delete", + "packages", + "packages:list", + "audit-log", + "audit-log:list", + "integration", + "integration:list", + "integration:create", + "integration:update", + "integration:delete", + "threat-feed", + "threat-feed:list", + "security-policy", + "security-policy:update", + "security-policy:read", + "license-policy", + "license-policy:update", + "license-policy:read", + "triage", + "triage:alerts-list", + "triage:alerts-update", + "api-tokens", + "api-tokens:create", + "api-tokens:update", + "api-tokens:revoke", + "api-tokens:rotate", + "api-tokens:list" + ], + "description": "", + "default": "" + }, + "description": "" + }, + "max_quota": { + "type": "integer", + "description": "", + "default": 1000 + }, + "visibility": { + "type": "string", + "enum": [ + "admin", + "organization" + ], + "description": "", + "default": "organization" + }, + "last_used_at": { + "type": "string", + "description": "", + "default": "", + "format": "date" + }, + "created_at": { + "type": "string", + "description": "", + "default": "", + "format": "date" + }, + "committers": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": false, + "properties": { + "email": { + "type": "string", + "description": "", + "default": "" + }, + "provider": { + "type": "string", + "enum": [ + "api", + "azure", + "bitbucket", + "github", + "gitlab" + ], + "description": "", + "default": "api" + }, + "providerLoginName": { + "type": "string", + "description": "", + "default": "" + }, + "providerUserId": { + "type": "string", + "description": "", + "default": "" + } + }, + "description": "" + }, + "description": "" + } + }, + "required": [ + "committers", + "created_at", + "last_used_at", + "max_quota", + "name", + "scopes", + "token", + "visibility" + ] }, - "error": { + "description": "" + }, + "nextPage": { + "type": "integer", + "description": "", + "default": 0 + } + }, + "required": [ + "nextPage", + "tokens" + ] + } + } + }, + "description": "The paginated array of API tokens for the organization, and related metadata." + }, + "401": { + "$ref": "#/components/responses/SocketUnauthorized" + }, + "403": { + "$ref": "#/components/responses/SocketForbidden" + }, + "429": { + "$ref": "#/components/responses/SocketTooManyRequestsResponse" + } + }, + "x-readme": {} + } + }, + "/orgs/{org_slug}/api-tokens/update": { + "post": { + "tags": [ + "API Tokens" + ], + "summary": "Update API Token", + "operationId": "postAPITokenUpdate", + "parameters": [ + { + "name": "org_slug", + "in": "path", + "required": true, + "description": "The slug of the organization", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "token": { + "type": "string", + "description": "", + "default": "" + }, + "name": { + "type": "string", + "description": "Name for the API Token", + "default": "api token" + }, + "scopes": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "report", + "report:list", + "report:read", + "report:write", + "repo", + "repo:list", + "repo:create", + "repo:update", + "repo:delete", + "full-scans", + "full-scans:list", + "full-scans:create", + "full-scans:delete", + "packages", + "packages:list", + "audit-log", + "audit-log:list", + "integration", + "integration:list", + "integration:create", + "integration:update", + "integration:delete", + "threat-feed", + "threat-feed:list", + "security-policy", + "security-policy:update", + "security-policy:read", + "license-policy", + "license-policy:update", + "license-policy:read", + "triage", + "triage:alerts-list", + "triage:alerts-update", + "api-tokens", + "api-tokens:create", + "api-tokens:update", + "api-tokens:revoke", + "api-tokens:rotate", + "api-tokens:list" + ], + "description": "", + "default": "" + }, + "description": "" + }, + "max_quota": { + "type": "integer", + "description": "", + "default": 1000 + }, + "visibility": { + "type": "string", + "enum": [ + "admin", + "organization" + ], + "description": "", + "default": "organization" + }, + "committer": { + "type": "object", + "additionalProperties": false, + "properties": { + "email": { "type": "string", "description": "", "default": "" }, - "sent_at": { + "provider": { "type": "string", + "enum": [ + "api", + "azure", + "bitbucket", + "github", + "gitlab" + ], "description": "", - "default": "" - }, - "retry_info": { - "type": "array", - "items": { - "type": "object", - "additionalProperties": false, - "description": "", - "properties": { - "status_code": { - "type": "integer", - "description": "", - "default": 0 - }, - "error": { - "type": "string", - "description": "", - "default": "" - }, - "sent_at": { - "type": "string", - "description": "", - "default": "" - } - }, - "required": [ - "error", - "sent_at", - "status_code" - ] - } + "default": "api" }, - "created_at": { + "providerLoginName": { "type": "string", "description": "", "default": "" }, - "updated_at": { + "providerUserId": { "type": "string", "description": "", "default": "" } }, - "required": [ - "created_at", - "error", - "id", - "integration_id", - "payload", - "retry_info", - "sent_at", - "status_code", - "type", - "updated_at" - ] + "description": "" } + }, + "required": [ + "committer", + "max_quota", + "name", + "scopes", + "token", + "visibility" + ] + } + } + }, + "description": "The token and properties to update on the token.", + "required": false + }, + "security": [ + { + "basicAuth": [ + "api-tokens:create" + ] + } + ], + "description": "Update an API Token. The API Token created must use a subset of permissions the API token creating them.\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:create", + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "token": { + "type": "string", + "description": "", + "default": "" + } + }, + "required": [ + "token" + ] } } }, - "description": "Lists events for the specified integration. The authenticated user must be a member of the organization." - }, - "400": { - "$ref": "#/components/responses/SocketBadRequest" + "description": "The updated token." }, "401": { "$ref": "#/components/responses/SocketUnauthorized" @@ -12297,9 +13115,6 @@ "403": { "$ref": "#/components/responses/SocketForbidden" }, - "404": { - "$ref": "#/components/responses/SocketNotFoundResponse" - }, "429": { "$ref": "#/components/responses/SocketTooManyRequestsResponse" } @@ -12307,13 +13122,13 @@ "x-readme": {} } }, - "/orgs/{org_slug}/settings/security-policy": { - "get": { + "/orgs/{org_slug}/api-tokens/rotate": { + "post": { "tags": [ - "Settings" + "API Tokens" ], - "summary": "Get Organization Security Policy", - "operationId": "getOrgSecurityPolicy", + "summary": "Rotate API Token", + "operationId": "postAPITokensRotate", "parameters": [ { "name": "org_slug", @@ -12323,26 +13138,39 @@ "schema": { "type": "string" } - }, - { - "name": "custom_rules_only", - "in": "query", - "required": false, - "description": "Return only customized security policy rules.", - "schema": { - "type": "boolean", - "default": false - } } ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "token": { + "type": "string", + "description": "", + "default": "" + } + }, + "required": [ + "token" + ] + } + } + }, + "description": "The API Token to rotate", + "required": false + }, "security": [ { "basicAuth": [ - "security-policy:read" + "api-tokens:rotate" ] } ], - "description": "Retrieve the security policy of an organization.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- security-policy:read", + "description": "Rotate an API Token\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:rotate", "responses": { "200": { "content": { @@ -12350,32 +13178,354 @@ "schema": { "type": "object", "additionalProperties": false, + "description": "", "properties": { - "securityPolicyRules": { - "type": "object", - "additionalProperties": false, - "properties": { - "gptSecurity": { - "type": "object", - "additionalProperties": false, - "description": "", - "properties": { - "action": { - "type": "string", - "enum": [ - "defer", - "error", - "warn", - "monitor", - "ignore" - ], - "description": "The action to take for gptSecurity issues." - } - }, - "required": [ - "action" - ] - }, + "token": { + "type": "string", + "description": "", + "default": "" + } + }, + "required": [ + "token" + ] + } + } + }, + "description": "The replacement API Token" + }, + "401": { + "$ref": "#/components/responses/SocketUnauthorized" + }, + "403": { + "$ref": "#/components/responses/SocketForbidden" + }, + "429": { + "$ref": "#/components/responses/SocketTooManyRequestsResponse" + } + }, + "x-readme": {} + } + }, + "/orgs/{org_slug}/api-tokens/revoke": { + "post": { + "tags": [ + "API Tokens" + ], + "summary": "Revoke API Token", + "operationId": "postAPITokensRevoke", + "parameters": [ + { + "name": "org_slug", + "in": "path", + "required": true, + "description": "The slug of the organization", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "token": { + "type": "string", + "description": "", + "default": "" + } + }, + "required": [ + "token" + ] + } + } + }, + "description": "The token to revoke.", + "required": false + }, + "security": [ + { + "basicAuth": [ + "api-tokens:revoke" + ] + } + ], + "description": "Revoke an API Token\n\nThis endpoint consumes 10 units of your quota.\n\nThis endpoint requires the following org token scopes:\n- api-tokens:revoke", + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "status": { + "type": "string", + "description": "", + "default": "revoked", + "format": "The status of the token" + } + }, + "required": [ + "status" + ] + } + } + }, + "description": "Response body" + }, + "401": { + "$ref": "#/components/responses/SocketUnauthorized" + }, + "403": { + "$ref": "#/components/responses/SocketForbidden" + }, + "429": { + "$ref": "#/components/responses/SocketTooManyRequestsResponse" + } + }, + "x-readme": {} + } + }, + "/orgs/{org_slug}/settings/integrations/{integration_id}/events": { + "get": { + "tags": [ + "Organizations", + "Integrations", + "Events" + ], + "summary": "Get integration events", + "operationId": "getIntegrationEvents", + "parameters": [ + { + "name": "org_slug", + "in": "path", + "required": true, + "description": "The slug of the organization", + "schema": { + "type": "string" + } + }, + { + "name": "integration_id", + "in": "path", + "required": true, + "description": "The id of the integration", + "schema": { + "type": "string" + } + } + ], + "security": [ + { + "basicAuth": [ + "integration:list" + ] + } + ], + "description": "Retrieve events for integration.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- integration:list", + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "id": { + "type": "string", + "description": "", + "default": "" + }, + "integration_id": { + "type": "string", + "description": "", + "default": "" + }, + "type": { + "type": "string", + "description": "", + "default": "" + }, + "payload": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": {} + }, + "status_code": { + "type": "integer", + "description": "", + "default": 0 + }, + "error": { + "type": "string", + "description": "", + "default": "" + }, + "sent_at": { + "type": "string", + "description": "", + "default": "" + }, + "retry_info": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "status_code": { + "type": "integer", + "description": "", + "default": 0 + }, + "error": { + "type": "string", + "description": "", + "default": "" + }, + "sent_at": { + "type": "string", + "description": "", + "default": "" + } + }, + "required": [ + "error", + "sent_at", + "status_code" + ] + }, + "description": "" + }, + "created_at": { + "type": "string", + "description": "", + "default": "" + }, + "updated_at": { + "type": "string", + "description": "", + "default": "" + } + }, + "required": [ + "created_at", + "error", + "id", + "integration_id", + "payload", + "retry_info", + "sent_at", + "status_code", + "type", + "updated_at" + ] + }, + "description": "" + } + } + }, + "description": "Lists events for the specified integration. The authenticated user must be a member of the organization." + }, + "400": { + "$ref": "#/components/responses/SocketBadRequest" + }, + "401": { + "$ref": "#/components/responses/SocketUnauthorized" + }, + "403": { + "$ref": "#/components/responses/SocketForbidden" + }, + "404": { + "$ref": "#/components/responses/SocketNotFoundResponse" + }, + "429": { + "$ref": "#/components/responses/SocketTooManyRequestsResponse" + } + }, + "x-readme": {} + } + }, + "/orgs/{org_slug}/settings/security-policy": { + "get": { + "tags": [ + "Settings" + ], + "summary": "Get Organization Security Policy", + "operationId": "getOrgSecurityPolicy", + "parameters": [ + { + "name": "org_slug", + "in": "path", + "required": true, + "description": "The slug of the organization", + "schema": { + "type": "string" + } + }, + { + "name": "custom_rules_only", + "in": "query", + "required": false, + "description": "Return only customized security policy rules.", + "schema": { + "type": "boolean", + "default": false + } + } + ], + "security": [ + { + "basicAuth": [ + "security-policy:read" + ] + } + ], + "description": "Retrieve the security policy of an organization.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- security-policy:read", + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "properties": { + "securityPolicyRules": { + "type": "object", + "additionalProperties": false, + "properties": { + "gptSecurity": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "action": { + "type": "string", + "enum": [ + "defer", + "error", + "warn", + "monitor", + "ignore" + ], + "description": "The action to take for gptSecurity issues." + } + }, + "required": [ + "action" + ] + }, "gptAnomaly": { "type": "object", "additionalProperties": false, @@ -14392,7 +15542,8 @@ "action" ] } - } + }, + "description": "" }, "securityPolicyDefault": { "type": "string", @@ -14405,7 +15556,8 @@ "description": "The default security policy for the organization", "default": "default" } - } + }, + "description": "" } } }, @@ -16514,14 +17666,16 @@ "action" ] } - } + }, + "description": "" }, "resetPolicyRules": { "type": "boolean", "default": false, "description": "Reset the policy rules to the default. When set to true, do not include any policyRules updates." } - } + }, + "description": "" } } }, @@ -18507,411 +19661,90341 @@ "properties": { "action": { "type": "string", - "enum": [ - "defer", - "error", - "warn", - "monitor", - "ignore" - ], - "description": "The action to take for homoglyphs issues." + "enum": [ + "defer", + "error", + "warn", + "monitor", + "ignore" + ], + "description": "The action to take for homoglyphs issues." + } + }, + "required": [ + "action" + ] + }, + "invisibleChars": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "action": { + "type": "string", + "enum": [ + "defer", + "error", + "warn", + "monitor", + "ignore" + ], + "description": "The action to take for invisibleChars issues." + } + }, + "required": [ + "action" + ] + }, + "suspiciousString": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "action": { + "type": "string", + "enum": [ + "defer", + "error", + "warn", + "monitor", + "ignore" + ], + "description": "The action to take for suspiciousString issues." + } + }, + "required": [ + "action" + ] + }, + "potentialVulnerability": { + "type": "object", + "additionalProperties": false, + "description": "", + "properties": { + "action": { + "type": "string", + "enum": [ + "defer", + "error", + "warn", + "monitor", + "ignore" + ], + "description": "The action to take for potentialVulnerability issues." + } + }, + "required": [ + "action" + ] + } + }, + "description": "" + }, + "securityPolicyDefault": { + "type": "string", + "enum": [ + "default", + "low", + "medium", + "high" + ], + "description": "The default security policy for the organization", + "default": "default" + } + }, + "description": "" + } + } + }, + "description": "Updated repository details" + }, + "400": { + "$ref": "#/components/responses/SocketBadRequest" + }, + "401": { + "$ref": "#/components/responses/SocketUnauthorized" + }, + "403": { + "$ref": "#/components/responses/SocketForbidden" + }, + "404": { + "$ref": "#/components/responses/SocketNotFoundResponse" + }, + "429": { + "$ref": "#/components/responses/SocketTooManyRequestsResponse" + } + }, + "x-readme": {} + } + }, + "/orgs/{org_slug}/settings/license-policy": { + "get": { + "tags": [ + "Settings" + ], + "summary": "Get Organization License Policy", + "operationId": "getOrgLicensePolicy", + "parameters": [ + { + "name": "org_slug", + "in": "path", + "required": true, + "description": "The slug of the organization", + "schema": { + "type": "string" + } + } + ], + "security": [ + { + "basicAuth": [ + "license-policy:read" + ] + } + ], + "description": "Retrieve the license policy of an organization.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- license-policy:read", + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "properties": { + "license_policy_org_id": { + "type": "string", + "description": "", + "default": "" + }, + "license_policy": { + "type": "object", + "additionalProperties": false, + "properties": { + "0BSD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "0BSD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "3D-Slicer-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "3D-Slicer-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AAL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AAL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Abstyles": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Abstyles" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AdaCore-doc": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AdaCore-doc" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Adobe-2006": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Adobe-2006" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Adobe-Display-PostScript": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Adobe-Display-PostScript" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Adobe-Glyph": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Adobe-Glyph" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Adobe-Utopia": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Adobe-Utopia" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ADSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ADSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Afmparse": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Afmparse" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-1.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-1.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-1.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-1.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-3.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-3.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-3.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-3.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Aladdin": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Aladdin" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AMD-newlib": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AMD-newlib" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AMDPLPA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AMDPLPA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AML-glslang": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AML-glslang" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AML": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AML" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AMPAS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AMPAS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ANTLR-PD-fallback": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ANTLR-PD-fallback" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ANTLR-PD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ANTLR-PD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "any-OSI": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "any-OSI" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Apache-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Apache-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Apache-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Apache-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Apache-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Apache-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APAFML": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APAFML" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "App-s2p": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "App-s2p" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APSL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APSL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APSL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APSL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APSL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APSL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Arphic-1999": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Arphic-1999" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Artistic-1.0-cl8": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Artistic-1.0-cl8" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Artistic-1.0-Perl": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Artistic-1.0-Perl" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Artistic-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Artistic-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Artistic-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Artistic-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ASWF-Digital-Assets-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ASWF-Digital-Assets-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ASWF-Digital-Assets-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ASWF-Digital-Assets-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Baekmuk": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Baekmuk" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Bahyph": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Bahyph" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Barr": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Barr" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "bcrypt-Solar-Designer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "bcrypt-Solar-Designer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Beerware": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Beerware" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-BigScience-Open-Rail-M": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-BigScience-Open-Rail-M" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-BigScience-RAIL-License-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-BigScience-RAIL-License-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Bitstream-Charter": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Bitstream-Charter" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Bitstream-Vera": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Bitstream-Vera" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BitTorrent-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BitTorrent-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BitTorrent-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BitTorrent-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "blessing": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "blessing" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BlueOak-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BlueOak-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Boehm-GC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Boehm-GC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Borceux": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Borceux" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Brian-Gladman-2-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Brian-Gladman-2-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Brian-Gladman-3-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Brian-Gladman-3-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-1-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-1-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-Darwin": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-Darwin" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-first-lines": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-first-lines" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-FreeBSD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-FreeBSD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-NetBSD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-NetBSD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-Patent": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-Patent" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-Views": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-Views" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-acpica": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-acpica" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Attribution": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Attribution" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Clear": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Clear" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-flex": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-flex" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-HP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-HP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-LBNL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-LBNL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Modification": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Modification" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-No-Military-License": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-No-Military-License" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-No-Nuclear-License-2014": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-No-Nuclear-License-2014" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-No-Nuclear-License": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-No-Nuclear-License" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-No-Nuclear-Warranty": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-No-Nuclear-Warranty" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Open-MPI": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Open-MPI" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Sun": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Sun" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4-Clause-Shortened": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4-Clause-Shortened" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4-Clause-UC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4-Clause-UC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4.3RENO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4.3RENO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4.3TAHOE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4.3TAHOE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Advertising-Acknowledgement": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Advertising-Acknowledgement" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Attribution-HPND-disclaimer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Attribution-HPND-disclaimer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Inferno-Nettverk": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Inferno-Nettverk" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Protection": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Protection" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Source-beginning-file": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Source-beginning-file" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Source-Code": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Source-Code" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Systemics-W3Works": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Systemics-W3Works" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Systemics": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Systemics" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BUSL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BUSL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "bzip2-1.0.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "bzip2-1.0.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "bzip2-1.0.6": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "bzip2-1.0.6" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "C-UDA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "C-UDA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CAL-1.0-Combined-Work-Exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CAL-1.0-Combined-Work-Exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CAL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CAL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Caldera-no-preamble": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Caldera-no-preamble" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Caldera": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Caldera" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Catharon": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Catharon" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CATOSL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CATOSL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-2.5-AU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-2.5-AU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-AT": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-AT" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-AU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-AU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-IGO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-IGO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-NL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-NL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-US": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-US" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-3.0-IGO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-3.0-IGO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.0-FR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.0-FR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.0-UK": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.0-UK" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-3.0-IGO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-3.0-IGO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-2.0-UK": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-2.0-UK" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-2.1-JP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-2.1-JP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-3.0-AT": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-3.0-AT" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-3.0-IGO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-3.0-IGO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-PDDC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-PDDC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC0-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC0-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDDL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDDL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDDL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDDL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDLA-Permissive-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDLA-Permissive-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDLA-Permissive-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDLA-Permissive-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDLA-Sharing-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDLA-Sharing-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-B": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-B" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-C": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-C" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-P-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-P-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-S-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-S-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-W-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-W-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CFITSIO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CFITSIO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "check-cvs": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "check-cvs" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "checkmk": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "checkmk" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ClArtistic": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ClArtistic" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Clips": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Clips" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CMU-Mach-nodoc": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CMU-Mach-nodoc" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CMU-Mach": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CMU-Mach" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CNRI-Jython": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CNRI-Jython" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CNRI-Python-GPL-Compatible": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CNRI-Python-GPL-Compatible" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CNRI-Python": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CNRI-Python" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "COIL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "COIL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Community-Spec-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Community-Spec-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Condor-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Condor-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "copyleft-next-0.3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "copyleft-next-0.3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "copyleft-next-0.3.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "copyleft-next-0.3.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Cornell-Lossless-JPEG": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Cornell-Lossless-JPEG" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CPAL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CPAL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CPOL-1.02": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CPOL-1.02" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-CreativeML-Open-Rail-M": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-CreativeML-Open-Rail-M" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Cronyx": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Cronyx" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Crossword": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Crossword" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CrystalStacker": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CrystalStacker" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CUA-OPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CUA-OPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Cube": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Cube" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "curl": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "curl" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "cve-tou": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "cve-tou" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "D-FSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "D-FSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DEC-3-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DEC-3-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "diffmark": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "diffmark" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DL-DE-BY-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DL-DE-BY-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DL-DE-ZERO-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DL-DE-ZERO-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DOC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DOC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Dotseqn": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Dotseqn" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DRL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DRL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DRL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DRL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DSDP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DSDP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "dtoa": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "dtoa" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "dvipdfm": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "dvipdfm" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ECL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ECL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ECL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ECL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "eCos-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "eCos-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EFL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EFL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EFL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EFL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "eGenix": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "eGenix" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Elastic-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Elastic-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Entessa": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Entessa" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EPICS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EPICS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ErlPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ErlPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "etalab-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "etalab-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EUDatagrid": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EUDatagrid" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EUPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EUPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EUPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EUPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EUPL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EUPL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Eurosym": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Eurosym" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Fair": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Fair" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FBM": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FBM" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FDK-AAC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FDK-AAC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Ferguson-Twofish": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Ferguson-Twofish" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Font-Awesome-Free-License-6.x": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Font-Awesome-Free-License-6.x" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Frameworx-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Frameworx-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FreeBSD-DOC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FreeBSD-DOC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FreeImage": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FreeImage" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFAP-no-warranty-disclaimer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFAP-no-warranty-disclaimer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFAP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFAP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFUL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFUL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFULLR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFULLR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFULLRWD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFULLRWD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FTL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FTL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Furuseth": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Furuseth" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "fwlw": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "fwlw" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GCR-docs": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GCR-docs" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-no-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-no-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-no-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-no-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-no-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-no-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-no-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-no-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-no-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-no-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-no-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-no-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Giftware": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Giftware" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GL2PS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GL2PS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Glide": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Glide" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Glulxe": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Glulxe" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GLWTPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GLWTPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "gnuplot": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "gnuplot" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-1.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-1.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-1.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-1.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-1.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-1.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-autoconf-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-autoconf-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-bison-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-bison-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-classpath-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-classpath-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-font-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-font-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-GCC-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-GCC-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0-with-autoconf-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0-with-autoconf-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0-with-GCC-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0-with-GCC-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Graphics-Gems": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Graphics-Gems" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "gSOAP-1.3b": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "gSOAP-1.3b" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "gtkbook": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "gtkbook" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Gutmann": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Gutmann" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HaskellReport": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HaskellReport" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "hdparm": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "hdparm" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HIDAPI": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HIDAPI" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Hippocratic-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Hippocratic-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HP-1986": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HP-1986" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HP-1989": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HP-1989" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-DEC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-DEC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-doc-sell": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-doc-sell" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-doc": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-doc" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-export-US-acknowledgement": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-export-US-acknowledgement" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-export-US-modify": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-export-US-modify" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-export-US": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-export-US" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-export2-US": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-export2-US" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Fenneberg-Livingston": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Fenneberg-Livingston" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-INRIA-IMAG": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-INRIA-IMAG" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Intel": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Intel" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Kevlin-Henney": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Kevlin-Henney" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Markus-Kuhn": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Markus-Kuhn" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-merchantability-variant": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-merchantability-variant" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-MIT-disclaimer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-MIT-disclaimer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Netrek": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Netrek" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Pbmplus": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Pbmplus" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-MIT-disclaimer-xserver": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-MIT-disclaimer-xserver" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-regexpr": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-regexpr" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-variant-MIT-disclaimer-rev": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-variant-MIT-disclaimer-rev" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-variant-MIT-disclaimer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-variant-MIT-disclaimer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-variant": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-variant" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-UC-export-US": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-UC-export-US" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-UC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-UC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HTMLTIDY": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HTMLTIDY" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IBM-pibs": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IBM-pibs" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ICU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ICU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IEC-Code-Components-EULA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IEC-Code-Components-EULA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IJG-short": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IJG-short" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IJG": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IJG" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ImageMagick": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ImageMagick" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "iMatix": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "iMatix" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Imlib2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Imlib2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Info-ZIP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Info-ZIP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Inner-Net-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Inner-Net-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Intel-ACPI": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Intel-ACPI" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Intel": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Intel" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Interbase-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Interbase-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IPA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IPA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ISC-Veillard": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ISC-Veillard" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ISC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ISC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Jam": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Jam" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "JasPer-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "JasPer-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-JDOM": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-JDOM" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "JPL-image": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "JPL-image" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "JPNIC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "JPNIC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "JSON": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "JSON" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Kastrup": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Kastrup" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Kazlib": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Kazlib" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Knuth-CTAN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Knuth-CTAN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LAL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LAL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LAL-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LAL-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Latex2e-translated-notice": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Latex2e-translated-notice" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Latex2e": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Latex2e" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Leptonica": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Leptonica" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.1-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.1-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.1-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.1-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.1+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.1+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-3.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-3.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-3.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-3.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-3.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-3.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPLLR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPLLR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "libpng-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "libpng-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Libpng": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Libpng" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "libselinux-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "libselinux-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "libtiff": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "libtiff" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "libutil-David-Nugent": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "libutil-David-Nugent" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LiLiQ-P-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LiLiQ-P-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LiLiQ-R-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LiLiQ-R-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LiLiQ-Rplus-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LiLiQ-Rplus-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-man-pages-1-para": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-man-pages-1-para" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-man-pages-copyleft-2-para": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-man-pages-copyleft-2-para" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-man-pages-copyleft-var": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-man-pages-copyleft-var" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-man-pages-copyleft": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-man-pages-copyleft" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-OpenIB": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-OpenIB" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LOOP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LOOP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPD-document": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPD-document" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPL-1.02": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPL-1.02" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.3a": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.3a" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.3c": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.3c" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "lsof": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "lsof" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Lucida-Bitmap-Fonts": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Lucida-Bitmap-Fonts" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LZMA-SDK-9.11-to-9.20": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LZMA-SDK-9.11-to-9.20" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LZMA-SDK-9.22": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LZMA-SDK-9.22" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Mackerras-3-Clause-acknowledgment": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Mackerras-3-Clause-acknowledgment" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Mackerras-3-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Mackerras-3-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "magaz": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "magaz" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "mailprio": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "mailprio" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MakeIndex": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MakeIndex" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Martin-Birgmeier": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Martin-Birgmeier" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "McPhee-slideshow": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "McPhee-slideshow" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "metamail": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "metamail" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Minpack": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Minpack" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MirOS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MirOS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-advertising": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-advertising" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-CMU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-CMU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-enna": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-enna" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-feh": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-feh" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-Festival": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-Festival" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-Khronos-old": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-Khronos-old" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-Modern-Variant": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-Modern-Variant" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-open-group": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-open-group" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-testregex": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-testregex" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-Wu": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-Wu" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MITNFA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MITNFA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MMIXware": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MMIXware" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Motosoto": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Motosoto" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPEG-SSG": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPEG-SSG" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "mpi-permissive": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "mpi-permissive" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "mpich2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "mpich2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPL-2.0-no-copyleft-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPL-2.0-no-copyleft-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "mplus": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "mplus" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MS-LPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MS-LPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MS-PL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MS-PL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MS-RL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MS-RL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MTLL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MTLL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MulanPSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MulanPSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MulanPSL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MulanPSL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Multics": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Multics" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Mup": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Mup" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NAIST-2003": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NAIST-2003" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NASA-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NASA-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Naumen": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Naumen" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NBPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NBPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NCBI-PD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NCBI-PD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NCGL-UK-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NCGL-UK-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NCL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NCL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NCSA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NCSA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Net-SNMP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Net-SNMP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NetCDF": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NetCDF" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Newsletr": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Newsletr" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NGPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NGPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NICTA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NICTA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NIST-PD-fallback": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NIST-PD-fallback" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NIST-PD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NIST-PD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NIST-Software": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NIST-Software" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NLOD-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NLOD-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NLOD-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NLOD-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NLPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NLPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Nokia": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Nokia" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NOSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NOSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Noweb": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Noweb" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NPOSL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NPOSL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NRL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NRL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NTP-0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NTP-0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NTP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NTP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Nunit": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Nunit" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "O-UDA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "O-UDA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OAR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OAR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OCCT-PL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OCCT-PL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OCLC-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OCLC-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ODbL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ODbL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ODC-By-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ODC-By-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFFIS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFFIS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.0-no-RFN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.0-no-RFN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.0-RFN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.0-RFN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.1-no-RFN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.1-no-RFN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.1-RFN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.1-RFN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGC-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGC-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGDL-Taiwan-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGDL-Taiwan-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGL-Canada-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGL-Canada-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGL-UK-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGL-UK-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGL-UK-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGL-UK-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGL-UK-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGL-UK-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGTSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGTSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-1.4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-1.4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.0.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.0.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.2.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.2.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.6": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.6" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.7": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.7" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.8": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.8" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLFL-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLFL-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OML": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OML" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-OpenRAIL-S-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-OpenRAIL-S-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-OpenRAIL-S-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-OpenRAIL-S-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OpenPBS-2.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OpenPBS-2.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-Open-RAIL-Plus-Plus-M": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-Open-RAIL-Plus-Plus-M" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OpenSSL-standalone": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OpenSSL-standalone" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OpenSSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OpenSSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OpenVision": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OpenVision" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OPL-UK-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OPL-UK-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OPUBL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OPUBL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSET-PL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSET-PL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PADL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PADL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-6.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-6.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PDDL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PDDL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PHP-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PHP-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PHP-3.01": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PHP-3.01" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Pixar": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Pixar" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "pkgconf": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "pkgconf" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Plexus": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Plexus" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "pnmstitch": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "pnmstitch" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PolyForm-Noncommercial-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PolyForm-Noncommercial-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PolyForm-Small-Business-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PolyForm-Small-Business-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PostgreSQL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PostgreSQL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PSF-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PSF-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "psfrag": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "psfrag" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "psutils": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "psutils" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Python-2.0.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Python-2.0.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Python-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Python-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "python-ldap": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "python-ldap" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Qhull": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Qhull" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "QPL-1.0-INRIA-2004": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "QPL-1.0-INRIA-2004" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "QPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "QPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "radvd": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "radvd" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-RAIL-A": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-RAIL-A" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Rdisc": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Rdisc" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RHeCos-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RHeCos-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RPL-1.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RPL-1.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RPSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RPSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RSA-MD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RSA-MD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RSCPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RSCPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Ruby-pty": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Ruby-pty" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Ruby": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Ruby" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SAX-PD-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SAX-PD-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SAX-PD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SAX-PD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Saxpath": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Saxpath" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SCEA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SCEA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SchemeReport": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SchemeReport" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-SendBird-SDK": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-SendBird-SDK" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sendmail-8.23": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sendmail-8.23" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sendmail": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sendmail" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGI-B-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGI-B-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGI-B-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGI-B-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGI-B-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGI-B-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGI-OpenGL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGI-OpenGL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGP4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGP4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SHL-0.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SHL-0.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SHL-0.51": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SHL-0.51" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-SIL-AI-RAIL-M-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-SIL-AI-RAIL-M-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SimPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SimPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SISSL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SISSL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SISSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SISSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sleepycat": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sleepycat" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SMLNJ": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SMLNJ" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SMPPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SMPPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SNIA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SNIA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "snprintf": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "snprintf" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "softSurfer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "softSurfer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Soundex": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Soundex" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Spencer-86": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Spencer-86" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Spencer-94": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Spencer-94" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Spencer-99": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Spencer-99" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ssh-keyscan": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ssh-keyscan" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SSH-OpenSSH": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SSH-OpenSSH" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SSH-short": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SSH-short" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SSLeay-standalone": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SSLeay-standalone" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SSPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SSPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "StandardML-NJ": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "StandardML-NJ" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SugarCRM-1.1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SugarCRM-1.1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sun-PPP-2000": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sun-PPP-2000" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sun-PPP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sun-PPP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SunPro": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SunPro" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SWL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SWL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "swrule": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "swrule" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Symlinks": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Symlinks" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TAPR-OHL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TAPR-OHL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TCL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TCL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TCP-wrappers": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TCP-wrappers" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TermReadKey": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TermReadKey" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TGPPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TGPPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-1.1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-1.1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.3.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.3.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-3.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-3.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-4.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-4.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-5.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-5.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0-pre.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0-pre.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0-pre.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0-pre.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0-pre.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0-pre.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0-pre.4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0-pre.4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-1.0.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-1.0.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-1.1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-1.1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-2.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-2.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-3.0.0-pre.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-3.0.0-pre.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-3.0.0-pre.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-3.0.0-pre.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-3.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-3.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "threeparttable": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "threeparttable" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TMate": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TMate" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TORQUE-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TORQUE-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TOSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TOSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TPDL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TPDL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-T-RSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-T-RSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TTWL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TTWL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TTYP0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TTYP0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TU-Berlin-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TU-Berlin-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TU-Berlin-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TU-Berlin-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UCAR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UCAR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UCL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UCL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ulem": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ulem" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UMich-Merit": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UMich-Merit" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unicode-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unicode-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unicode-DFS-2015": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unicode-DFS-2015" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unicode-DFS-2016": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unicode-DFS-2016" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unicode-TOU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unicode-TOU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UnixCrypt": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UnixCrypt" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unlicense": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unlicense" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "URT-RLE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "URT-RLE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Vim": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Vim" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "VOSTROM": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "VOSTROM" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "VSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "VSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-W3C-IPR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-W3C-IPR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "W3C-19980720": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "W3C-19980720" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "W3C-20150513": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "W3C-20150513" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "W3C": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "W3C" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "w3m": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "w3m" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Watcom-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Watcom-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Widget-Workshop": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Widget-Workshop" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Wsuipa": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Wsuipa" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "WTFPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "WTFPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "wxWindows": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "wxWindows" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "X11-distribute-modifications-variant": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "X11-distribute-modifications-variant" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "X11-swapped": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "X11-swapped" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "X11": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "X11" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Xdebug-1.03": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Xdebug-1.03" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Xerox": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Xerox" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Xfig": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Xfig" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "XFree86-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "XFree86-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xinetd": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xinetd" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xkeyboard-config-Zinoviev": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xkeyboard-config-Zinoviev" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xlock": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xlock" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Xnet": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Xnet" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xpp": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xpp" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "XSkat": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "XSkat" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xzoom": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xzoom" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "YPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "YPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "YPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "YPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zed": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zed" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zeeff": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zeeff" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zend-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zend-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zimbra-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zimbra-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zimbra-1.4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zimbra-1.4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "zlib-acknowledgement": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "zlib-acknowledgement" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zlib": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zlib" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ZPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ZPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ZPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ZPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ZPL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ZPL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + } + }, + "description": "License policy for a given licenseId" + } + }, + "description": "" + } + } + }, + "description": "Retrieved license policy details" + }, + "400": { + "$ref": "#/components/responses/SocketBadRequest" + }, + "401": { + "$ref": "#/components/responses/SocketUnauthorized" + }, + "403": { + "$ref": "#/components/responses/SocketForbidden" + }, + "404": { + "$ref": "#/components/responses/SocketNotFoundResponse" + }, + "429": { + "$ref": "#/components/responses/SocketTooManyRequestsResponse" + } + }, + "x-readme": {} + }, + "post": { + "tags": [ + "Settings" + ], + "summary": "Update License Policy", + "operationId": "updateOrgLicensePolicy", + "parameters": [ + { + "name": "org_slug", + "in": "path", + "required": true, + "description": "The slug of the organization", + "schema": { + "type": "string" + } + }, + { + "name": "merge_update", + "in": "query", + "required": true, + "description": "Merge the policy update with the existing policy. Default is true. If false, the existing policy will be replaced with the new policy.", + "schema": { + "type": "boolean", + "default": false + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "properties": { + "quick_setup": { + "type": "object", + "additionalProperties": false, + "properties": { + "permissive": { + "type": "boolean", + "default": false, + "description": "" + }, + "weak_copyleft": { + "type": "boolean", + "default": false, + "description": "" + }, + "strong_copyleft": { + "type": "boolean", + "default": false, + "description": "" + }, + "lead": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "license_policy": { + "type": "object", + "additionalProperties": false, + "properties": { + "0BSD": { + "type": "boolean", + "default": false, + "description": "" + }, + "3D-Slicer-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "AAL": { + "type": "boolean", + "default": false, + "description": "" + }, + "Abstyles": { + "type": "boolean", + "default": false, + "description": "" + }, + "AdaCore-doc": { + "type": "boolean", + "default": false, + "description": "" + }, + "Adobe-2006": { + "type": "boolean", + "default": false, + "description": "" + }, + "Adobe-Display-PostScript": { + "type": "boolean", + "default": false, + "description": "" + }, + "Adobe-Glyph": { + "type": "boolean", + "default": false, + "description": "" + }, + "Adobe-Utopia": { + "type": "boolean", + "default": false, + "description": "" + }, + "ADSL": { + "type": "boolean", + "default": false, + "description": "" + }, + "AFL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "AFL-1.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "AFL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "AFL-2.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "AFL-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Afmparse": { + "type": "boolean", + "default": false, + "description": "" + }, + "AGPL-1.0-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "AGPL-1.0-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "AGPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "AGPL-3.0-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "AGPL-3.0-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "AGPL-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Aladdin": { + "type": "boolean", + "default": false, + "description": "" + }, + "AMD-newlib": { + "type": "boolean", + "default": false, + "description": "" + }, + "AMDPLPA": { + "type": "boolean", + "default": false, + "description": "" + }, + "AML-glslang": { + "type": "boolean", + "default": false, + "description": "" + }, + "AML": { + "type": "boolean", + "default": false, + "description": "" + }, + "AMPAS": { + "type": "boolean", + "default": false, + "description": "" + }, + "ANTLR-PD-fallback": { + "type": "boolean", + "default": false, + "description": "" + }, + "ANTLR-PD": { + "type": "boolean", + "default": false, + "description": "" + }, + "any-OSI": { + "type": "boolean", + "default": false, + "description": "" + }, + "Apache-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Apache-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Apache-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "APAFML": { + "type": "boolean", + "default": false, + "description": "" + }, + "APL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "App-s2p": { + "type": "boolean", + "default": false, + "description": "" + }, + "APSL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "APSL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "APSL-1.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "APSL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Arphic-1999": { + "type": "boolean", + "default": false, + "description": "" + }, + "Artistic-1.0-cl8": { + "type": "boolean", + "default": false, + "description": "" + }, + "Artistic-1.0-Perl": { + "type": "boolean", + "default": false, + "description": "" + }, + "Artistic-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Artistic-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ASWF-Digital-Assets-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ASWF-Digital-Assets-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Baekmuk": { + "type": "boolean", + "default": false, + "description": "" + }, + "Bahyph": { + "type": "boolean", + "default": false, + "description": "" + }, + "Barr": { + "type": "boolean", + "default": false, + "description": "" + }, + "bcrypt-Solar-Designer": { + "type": "boolean", + "default": false, + "description": "" + }, + "Beerware": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-BigScience-Open-Rail-M": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-BigScience-RAIL-License-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Bitstream-Charter": { + "type": "boolean", + "default": false, + "description": "" + }, + "Bitstream-Vera": { + "type": "boolean", + "default": false, + "description": "" + }, + "BitTorrent-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "BitTorrent-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "blessing": { + "type": "boolean", + "default": false, + "description": "" + }, + "BlueOak-1.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Boehm-GC": { + "type": "boolean", + "default": false, + "description": "" + }, + "Borceux": { + "type": "boolean", + "default": false, + "description": "" + }, + "Brian-Gladman-2-Clause": { + "type": "boolean", + "default": false, + "description": "" + }, + "Brian-Gladman-3-Clause": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-1-Clause": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-2-Clause-Darwin": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-2-Clause-first-lines": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-2-Clause-FreeBSD": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-2-Clause-NetBSD": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-2-Clause-Patent": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-2-Clause-Views": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-2-Clause": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-acpica": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-Attribution": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-Clear": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-flex": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-HP": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-LBNL": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-Modification": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-No-Military-License": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-No-Nuclear-License-2014": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-No-Nuclear-License": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-No-Nuclear-Warranty": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-Open-MPI": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause-Sun": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-3-Clause": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-4-Clause-Shortened": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-4-Clause-UC": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-4-Clause": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-4.3RENO": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-4.3TAHOE": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-Advertising-Acknowledgement": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-Attribution-HPND-disclaimer": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-Inferno-Nettverk": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-Protection": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-Source-beginning-file": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-Source-Code": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-Systemics-W3Works": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSD-Systemics": { + "type": "boolean", + "default": false, + "description": "" + }, + "BSL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "BUSL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "bzip2-1.0.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "bzip2-1.0.6": { + "type": "boolean", + "default": false, + "description": "" + }, + "C-UDA-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CAL-1.0-Combined-Work-Exception": { + "type": "boolean", + "default": false, + "description": "" + }, + "CAL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Caldera-no-preamble": { + "type": "boolean", + "default": false, + "description": "" + }, + "Caldera": { + "type": "boolean", + "default": false, + "description": "" + }, + "Catharon": { + "type": "boolean", + "default": false, + "description": "" + }, + "CATOSL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-2.5-AU": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-2.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-3.0-AT": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-3.0-AU": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-3.0-DE": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-3.0-IGO": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-3.0-NL": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-3.0-US": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-4.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-2.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-3.0-DE": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-4.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-ND-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-ND-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-ND-2.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-ND-3.0-DE": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-ND-3.0-IGO": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-ND-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-ND-4.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-2.0-DE": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-2.0-FR": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-2.0-UK": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-2.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-3.0-DE": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-3.0-IGO": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-NC-SA-4.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-ND-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-ND-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-ND-2.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-ND-3.0-DE": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-ND-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-ND-4.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-2.0-UK": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-2.1-JP": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-2.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-3.0-AT": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-3.0-DE": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-3.0-IGO": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-BY-SA-4.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC-PDDC": { + "type": "boolean", + "default": false, + "description": "" + }, + "CC0-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CDDL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CDDL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "CDL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CDLA-Permissive-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CDLA-Permissive-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CDLA-Sharing-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CECILL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CECILL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "CECILL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CECILL-2.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "CECILL-B": { + "type": "boolean", + "default": false, + "description": "" + }, + "CECILL-C": { + "type": "boolean", + "default": false, + "description": "" + }, + "CERN-OHL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "CERN-OHL-1.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "CERN-OHL-P-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CERN-OHL-S-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CERN-OHL-W-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CFITSIO": { + "type": "boolean", + "default": false, + "description": "" + }, + "check-cvs": { + "type": "boolean", + "default": false, + "description": "" + }, + "checkmk": { + "type": "boolean", + "default": false, + "description": "" + }, + "ClArtistic": { + "type": "boolean", + "default": false, + "description": "" + }, + "Clips": { + "type": "boolean", + "default": false, + "description": "" + }, + "CMU-Mach-nodoc": { + "type": "boolean", + "default": false, + "description": "" + }, + "CMU-Mach": { + "type": "boolean", + "default": false, + "description": "" + }, + "CNRI-Jython": { + "type": "boolean", + "default": false, + "description": "" + }, + "CNRI-Python-GPL-Compatible": { + "type": "boolean", + "default": false, + "description": "" + }, + "CNRI-Python": { + "type": "boolean", + "default": false, + "description": "" + }, + "COIL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Community-Spec-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Condor-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "copyleft-next-0.3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "copyleft-next-0.3.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Cornell-Lossless-JPEG": { + "type": "boolean", + "default": false, + "description": "" + }, + "CPAL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "CPOL-1.02": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-CreativeML-Open-Rail-M": { + "type": "boolean", + "default": false, + "description": "" + }, + "Cronyx": { + "type": "boolean", + "default": false, + "description": "" + }, + "Crossword": { + "type": "boolean", + "default": false, + "description": "" + }, + "CrystalStacker": { + "type": "boolean", + "default": false, + "description": "" + }, + "CUA-OPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Cube": { + "type": "boolean", + "default": false, + "description": "" + }, + "curl": { + "type": "boolean", + "default": false, + "description": "" + }, + "cve-tou": { + "type": "boolean", + "default": false, + "description": "" + }, + "D-FSL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "DEC-3-Clause": { + "type": "boolean", + "default": false, + "description": "" + }, + "diffmark": { + "type": "boolean", + "default": false, + "description": "" + }, + "DL-DE-BY-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "DL-DE-ZERO-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "DOC": { + "type": "boolean", + "default": false, + "description": "" + }, + "Dotseqn": { + "type": "boolean", + "default": false, + "description": "" + }, + "DRL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "DRL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "DSDP": { + "type": "boolean", + "default": false, + "description": "" + }, + "dtoa": { + "type": "boolean", + "default": false, + "description": "" + }, + "dvipdfm": { + "type": "boolean", + "default": false, + "description": "" + }, + "ECL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ECL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "eCos-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "EFL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "EFL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "eGenix": { + "type": "boolean", + "default": false, + "description": "" + }, + "Elastic-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Entessa": { + "type": "boolean", + "default": false, + "description": "" + }, + "EPICS": { + "type": "boolean", + "default": false, + "description": "" + }, + "EPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "EPL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ErlPL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "etalab-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "EUDatagrid": { + "type": "boolean", + "default": false, + "description": "" + }, + "EUPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "EUPL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "EUPL-1.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "Eurosym": { + "type": "boolean", + "default": false, + "description": "" + }, + "Fair": { + "type": "boolean", + "default": false, + "description": "" + }, + "FBM": { + "type": "boolean", + "default": false, + "description": "" + }, + "FDK-AAC": { + "type": "boolean", + "default": false, + "description": "" + }, + "Ferguson-Twofish": { + "type": "boolean", + "default": false, + "description": "" + }, + "Font-Awesome-Free-License-6.x": { + "type": "boolean", + "default": false, + "description": "" + }, + "Frameworx-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "FreeBSD-DOC": { + "type": "boolean", + "default": false, + "description": "" + }, + "FreeImage": { + "type": "boolean", + "default": false, + "description": "" + }, + "FSFAP-no-warranty-disclaimer": { + "type": "boolean", + "default": false, + "description": "" + }, + "FSFAP": { + "type": "boolean", + "default": false, + "description": "" + }, + "FSFUL": { + "type": "boolean", + "default": false, + "description": "" + }, + "FSFULLR": { + "type": "boolean", + "default": false, + "description": "" + }, + "FSFULLRWD": { + "type": "boolean", + "default": false, + "description": "" + }, + "FTL": { + "type": "boolean", + "default": false, + "description": "" + }, + "Furuseth": { + "type": "boolean", + "default": false, + "description": "" + }, + "fwlw": { + "type": "boolean", + "default": false, + "description": "" + }, + "GCR-docs": { + "type": "boolean", + "default": false, + "description": "" + }, + "GD": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.1-invariants-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.1-invariants-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.1-no-invariants-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.1-no-invariants-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.1-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.1-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.2-invariants-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.2-invariants-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.2-no-invariants-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.2-no-invariants-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.2-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.2-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.3-invariants-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.3-invariants-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.3-no-invariants-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.3-no-invariants-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.3-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.3-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GFDL-1.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "Giftware": { + "type": "boolean", + "default": false, + "description": "" + }, + "GL2PS": { + "type": "boolean", + "default": false, + "description": "" + }, + "Glide": { + "type": "boolean", + "default": false, + "description": "" + }, + "Glulxe": { + "type": "boolean", + "default": false, + "description": "" + }, + "GLWTPL": { + "type": "boolean", + "default": false, + "description": "" + }, + "gnuplot": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-1.0-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-1.0-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-1.0+": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-2.0-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-2.0-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-2.0-with-autoconf-exception": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-2.0-with-bison-exception": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-2.0-with-classpath-exception": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-2.0-with-font-exception": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-2.0-with-GCC-exception": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-2.0+": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-3.0-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-3.0-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-3.0-with-autoconf-exception": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-3.0-with-GCC-exception": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "GPL-3.0+": { + "type": "boolean", + "default": false, + "description": "" + }, + "Graphics-Gems": { + "type": "boolean", + "default": false, + "description": "" + }, + "gSOAP-1.3b": { + "type": "boolean", + "default": false, + "description": "" + }, + "gtkbook": { + "type": "boolean", + "default": false, + "description": "" + }, + "Gutmann": { + "type": "boolean", + "default": false, + "description": "" + }, + "HaskellReport": { + "type": "boolean", + "default": false, + "description": "" + }, + "hdparm": { + "type": "boolean", + "default": false, + "description": "" + }, + "HIDAPI": { + "type": "boolean", + "default": false, + "description": "" + }, + "Hippocratic-2.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "HP-1986": { + "type": "boolean", + "default": false, + "description": "" + }, + "HP-1989": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-DEC": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-doc-sell": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-doc": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-export-US-acknowledgement": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-export-US-modify": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-export-US": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-export2-US": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-Fenneberg-Livingston": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-INRIA-IMAG": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-Intel": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-Kevlin-Henney": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-Markus-Kuhn": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-merchantability-variant": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-MIT-disclaimer": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-Netrek": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-Pbmplus": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-sell-MIT-disclaimer-xserver": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-sell-regexpr": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-sell-variant-MIT-disclaimer-rev": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-sell-variant-MIT-disclaimer": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-sell-variant": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-UC-export-US": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND-UC": { + "type": "boolean", + "default": false, + "description": "" + }, + "HPND": { + "type": "boolean", + "default": false, + "description": "" + }, + "HTMLTIDY": { + "type": "boolean", + "default": false, + "description": "" + }, + "IBM-pibs": { + "type": "boolean", + "default": false, + "description": "" + }, + "ICU": { + "type": "boolean", + "default": false, + "description": "" + }, + "IEC-Code-Components-EULA": { + "type": "boolean", + "default": false, + "description": "" + }, + "IJG-short": { + "type": "boolean", + "default": false, + "description": "" + }, + "IJG": { + "type": "boolean", + "default": false, + "description": "" + }, + "ImageMagick": { + "type": "boolean", + "default": false, + "description": "" + }, + "iMatix": { + "type": "boolean", + "default": false, + "description": "" + }, + "Imlib2": { + "type": "boolean", + "default": false, + "description": "" + }, + "Info-ZIP": { + "type": "boolean", + "default": false, + "description": "" + }, + "Inner-Net-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Intel-ACPI": { + "type": "boolean", + "default": false, + "description": "" + }, + "Intel": { + "type": "boolean", + "default": false, + "description": "" + }, + "Interbase-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "IPA": { + "type": "boolean", + "default": false, + "description": "" + }, + "IPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ISC-Veillard": { + "type": "boolean", + "default": false, + "description": "" + }, + "ISC": { + "type": "boolean", + "default": false, + "description": "" + }, + "Jam": { + "type": "boolean", + "default": false, + "description": "" + }, + "JasPer-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-JDOM": { + "type": "boolean", + "default": false, + "description": "" + }, + "JPL-image": { + "type": "boolean", + "default": false, + "description": "" + }, + "JPNIC": { + "type": "boolean", + "default": false, + "description": "" + }, + "JSON": { + "type": "boolean", + "default": false, + "description": "" + }, + "Kastrup": { + "type": "boolean", + "default": false, + "description": "" + }, + "Kazlib": { + "type": "boolean", + "default": false, + "description": "" + }, + "Knuth-CTAN": { + "type": "boolean", + "default": false, + "description": "" + }, + "LAL-1.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "LAL-1.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "Latex2e-translated-notice": { + "type": "boolean", + "default": false, + "description": "" + }, + "Latex2e": { + "type": "boolean", + "default": false, + "description": "" + }, + "Leptonica": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-2.0-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-2.0-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-2.0+": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-2.1-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-2.1-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-2.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-2.1+": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-3.0-only": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-3.0-or-later": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPL-3.0+": { + "type": "boolean", + "default": false, + "description": "" + }, + "LGPLLR": { + "type": "boolean", + "default": false, + "description": "" + }, + "libpng-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Libpng": { + "type": "boolean", + "default": false, + "description": "" + }, + "libselinux-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "libtiff": { + "type": "boolean", + "default": false, + "description": "" + }, + "libutil-David-Nugent": { + "type": "boolean", + "default": false, + "description": "" + }, + "LiLiQ-P-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "LiLiQ-R-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "LiLiQ-Rplus-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Linux-man-pages-1-para": { + "type": "boolean", + "default": false, + "description": "" + }, + "Linux-man-pages-copyleft-2-para": { + "type": "boolean", + "default": false, + "description": "" + }, + "Linux-man-pages-copyleft-var": { + "type": "boolean", + "default": false, + "description": "" + }, + "Linux-man-pages-copyleft": { + "type": "boolean", + "default": false, + "description": "" + }, + "Linux-OpenIB": { + "type": "boolean", + "default": false, + "description": "" + }, + "LOOP": { + "type": "boolean", + "default": false, + "description": "" + }, + "LPD-document": { + "type": "boolean", + "default": false, + "description": "" + }, + "LPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "LPL-1.02": { + "type": "boolean", + "default": false, + "description": "" + }, + "LPPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "LPPL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "LPPL-1.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "LPPL-1.3a": { + "type": "boolean", + "default": false, + "description": "" + }, + "LPPL-1.3c": { + "type": "boolean", + "default": false, + "description": "" + }, + "lsof": { + "type": "boolean", + "default": false, + "description": "" + }, + "Lucida-Bitmap-Fonts": { + "type": "boolean", + "default": false, + "description": "" + }, + "LZMA-SDK-9.11-to-9.20": { + "type": "boolean", + "default": false, + "description": "" + }, + "LZMA-SDK-9.22": { + "type": "boolean", + "default": false, + "description": "" + }, + "Mackerras-3-Clause-acknowledgment": { + "type": "boolean", + "default": false, + "description": "" + }, + "Mackerras-3-Clause": { + "type": "boolean", + "default": false, + "description": "" + }, + "magaz": { + "type": "boolean", + "default": false, + "description": "" + }, + "mailprio": { + "type": "boolean", + "default": false, + "description": "" + }, + "MakeIndex": { + "type": "boolean", + "default": false, + "description": "" + }, + "Martin-Birgmeier": { + "type": "boolean", + "default": false, + "description": "" + }, + "McPhee-slideshow": { + "type": "boolean", + "default": false, + "description": "" + }, + "metamail": { + "type": "boolean", + "default": false, + "description": "" + }, + "Minpack": { + "type": "boolean", + "default": false, + "description": "" + }, + "MirOS": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-0": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-advertising": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-CMU": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-enna": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-feh": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-Festival": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-Khronos-old": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-Modern-Variant": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-open-group": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-testregex": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT-Wu": { + "type": "boolean", + "default": false, + "description": "" + }, + "MIT": { + "type": "boolean", + "default": false, + "description": "" + }, + "MITNFA": { + "type": "boolean", + "default": false, + "description": "" + }, + "MMIXware": { + "type": "boolean", + "default": false, + "description": "" + }, + "Motosoto": { + "type": "boolean", + "default": false, + "description": "" + }, + "MPEG-SSG": { + "type": "boolean", + "default": false, + "description": "" + }, + "mpi-permissive": { + "type": "boolean", + "default": false, + "description": "" + }, + "mpich2": { + "type": "boolean", + "default": false, + "description": "" + }, + "MPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "MPL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "MPL-2.0-no-copyleft-exception": { + "type": "boolean", + "default": false, + "description": "" + }, + "MPL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "mplus": { + "type": "boolean", + "default": false, + "description": "" + }, + "MS-LPL": { + "type": "boolean", + "default": false, + "description": "" + }, + "MS-PL": { + "type": "boolean", + "default": false, + "description": "" + }, + "MS-RL": { + "type": "boolean", + "default": false, + "description": "" + }, + "MTLL": { + "type": "boolean", + "default": false, + "description": "" + }, + "MulanPSL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "MulanPSL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Multics": { + "type": "boolean", + "default": false, + "description": "" + }, + "Mup": { + "type": "boolean", + "default": false, + "description": "" + }, + "NAIST-2003": { + "type": "boolean", + "default": false, + "description": "" + }, + "NASA-1.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "Naumen": { + "type": "boolean", + "default": false, + "description": "" + }, + "NBPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "NCBI-PD": { + "type": "boolean", + "default": false, + "description": "" + }, + "NCGL-UK-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "NCL": { + "type": "boolean", + "default": false, + "description": "" + }, + "NCSA": { + "type": "boolean", + "default": false, + "description": "" + }, + "Net-SNMP": { + "type": "boolean", + "default": false, + "description": "" + }, + "NetCDF": { + "type": "boolean", + "default": false, + "description": "" + }, + "Newsletr": { + "type": "boolean", + "default": false, + "description": "" + }, + "NGPL": { + "type": "boolean", + "default": false, + "description": "" + }, + "NICTA-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "NIST-PD-fallback": { + "type": "boolean", + "default": false, + "description": "" + }, + "NIST-PD": { + "type": "boolean", + "default": false, + "description": "" + }, + "NIST-Software": { + "type": "boolean", + "default": false, + "description": "" + }, + "NLOD-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "NLOD-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "NLPL": { + "type": "boolean", + "default": false, + "description": "" + }, + "Nokia": { + "type": "boolean", + "default": false, + "description": "" + }, + "NOSL": { + "type": "boolean", + "default": false, + "description": "" + }, + "Noweb": { + "type": "boolean", + "default": false, + "description": "" + }, + "NPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "NPL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "NPOSL-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "NRL": { + "type": "boolean", + "default": false, + "description": "" + }, + "NTP-0": { + "type": "boolean", + "default": false, + "description": "" + }, + "NTP": { + "type": "boolean", + "default": false, + "description": "" + }, + "Nunit": { + "type": "boolean", + "default": false, + "description": "" + }, + "O-UDA-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OAR": { + "type": "boolean", + "default": false, + "description": "" + }, + "OCCT-PL": { + "type": "boolean", + "default": false, + "description": "" + }, + "OCLC-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ODbL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ODC-By-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OFFIS": { + "type": "boolean", + "default": false, + "description": "" + }, + "OFL-1.0-no-RFN": { + "type": "boolean", + "default": false, + "description": "" + }, + "OFL-1.0-RFN": { + "type": "boolean", + "default": false, + "description": "" + }, + "OFL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OFL-1.1-no-RFN": { + "type": "boolean", + "default": false, + "description": "" + }, + "OFL-1.1-RFN": { + "type": "boolean", + "default": false, + "description": "" + }, + "OFL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "OGC-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OGDL-Taiwan-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OGL-Canada-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OGL-UK-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OGL-UK-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OGL-UK-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OGTSL": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-1.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-1.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-1.4": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.0.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.2.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.2.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.4": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.6": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.7": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLDAP-2.8": { + "type": "boolean", + "default": false, + "description": "" + }, + "OLFL-1.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "OML": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-OpenRAIL-S-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-OpenRAIL-S-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "OpenPBS-2.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-Open-RAIL-Plus-Plus-M": { + "type": "boolean", + "default": false, + "description": "" + }, + "OpenSSL-standalone": { + "type": "boolean", + "default": false, + "description": "" + }, + "OpenSSL": { + "type": "boolean", + "default": false, + "description": "" + }, + "OpenVision": { + "type": "boolean", + "default": false, + "description": "" + }, + "OPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OPL-UK-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OPUBL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OSET-PL-2.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "OSL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OSL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "OSL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "OSL-2.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "OSL-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "PADL": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-6.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-7.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "PDDL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "PHP-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "PHP-3.01": { + "type": "boolean", + "default": false, + "description": "" + }, + "Pixar": { + "type": "boolean", + "default": false, + "description": "" + }, + "pkgconf": { + "type": "boolean", + "default": false, + "description": "" + }, + "Plexus": { + "type": "boolean", + "default": false, + "description": "" + }, + "pnmstitch": { + "type": "boolean", + "default": false, + "description": "" + }, + "PolyForm-Noncommercial-1.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "PolyForm-Small-Business-1.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "PostgreSQL": { + "type": "boolean", + "default": false, + "description": "" + }, + "PPL": { + "type": "boolean", + "default": false, + "description": "" + }, + "PSF-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "psfrag": { + "type": "boolean", + "default": false, + "description": "" + }, + "psutils": { + "type": "boolean", + "default": false, + "description": "" + }, + "Python-2.0.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Python-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "python-ldap": { + "type": "boolean", + "default": false, + "description": "" + }, + "Qhull": { + "type": "boolean", + "default": false, + "description": "" + }, + "QPL-1.0-INRIA-2004": { + "type": "boolean", + "default": false, + "description": "" + }, + "QPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "radvd": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-RAIL-A": { + "type": "boolean", + "default": false, + "description": "" + }, + "Rdisc": { + "type": "boolean", + "default": false, + "description": "" + }, + "RHeCos-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "RPL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "RPL-1.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "RPSL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "RSA-MD": { + "type": "boolean", + "default": false, + "description": "" + }, + "RSCPL": { + "type": "boolean", + "default": false, + "description": "" + }, + "Ruby-pty": { + "type": "boolean", + "default": false, + "description": "" + }, + "Ruby": { + "type": "boolean", + "default": false, + "description": "" + }, + "SAX-PD-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "SAX-PD": { + "type": "boolean", + "default": false, + "description": "" + }, + "Saxpath": { + "type": "boolean", + "default": false, + "description": "" + }, + "SCEA": { + "type": "boolean", + "default": false, + "description": "" + }, + "SchemeReport": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-SendBird-SDK": { + "type": "boolean", + "default": false, + "description": "" + }, + "Sendmail-8.23": { + "type": "boolean", + "default": false, + "description": "" + }, + "Sendmail": { + "type": "boolean", + "default": false, + "description": "" + }, + "SGI-B-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "SGI-B-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "SGI-B-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "SGI-OpenGL": { + "type": "boolean", + "default": false, + "description": "" + }, + "SGP4": { + "type": "boolean", + "default": false, + "description": "" + }, + "SHL-0.5": { + "type": "boolean", + "default": false, + "description": "" + }, + "SHL-0.51": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-SIL-AI-RAIL-M-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "SimPL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "SISSL-1.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "SISSL": { + "type": "boolean", + "default": false, + "description": "" + }, + "SL": { + "type": "boolean", + "default": false, + "description": "" + }, + "Sleepycat": { + "type": "boolean", + "default": false, + "description": "" + }, + "SMLNJ": { + "type": "boolean", + "default": false, + "description": "" + }, + "SMPPL": { + "type": "boolean", + "default": false, + "description": "" + }, + "SNIA": { + "type": "boolean", + "default": false, + "description": "" + }, + "snprintf": { + "type": "boolean", + "default": false, + "description": "" + }, + "softSurfer": { + "type": "boolean", + "default": false, + "description": "" + }, + "Soundex": { + "type": "boolean", + "default": false, + "description": "" + }, + "Spencer-86": { + "type": "boolean", + "default": false, + "description": "" + }, + "Spencer-94": { + "type": "boolean", + "default": false, + "description": "" + }, + "Spencer-99": { + "type": "boolean", + "default": false, + "description": "" + }, + "SPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ssh-keyscan": { + "type": "boolean", + "default": false, + "description": "" + }, + "SSH-OpenSSH": { + "type": "boolean", + "default": false, + "description": "" + }, + "SSH-short": { + "type": "boolean", + "default": false, + "description": "" + }, + "SSLeay-standalone": { + "type": "boolean", + "default": false, + "description": "" + }, + "SSPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "StandardML-NJ": { + "type": "boolean", + "default": false, + "description": "" + }, + "SugarCRM-1.1.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "Sun-PPP-2000": { + "type": "boolean", + "default": false, + "description": "" + }, + "Sun-PPP": { + "type": "boolean", + "default": false, + "description": "" + }, + "SunPro": { + "type": "boolean", + "default": false, + "description": "" + }, + "SWL": { + "type": "boolean", + "default": false, + "description": "" + }, + "swrule": { + "type": "boolean", + "default": false, + "description": "" + }, + "Symlinks": { + "type": "boolean", + "default": false, + "description": "" + }, + "TAPR-OHL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "TCL": { + "type": "boolean", + "default": false, + "description": "" + }, + "TCP-wrappers": { + "type": "boolean", + "default": false, + "description": "" + }, + "TermReadKey": { + "type": "boolean", + "default": false, + "description": "" + }, + "TGPPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-1.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-1.1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-2.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-2.1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-2.2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-2.3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-2.3.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-2.4.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-3.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-4.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-5.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-7.0.0-pre.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-7.0.0-pre.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-7.0.0-pre.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "Parity-7.0.0-pre.4": { + "type": "boolean", + "default": false, + "description": "" + }, + "Prosperity-1.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Prosperity-1.0.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Prosperity-1.1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Prosperity-2.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Prosperity-3.0.0-pre.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Prosperity-3.0.0-pre.2": { + "type": "boolean", + "default": false, + "description": "" + }, + "Prosperity-3.0.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "threeparttable": { + "type": "boolean", + "default": false, + "description": "" + }, + "TMate": { + "type": "boolean", + "default": false, + "description": "" + }, + "TORQUE-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "TOSL": { + "type": "boolean", + "default": false, + "description": "" + }, + "TPDL": { + "type": "boolean", + "default": false, + "description": "" + }, + "TPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-T-RSL": { + "type": "boolean", + "default": false, + "description": "" + }, + "TTWL": { + "type": "boolean", + "default": false, + "description": "" + }, + "TTYP0": { + "type": "boolean", + "default": false, + "description": "" + }, + "TU-Berlin-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "TU-Berlin-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "UCAR": { + "type": "boolean", + "default": false, + "description": "" + }, + "UCL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ulem": { + "type": "boolean", + "default": false, + "description": "" + }, + "UMich-Merit": { + "type": "boolean", + "default": false, + "description": "" + }, + "Unicode-3.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Unicode-DFS-2015": { + "type": "boolean", + "default": false, + "description": "" + }, + "Unicode-DFS-2016": { + "type": "boolean", + "default": false, + "description": "" + }, + "Unicode-TOU": { + "type": "boolean", + "default": false, + "description": "" + }, + "UnixCrypt": { + "type": "boolean", + "default": false, + "description": "" + }, + "Unlicense": { + "type": "boolean", + "default": false, + "description": "" + }, + "UPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "URT-RLE": { + "type": "boolean", + "default": false, + "description": "" + }, + "Vim": { + "type": "boolean", + "default": false, + "description": "" + }, + "VOSTROM": { + "type": "boolean", + "default": false, + "description": "" + }, + "VSL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "LicenseRef-W3C-IPR": { + "type": "boolean", + "default": false, + "description": "" + }, + "W3C-19980720": { + "type": "boolean", + "default": false, + "description": "" + }, + "W3C-20150513": { + "type": "boolean", + "default": false, + "description": "" + }, + "W3C": { + "type": "boolean", + "default": false, + "description": "" + }, + "w3m": { + "type": "boolean", + "default": false, + "description": "" + }, + "Watcom-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Widget-Workshop": { + "type": "boolean", + "default": false, + "description": "" + }, + "Wsuipa": { + "type": "boolean", + "default": false, + "description": "" + }, + "WTFPL": { + "type": "boolean", + "default": false, + "description": "" + }, + "wxWindows": { + "type": "boolean", + "default": false, + "description": "" + }, + "X11-distribute-modifications-variant": { + "type": "boolean", + "default": false, + "description": "" + }, + "X11-swapped": { + "type": "boolean", + "default": false, + "description": "" + }, + "X11": { + "type": "boolean", + "default": false, + "description": "" + }, + "Xdebug-1.03": { + "type": "boolean", + "default": false, + "description": "" + }, + "Xerox": { + "type": "boolean", + "default": false, + "description": "" + }, + "Xfig": { + "type": "boolean", + "default": false, + "description": "" + }, + "XFree86-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "xinetd": { + "type": "boolean", + "default": false, + "description": "" + }, + "xkeyboard-config-Zinoviev": { + "type": "boolean", + "default": false, + "description": "" + }, + "xlock": { + "type": "boolean", + "default": false, + "description": "" + }, + "Xnet": { + "type": "boolean", + "default": false, + "description": "" + }, + "xpp": { + "type": "boolean", + "default": false, + "description": "" + }, + "XSkat": { + "type": "boolean", + "default": false, + "description": "" + }, + "xzoom": { + "type": "boolean", + "default": false, + "description": "" + }, + "YPL-1.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "YPL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "Zed": { + "type": "boolean", + "default": false, + "description": "" + }, + "Zeeff": { + "type": "boolean", + "default": false, + "description": "" + }, + "Zend-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "Zimbra-1.3": { + "type": "boolean", + "default": false, + "description": "" + }, + "Zimbra-1.4": { + "type": "boolean", + "default": false, + "description": "" + }, + "zlib-acknowledgement": { + "type": "boolean", + "default": false, + "description": "" + }, + "Zlib": { + "type": "boolean", + "default": false, + "description": "" + }, + "ZPL-1.1": { + "type": "boolean", + "default": false, + "description": "" + }, + "ZPL-2.0": { + "type": "boolean", + "default": false, + "description": "" + }, + "ZPL-2.1": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "Object of license policy modifications. All keys are optional, but include at least one key if including the object." + } + }, + "description": "" + } + } + }, + "required": false + }, + "security": [ + { + "basicAuth": [ + "license-policy:update" + ] + } + ], + "description": "Update the license policy of an organization.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- license-policy:update", + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "type": "object", + "additionalProperties": false, + "properties": { + "license_policy_org_id": { + "type": "string", + "description": "", + "default": "" + }, + "license_policy": { + "type": "object", + "additionalProperties": false, + "properties": { + "0BSD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "0BSD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "3D-Slicer-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "3D-Slicer-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AAL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AAL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Abstyles": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Abstyles" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AdaCore-doc": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AdaCore-doc" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Adobe-2006": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Adobe-2006" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Adobe-Display-PostScript": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Adobe-Display-PostScript" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Adobe-Glyph": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Adobe-Glyph" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Adobe-Utopia": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Adobe-Utopia" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ADSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ADSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AFL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AFL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Afmparse": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Afmparse" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-1.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-1.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-1.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-1.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-3.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-3.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-3.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-3.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AGPL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AGPL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Aladdin": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Aladdin" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AMD-newlib": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AMD-newlib" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AMDPLPA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AMDPLPA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AML-glslang": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AML-glslang" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AML": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AML" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "AMPAS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "AMPAS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ANTLR-PD-fallback": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ANTLR-PD-fallback" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ANTLR-PD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ANTLR-PD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "any-OSI": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "any-OSI" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Apache-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Apache-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Apache-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Apache-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Apache-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Apache-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APAFML": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APAFML" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "App-s2p": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "App-s2p" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APSL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APSL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APSL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APSL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "APSL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "APSL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Arphic-1999": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Arphic-1999" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Artistic-1.0-cl8": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Artistic-1.0-cl8" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Artistic-1.0-Perl": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Artistic-1.0-Perl" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Artistic-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Artistic-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Artistic-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Artistic-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ASWF-Digital-Assets-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ASWF-Digital-Assets-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ASWF-Digital-Assets-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ASWF-Digital-Assets-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Baekmuk": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Baekmuk" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Bahyph": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Bahyph" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Barr": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Barr" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "bcrypt-Solar-Designer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "bcrypt-Solar-Designer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Beerware": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Beerware" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-BigScience-Open-Rail-M": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-BigScience-Open-Rail-M" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-BigScience-RAIL-License-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-BigScience-RAIL-License-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Bitstream-Charter": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Bitstream-Charter" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Bitstream-Vera": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Bitstream-Vera" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BitTorrent-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BitTorrent-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BitTorrent-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BitTorrent-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "blessing": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "blessing" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BlueOak-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BlueOak-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Boehm-GC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Boehm-GC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Borceux": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Borceux" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Brian-Gladman-2-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Brian-Gladman-2-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Brian-Gladman-3-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Brian-Gladman-3-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-1-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-1-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-Darwin": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-Darwin" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-first-lines": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-first-lines" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-FreeBSD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-FreeBSD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-NetBSD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-NetBSD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-Patent": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-Patent" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause-Views": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause-Views" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-2-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-2-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-acpica": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-acpica" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Attribution": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Attribution" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Clear": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Clear" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-flex": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-flex" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-HP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-HP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-LBNL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-LBNL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Modification": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Modification" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-No-Military-License": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-No-Military-License" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-No-Nuclear-License-2014": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-No-Nuclear-License-2014" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-No-Nuclear-License": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-No-Nuclear-License" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-No-Nuclear-Warranty": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-No-Nuclear-Warranty" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Open-MPI": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Open-MPI" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause-Sun": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause-Sun" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-3-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-3-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4-Clause-Shortened": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4-Clause-Shortened" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4-Clause-UC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4-Clause-UC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4.3RENO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4.3RENO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-4.3TAHOE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-4.3TAHOE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Advertising-Acknowledgement": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Advertising-Acknowledgement" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Attribution-HPND-disclaimer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Attribution-HPND-disclaimer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Inferno-Nettverk": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Inferno-Nettverk" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Protection": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Protection" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Source-beginning-file": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Source-beginning-file" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Source-Code": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Source-Code" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Systemics-W3Works": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Systemics-W3Works" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSD-Systemics": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSD-Systemics" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "BUSL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "BUSL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "bzip2-1.0.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "bzip2-1.0.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "bzip2-1.0.6": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "bzip2-1.0.6" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "C-UDA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "C-UDA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CAL-1.0-Combined-Work-Exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CAL-1.0-Combined-Work-Exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CAL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CAL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Caldera-no-preamble": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Caldera-no-preamble" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Caldera": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Caldera" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Catharon": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Catharon" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CATOSL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CATOSL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-2.5-AU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-2.5-AU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-AT": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-AT" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-AU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-AU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-IGO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-IGO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-NL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-NL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0-US": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0-US" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-3.0-IGO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-3.0-IGO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-ND-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-ND-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.0-FR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.0-FR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.0-UK": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.0-UK" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-3.0-IGO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-3.0-IGO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-NC-SA-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-NC-SA-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-ND-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-ND-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-2.0-UK": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-2.0-UK" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-2.1-JP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-2.1-JP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-3.0-AT": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-3.0-AT" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-3.0-DE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-3.0-DE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-3.0-IGO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-3.0-IGO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-BY-SA-4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-BY-SA-4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC-PDDC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC-PDDC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CC0-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CC0-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDDL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDDL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDDL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDDL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDLA-Permissive-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDLA-Permissive-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDLA-Permissive-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDLA-Permissive-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CDLA-Sharing-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CDLA-Sharing-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-B": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-B" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CECILL-C": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CECILL-C" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-P-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-P-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-S-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-S-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CERN-OHL-W-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CERN-OHL-W-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CFITSIO": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CFITSIO" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "check-cvs": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "check-cvs" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "checkmk": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "checkmk" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ClArtistic": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ClArtistic" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Clips": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Clips" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CMU-Mach-nodoc": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CMU-Mach-nodoc" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CMU-Mach": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CMU-Mach" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CNRI-Jython": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CNRI-Jython" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CNRI-Python-GPL-Compatible": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CNRI-Python-GPL-Compatible" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CNRI-Python": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CNRI-Python" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "COIL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "COIL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Community-Spec-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Community-Spec-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Condor-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Condor-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "copyleft-next-0.3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "copyleft-next-0.3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "copyleft-next-0.3.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "copyleft-next-0.3.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Cornell-Lossless-JPEG": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Cornell-Lossless-JPEG" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CPAL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CPAL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CPOL-1.02": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CPOL-1.02" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-CreativeML-Open-Rail-M": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-CreativeML-Open-Rail-M" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Cronyx": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Cronyx" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Crossword": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Crossword" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CrystalStacker": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CrystalStacker" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "CUA-OPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "CUA-OPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Cube": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Cube" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "curl": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "curl" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "cve-tou": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "cve-tou" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "D-FSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "D-FSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DEC-3-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DEC-3-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "diffmark": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "diffmark" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DL-DE-BY-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DL-DE-BY-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DL-DE-ZERO-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DL-DE-ZERO-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DOC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DOC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Dotseqn": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Dotseqn" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DRL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DRL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DRL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DRL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "DSDP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "DSDP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "dtoa": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "dtoa" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "dvipdfm": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "dvipdfm" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ECL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ECL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ECL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ECL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "eCos-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "eCos-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EFL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EFL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EFL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EFL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "eGenix": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "eGenix" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Elastic-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Elastic-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Entessa": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Entessa" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EPICS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EPICS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ErlPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ErlPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "etalab-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "etalab-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EUDatagrid": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EUDatagrid" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EUPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EUPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EUPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EUPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "EUPL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "EUPL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Eurosym": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Eurosym" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Fair": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Fair" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FBM": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FBM" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FDK-AAC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FDK-AAC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Ferguson-Twofish": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Ferguson-Twofish" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Font-Awesome-Free-License-6.x": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Font-Awesome-Free-License-6.x" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Frameworx-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Frameworx-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FreeBSD-DOC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FreeBSD-DOC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FreeImage": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FreeImage" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFAP-no-warranty-disclaimer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFAP-no-warranty-disclaimer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFAP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFAP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFUL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFUL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFULLR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFULLR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FSFULLRWD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FSFULLRWD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "FTL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "FTL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Furuseth": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Furuseth" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "fwlw": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "fwlw" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GCR-docs": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GCR-docs" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-no-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-no-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-no-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-no-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-no-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-no-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-no-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-no-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-no-invariants-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-no-invariants-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-no-invariants-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-no-invariants-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GFDL-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GFDL-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Giftware": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Giftware" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GL2PS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GL2PS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Glide": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Glide" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Glulxe": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Glulxe" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GLWTPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GLWTPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "gnuplot": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "gnuplot" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-1.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-1.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-1.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-1.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-1.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-1.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-autoconf-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-autoconf-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-bison-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-bison-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-classpath-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-classpath-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-font-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-font-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0-with-GCC-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0-with-GCC-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-2.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-2.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0-with-autoconf-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0-with-autoconf-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0-with-GCC-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0-with-GCC-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "GPL-3.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "GPL-3.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Graphics-Gems": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Graphics-Gems" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "gSOAP-1.3b": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "gSOAP-1.3b" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "gtkbook": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "gtkbook" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Gutmann": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Gutmann" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HaskellReport": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HaskellReport" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "hdparm": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "hdparm" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HIDAPI": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HIDAPI" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Hippocratic-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Hippocratic-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HP-1986": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HP-1986" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HP-1989": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HP-1989" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-DEC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-DEC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-doc-sell": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-doc-sell" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-doc": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-doc" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-export-US-acknowledgement": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-export-US-acknowledgement" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-export-US-modify": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-export-US-modify" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-export-US": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-export-US" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-export2-US": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-export2-US" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Fenneberg-Livingston": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Fenneberg-Livingston" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-INRIA-IMAG": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-INRIA-IMAG" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Intel": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Intel" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Kevlin-Henney": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Kevlin-Henney" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Markus-Kuhn": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Markus-Kuhn" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-merchantability-variant": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-merchantability-variant" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-MIT-disclaimer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-MIT-disclaimer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Netrek": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Netrek" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-Pbmplus": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-Pbmplus" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-MIT-disclaimer-xserver": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-MIT-disclaimer-xserver" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-regexpr": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-regexpr" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-variant-MIT-disclaimer-rev": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-variant-MIT-disclaimer-rev" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-variant-MIT-disclaimer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-variant-MIT-disclaimer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-sell-variant": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-sell-variant" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-UC-export-US": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-UC-export-US" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND-UC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND-UC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HPND": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HPND" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "HTMLTIDY": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "HTMLTIDY" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IBM-pibs": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IBM-pibs" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ICU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ICU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IEC-Code-Components-EULA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IEC-Code-Components-EULA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IJG-short": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IJG-short" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IJG": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IJG" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ImageMagick": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ImageMagick" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "iMatix": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "iMatix" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Imlib2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Imlib2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Info-ZIP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Info-ZIP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Inner-Net-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Inner-Net-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Intel-ACPI": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Intel-ACPI" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Intel": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Intel" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Interbase-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Interbase-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IPA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IPA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "IPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "IPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ISC-Veillard": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ISC-Veillard" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ISC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ISC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Jam": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Jam" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "JasPer-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "JasPer-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-JDOM": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-JDOM" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "JPL-image": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "JPL-image" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "JPNIC": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "JPNIC" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "JSON": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "JSON" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Kastrup": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Kastrup" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Kazlib": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Kazlib" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Knuth-CTAN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Knuth-CTAN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LAL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LAL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LAL-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LAL-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Latex2e-translated-notice": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Latex2e-translated-notice" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Latex2e": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Latex2e" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Leptonica": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Leptonica" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.1-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.1-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.1-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.1-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-2.1+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-2.1+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-3.0-only": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-3.0-only" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-3.0-or-later": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-3.0-or-later" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPL-3.0+": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPL-3.0+" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LGPLLR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LGPLLR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "libpng-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "libpng-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Libpng": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Libpng" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "libselinux-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "libselinux-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "libtiff": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "libtiff" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "libutil-David-Nugent": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "libutil-David-Nugent" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LiLiQ-P-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LiLiQ-P-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LiLiQ-R-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LiLiQ-R-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LiLiQ-Rplus-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LiLiQ-Rplus-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-man-pages-1-para": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-man-pages-1-para" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-man-pages-copyleft-2-para": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-man-pages-copyleft-2-para" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-man-pages-copyleft-var": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-man-pages-copyleft-var" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-man-pages-copyleft": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-man-pages-copyleft" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Linux-OpenIB": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Linux-OpenIB" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LOOP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LOOP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPD-document": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPD-document" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPL-1.02": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPL-1.02" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.3a": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.3a" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LPPL-1.3c": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LPPL-1.3c" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "lsof": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "lsof" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Lucida-Bitmap-Fonts": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Lucida-Bitmap-Fonts" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LZMA-SDK-9.11-to-9.20": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LZMA-SDK-9.11-to-9.20" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LZMA-SDK-9.22": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LZMA-SDK-9.22" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Mackerras-3-Clause-acknowledgment": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Mackerras-3-Clause-acknowledgment" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Mackerras-3-Clause": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Mackerras-3-Clause" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "magaz": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "magaz" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "mailprio": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "mailprio" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MakeIndex": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MakeIndex" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Martin-Birgmeier": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Martin-Birgmeier" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "McPhee-slideshow": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "McPhee-slideshow" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "metamail": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "metamail" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Minpack": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Minpack" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MirOS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MirOS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-advertising": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-advertising" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-CMU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-CMU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-enna": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-enna" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-feh": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-feh" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-Festival": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-Festival" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-Khronos-old": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-Khronos-old" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-Modern-Variant": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-Modern-Variant" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-open-group": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-open-group" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-testregex": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-testregex" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT-Wu": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT-Wu" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MIT": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MIT" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MITNFA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MITNFA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MMIXware": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MMIXware" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Motosoto": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Motosoto" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPEG-SSG": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPEG-SSG" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "mpi-permissive": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "mpi-permissive" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "mpich2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "mpich2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPL-2.0-no-copyleft-exception": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPL-2.0-no-copyleft-exception" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "mplus": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "mplus" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MS-LPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MS-LPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MS-PL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MS-PL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MS-RL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MS-RL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MTLL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MTLL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MulanPSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MulanPSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "MulanPSL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "MulanPSL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Multics": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Multics" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Mup": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Mup" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NAIST-2003": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NAIST-2003" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NASA-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NASA-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Naumen": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Naumen" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NBPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NBPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NCBI-PD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NCBI-PD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NCGL-UK-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NCGL-UK-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NCL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NCL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NCSA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NCSA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Net-SNMP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Net-SNMP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NetCDF": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NetCDF" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Newsletr": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Newsletr" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NGPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NGPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NICTA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NICTA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NIST-PD-fallback": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NIST-PD-fallback" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NIST-PD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NIST-PD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NIST-Software": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NIST-Software" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NLOD-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NLOD-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NLOD-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NLOD-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NLPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NLPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Nokia": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Nokia" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NOSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NOSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Noweb": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Noweb" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NPOSL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NPOSL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NRL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NRL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NTP-0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NTP-0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "NTP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "NTP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Nunit": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Nunit" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "O-UDA-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "O-UDA-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OAR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OAR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OCCT-PL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OCCT-PL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OCLC-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OCLC-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ODbL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ODbL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ODC-By-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ODC-By-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFFIS": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFFIS" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.0-no-RFN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.0-no-RFN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.0-RFN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.0-RFN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.1-no-RFN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.1-no-RFN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.1-RFN": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.1-RFN" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OFL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OFL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGC-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGC-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGDL-Taiwan-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGDL-Taiwan-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGL-Canada-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGL-Canada-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGL-UK-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGL-UK-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGL-UK-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGL-UK-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGL-UK-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGL-UK-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OGTSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OGTSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-1.4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-1.4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.0.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.0.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.2.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.2.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.6": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.6" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.7": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.7" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLDAP-2.8": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLDAP-2.8" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OLFL-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OLFL-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OML": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OML" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-OpenRAIL-S-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-OpenRAIL-S-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-OpenRAIL-S-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-OpenRAIL-S-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OpenPBS-2.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OpenPBS-2.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-Open-RAIL-Plus-Plus-M": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-Open-RAIL-Plus-Plus-M" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OpenSSL-standalone": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OpenSSL-standalone" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OpenSSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OpenSSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OpenVision": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OpenVision" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OPL-UK-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OPL-UK-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OPUBL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OPUBL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSET-PL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSET-PL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-2.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "OSL-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "OSL-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PADL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PADL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-6.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-6.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PDDL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PDDL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PHP-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PHP-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PHP-3.01": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PHP-3.01" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Pixar": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Pixar" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "pkgconf": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "pkgconf" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Plexus": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Plexus" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "pnmstitch": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "pnmstitch" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PolyForm-Noncommercial-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PolyForm-Noncommercial-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PolyForm-Small-Business-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PolyForm-Small-Business-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PostgreSQL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PostgreSQL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "PSF-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "PSF-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "psfrag": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "psfrag" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "psutils": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "psutils" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Python-2.0.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Python-2.0.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Python-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Python-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "python-ldap": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "python-ldap" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Qhull": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Qhull" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "QPL-1.0-INRIA-2004": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "QPL-1.0-INRIA-2004" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "QPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "QPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "radvd": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "radvd" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-RAIL-A": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-RAIL-A" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Rdisc": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Rdisc" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RHeCos-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RHeCos-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RPL-1.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RPL-1.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RPSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RPSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RSA-MD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RSA-MD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "RSCPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "RSCPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Ruby-pty": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Ruby-pty" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Ruby": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Ruby" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SAX-PD-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SAX-PD-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SAX-PD": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SAX-PD" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Saxpath": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Saxpath" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SCEA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SCEA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SchemeReport": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SchemeReport" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-SendBird-SDK": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-SendBird-SDK" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sendmail-8.23": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sendmail-8.23" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sendmail": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sendmail" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGI-B-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGI-B-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGI-B-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGI-B-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGI-B-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGI-B-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGI-OpenGL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGI-OpenGL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SGP4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SGP4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SHL-0.5": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SHL-0.5" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SHL-0.51": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SHL-0.51" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-SIL-AI-RAIL-M-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-SIL-AI-RAIL-M-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SimPL-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SimPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SISSL-1.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SISSL-1.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SISSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SISSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sleepycat": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sleepycat" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SMLNJ": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SMLNJ" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SMPPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SMPPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SNIA": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SNIA" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "snprintf": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "snprintf" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "softSurfer": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "softSurfer" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Soundex": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Soundex" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Spencer-86": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Spencer-86" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Spencer-94": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Spencer-94" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Spencer-99": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Spencer-99" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ssh-keyscan": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ssh-keyscan" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SSH-OpenSSH": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SSH-OpenSSH" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SSH-short": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SSH-short" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SSLeay-standalone": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SSLeay-standalone" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SSPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SSPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "StandardML-NJ": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "StandardML-NJ" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SugarCRM-1.1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SugarCRM-1.1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sun-PPP-2000": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sun-PPP-2000" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Sun-PPP": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Sun-PPP" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SunPro": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SunPro" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "SWL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "SWL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "swrule": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "swrule" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Symlinks": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Symlinks" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TAPR-OHL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TAPR-OHL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TCL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TCL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TCP-wrappers": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TCP-wrappers" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TermReadKey": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TermReadKey" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TGPPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TGPPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-1.1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-1.1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.3.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.3.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-2.4.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-2.4.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-3.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-3.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-4.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-4.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-5.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-5.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0-pre.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0-pre.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0-pre.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0-pre.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0-pre.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0-pre.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Parity-7.0.0-pre.4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Parity-7.0.0-pre.4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-1.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-1.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-1.0.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-1.0.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-1.1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-1.1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-2.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-2.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-3.0.0-pre.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-3.0.0-pre.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-3.0.0-pre.2": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-3.0.0-pre.2" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Prosperity-3.0.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Prosperity-3.0.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "threeparttable": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "threeparttable" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TMate": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TMate" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TORQUE-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TORQUE-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TOSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TOSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TPDL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TPDL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-T-RSL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-T-RSL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TTWL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TTWL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TTYP0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TTYP0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TU-Berlin-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TU-Berlin-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "TU-Berlin-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "TU-Berlin-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UCAR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UCAR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UCL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UCL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "ulem": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "ulem" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UMich-Merit": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UMich-Merit" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unicode-3.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unicode-3.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unicode-DFS-2015": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unicode-DFS-2015" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unicode-DFS-2016": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unicode-DFS-2016" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unicode-TOU": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unicode-TOU" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UnixCrypt": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UnixCrypt" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Unlicense": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Unlicense" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "UPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "UPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "URT-RLE": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "URT-RLE" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Vim": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Vim" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "VOSTROM": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "VOSTROM" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "VSL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "VSL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "LicenseRef-W3C-IPR": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "LicenseRef-W3C-IPR" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "W3C-19980720": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "W3C-19980720" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "W3C-20150513": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "W3C-20150513" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "W3C": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "W3C" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "w3m": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "w3m" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Watcom-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Watcom-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Widget-Workshop": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Widget-Workshop" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Wsuipa": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Wsuipa" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "WTFPL": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "WTFPL" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "wxWindows": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "wxWindows" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "X11-distribute-modifications-variant": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "X11-distribute-modifications-variant" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "X11-swapped": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "X11-swapped" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "X11": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "X11" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Xdebug-1.03": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Xdebug-1.03" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Xerox": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Xerox" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Xfig": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Xfig" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "XFree86-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "XFree86-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xinetd": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xinetd" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xkeyboard-config-Zinoviev": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xkeyboard-config-Zinoviev" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xlock": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xlock" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Xnet": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Xnet" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xpp": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xpp" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "XSkat": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "XSkat" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "xzoom": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "xzoom" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "YPL-1.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "YPL-1.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "YPL-1.1": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "YPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zed": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zed" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zeeff": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zeeff" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zend-2.0": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zend-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zimbra-1.3": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zimbra-1.3" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zimbra-1.4": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zimbra-1.4" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "zlib-acknowledgement": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "zlib-acknowledgement" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" + } + }, + "description": "" + }, + "Zlib": { + "type": "object", + "additionalProperties": false, + "properties": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { + "type": "string", + "description": "", + "default": "Zlib" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" } }, - "required": [ - "action" - ] + "description": "" }, - "invisibleChars": { + "ZPL-1.1": { "type": "object", "additionalProperties": false, - "description": "", "properties": { - "action": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { "type": "string", - "enum": [ - "defer", - "error", - "warn", - "monitor", - "ignore" - ], - "description": "The action to take for invisibleChars issues." + "description": "", + "default": "ZPL-1.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" } }, - "required": [ - "action" - ] + "description": "" }, - "suspiciousString": { + "ZPL-2.0": { "type": "object", "additionalProperties": false, - "description": "", "properties": { - "action": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { "type": "string", - "enum": [ - "defer", - "error", - "warn", - "monitor", - "ignore" - ], - "description": "The action to take for suspiciousString issues." + "description": "", + "default": "ZPL-2.0" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" } }, - "required": [ - "action" - ] + "description": "" }, - "potentialVulnerability": { + "ZPL-2.1": { "type": "object", "additionalProperties": false, - "description": "", "properties": { - "action": { + "allowed": { + "type": "boolean", + "default": false, + "description": "" + }, + "licenseId": { "type": "string", - "enum": [ - "defer", - "error", - "warn", - "monitor", - "ignore" - ], - "description": "The action to take for potentialVulnerability issues." + "description": "", + "default": "ZPL-2.1" + }, + "name": { + "type": "string", + "description": "", + "default": "" + }, + "deprecated": { + "type": "boolean", + "default": false, + "description": "" + }, + "fsfLibre": { + "type": "boolean", + "default": false, + "description": "" + }, + "osiApproved": { + "type": "boolean", + "default": false, + "description": "" + }, + "crossRef": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakTier": { + "type": "string", + "description": "", + "default": "" + }, + "blueOakFamily": { + "type": "string", + "description": "", + "default": "" + }, + "licenseExceptionId": { + "type": "string", + "description": "", + "default": "" + }, + "isDeprecatedLicenseId": { + "type": "boolean", + "default": false, + "description": "" } }, - "required": [ - "action" - ] - } - } - }, - "securityPolicyDefault": { - "type": "string", - "enum": [ - "default", - "low", - "medium", - "high" - ], - "description": "The default security policy for the organization", - "default": "default" - } - } - } - } - }, - "description": "Updated repository details" - }, - "400": { - "$ref": "#/components/responses/SocketBadRequest" - }, - "401": { - "$ref": "#/components/responses/SocketUnauthorized" - }, - "403": { - "$ref": "#/components/responses/SocketForbidden" - }, - "404": { - "$ref": "#/components/responses/SocketNotFoundResponse" - }, - "429": { - "$ref": "#/components/responses/SocketTooManyRequestsResponse" - } - }, - "x-readme": {} - } - }, - "/orgs/{org_slug}/settings/license-policy": { - "get": { - "tags": [ - "Settings" - ], - "summary": "Get Organization License Policy", - "operationId": "getOrgLicensePolicy", - "parameters": [ - { - "name": "org_slug", - "in": "path", - "required": true, - "description": "The slug of the organization", - "schema": { - "type": "string" - } - } - ], - "security": [ - { - "basicAuth": [ - "license-policy:read" - ] - } - ], - "description": "Retrieve the license policy of an organization.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- license-policy:read", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "type": "object", - "additionalProperties": false, - "properties": { - "license_policy_org_id": { - "type": "string", - "description": "", - "default": "" - }, - "license_policy": { - "type": "object", - "additionalProperties": { - "type": "object", - "additionalProperties": false, - "properties": { - "allowed": { - "type": "boolean", - "default": false, - "description": "" - }, - "licenseId": { - "type": "string", - "description": "", - "default": "" - }, - "name": { - "type": "string", - "description": "", - "default": "" - }, - "deprecated": { - "type": "boolean", - "default": false, - "description": "" - }, - "fsfLibre": { - "type": "boolean", - "default": false, - "description": "" - }, - "osiApproved": { - "type": "boolean", - "default": false, - "description": "" - }, - "crossRef": { - "type": "string", - "description": "", - "default": "" - }, - "blueOakTier": { - "type": "string", - "description": "", - "default": "" - }, - "blueOakFamily": { - "type": "string", - "description": "", - "default": "" - }, - "licenseExceptionId": { - "type": "string", - "description": "", - "default": "" - }, - "isDeprecatedLicenseId": { - "type": "boolean", - "default": false, - "description": "" - } + "description": "" } }, - "properties": {} - } - } - } - } - }, - "description": "Retrieved license policy details" - }, - "400": { - "$ref": "#/components/responses/SocketBadRequest" - }, - "401": { - "$ref": "#/components/responses/SocketUnauthorized" - }, - "403": { - "$ref": "#/components/responses/SocketForbidden" - }, - "404": { - "$ref": "#/components/responses/SocketNotFoundResponse" - }, - "429": { - "$ref": "#/components/responses/SocketTooManyRequestsResponse" - } - }, - "x-readme": {} - }, - "post": { - "tags": [ - "Settings" - ], - "summary": "Update License Policy", - "operationId": "updateOrgLicensePolicy", - "parameters": [ - { - "name": "org_slug", - "in": "path", - "required": true, - "description": "The slug of the organization", - "schema": { - "type": "string" - } - }, - { - "name": "merge_update", - "in": "query", - "required": true, - "description": "Merge the policy update with the existing policy. Default is true. If false, the existing policy will be replaced with the new policy.", - "schema": { - "type": "boolean", - "default": false - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "additionalProperties": false, - "properties": { - "quick_setup": { - "type": "object", - "additionalProperties": false, - "properties": { - "permissive": { - "type": "boolean", - "default": false, - "description": "" - }, - "weak_copyleft": { - "type": "boolean", - "default": false, - "description": "" - }, - "strong_copyleft": { - "type": "boolean", - "default": false, - "description": "" - }, - "lead": { - "type": "boolean", - "default": false, - "description": "" - } + "description": "License policy for a given licenseId" } }, - "license_policy": { - "type": "object", - "additionalProperties": { - "type": "boolean", - "default": false, - "description": "" - }, - "properties": {} - } - } - } - } - }, - "required": false - }, - "security": [ - { - "basicAuth": [ - "license-policy:update" - ] - } - ], - "description": "Update the license policy of an organization.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- license-policy:update", - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "type": "object", - "additionalProperties": false, - "properties": { - "license_policy_org_id": { - "type": "string", - "description": "", - "default": "" - }, - "license_policy": { - "type": "object", - "additionalProperties": { - "type": "object", - "additionalProperties": false, - "properties": { - "allowed": { - "type": "boolean", - "default": false, - "description": "" - }, - "licenseId": { - "type": "string", - "description": "", - "default": "" - }, - "name": { - "type": "string", - "description": "", - "default": "" - }, - "deprecated": { - "type": "boolean", - "default": false, - "description": "" - }, - "fsfLibre": { - "type": "boolean", - "default": false, - "description": "" - }, - "osiApproved": { - "type": "boolean", - "default": false, - "description": "" - }, - "crossRef": { - "type": "string", - "description": "", - "default": "" - }, - "blueOakTier": { - "type": "string", - "description": "", - "default": "" - }, - "blueOakFamily": { - "type": "string", - "description": "", - "default": "" - }, - "licenseExceptionId": { - "type": "string", - "description": "", - "default": "" - }, - "isDeprecatedLicenseId": { - "type": "boolean", - "default": false, - "description": "" - } - } - }, - "properties": {} - } - } + "description": "" } } }, @@ -19084,7 +110168,8 @@ "total_medium_alerts", "total_medium_prevented" ] - } + }, + "description": "" } } }, @@ -19263,7 +110348,8 @@ "total_medium_alerts", "total_medium_prevented" ] - } + }, + "description": "" } } }, @@ -19414,7 +110500,8 @@ "type", "version" ] - } + }, + "description": "" } }, "required": [ @@ -19502,7 +110589,8 @@ "description": "", "default": "" } - } + }, + "description": "" } } }, @@ -19583,9 +110671,11 @@ "pattern" ] }, - "properties": {} + "properties": {}, + "description": "" }, - "properties": {} + "properties": {}, + "description": "" } } }, @@ -19768,7 +110858,8 @@ "repo", "url" ] - } + }, + "description": "" } } }, @@ -19823,9 +110914,11 @@ "default": false, "description": "" }, - "properties": {} + "properties": {}, + "description": "" } - } + }, + "description": "" } } }, @@ -20048,8 +111141,10 @@ "id" ] } - } - } + }, + "description": "" + }, + "description": "" } }, "required": [ @@ -20109,6 +111204,20 @@ "default": "1" } }, + { + "name": "sort", + "in": "query", + "required": false, + "description": "Sort sort the threat feed by ID or createdAt attribute.", + "schema": { + "type": "string", + "enum": [ + "id", + "created_at" + ], + "default": "id" + } + }, { "name": "direction", "in": "query", @@ -20166,6 +111275,16 @@ "default": "" } }, + { + "name": "is_human_reviewed", + "in": "query", + "required": false, + "description": "Only return threats which have been human-reviewed", + "schema": { + "type": "boolean", + "default": false + } + }, { "name": "ecosystem", "in": "query", @@ -20178,7 +111297,8 @@ "golang", "maven", "npm", - "pypi" + "pypi", + "nuget" ] } } @@ -20246,8 +111366,10 @@ "description": "", "default": "" } - } - } + }, + "description": "" + }, + "description": "" }, "nextPage": { "type": "string", @@ -20367,7 +111489,7 @@ "basicAuth": [] } ], - "description": "Get information on the current organizations associated with the API key.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- Any", + "description": "Get information on the current organizations associated with the API token.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:\n- Any", "responses": { "200": { "content": { @@ -20418,7 +111540,8 @@ "slug" ] }, - "properties": {} + "properties": {}, + "description": "" } }, "required": [ @@ -20460,8 +111583,10 @@ "description": "", "default": "" } - } - } + }, + "description": "" + }, + "description": "" } } }, @@ -20566,7 +111691,8 @@ "settings", "start" ] - } + }, + "description": "" } }, "required": [ diff --git a/types/api.d.ts b/types/api.d.ts index cf7c69b..f0445da 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -423,6 +423,64 @@ export interface paths { */ post: operations["updateOrgAlertTriage"]; }; + "/orgs/{org_slug}/api-tokens": { + /** + * List API Tokens + * @description List all API Tokens. + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:list + */ + get: operations["getAPITokens"]; + /** + * Create API Token + * @description Create an API Token. The API Token created must use a subset of permissions the API token creating them. + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:create + */ + post: operations["postAPIToken"]; + }; + "/orgs/{org_slug}/api-tokens/update": { + /** + * Update API Token + * @description Update an API Token. The API Token created must use a subset of permissions the API token creating them. + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:create + */ + post: operations["postAPITokenUpdate"]; + }; + "/orgs/{org_slug}/api-tokens/rotate": { + /** + * Rotate API Token + * @description Rotate an API Token + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:rotate + */ + post: operations["postAPITokensRotate"]; + }; + "/orgs/{org_slug}/api-tokens/revoke": { + /** + * Revoke API Token + * @description Revoke an API Token + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:revoke + */ + post: operations["postAPITokensRevoke"]; + }; "/orgs/{org_slug}/settings/integrations/{integration_id}/events": { /** * Get integration events @@ -658,7 +716,7 @@ export interface paths { "/organizations": { /** * List organizations - * @description Get information on the current organizations associated with the API key. + * @description Get information on the current organizations associated with the API token. * * This endpoint consumes 1 unit of your quota. * @@ -765,16 +823,24 @@ export interface components { }; LicenseAllowListRequest: { components: components["schemas"]["SocketBatchPURLRequest"][]; - license_allow_list: components["schemas"]["LicenseAllowList"]; + allow: components["schemas"]["LicenseAllowList"]; + warn: components["schemas"]["LicenseAllowList"]; + license_allow_list: { + allowedApprovalSources: string[]; + allowedFamilies: string[]; + allowedTiers: string[]; + allowedStrings: string[]; + allowedPURLs: string[]; + /** @default false */ + focusAlertsHere: boolean; + } | null; + }; + LicensePolicy: { + allow: components["schemas"]["LicenseAllowListElabbed"]; + warn: components["schemas"]["LicenseAllowListElabbed"]; }; LicenseAllowList: { - allowedApprovalSources: string[]; - allowedFamilies: string[]; - allowedTiers: string[]; - allowedStrings: string[]; - allowedPURLs: string[]; - /** @default false */ - focusAlertsHere: boolean; + strings: string[]; }; CDXManifestSchema: { /** @default CycloneDX */ @@ -934,6 +1000,10 @@ export interface components { SocketArtifactLink: { /** @default false */ direct?: boolean; + /** @default false */ + dev?: boolean; + /** @default false */ + dead?: boolean; manifestFiles?: components["schemas"]["SocketManifestReference"][]; topLevelAncestors?: components["schemas"]["SocketId"][]; dependencies?: components["schemas"]["SocketId"][]; @@ -1002,6 +1072,12 @@ export interface components { /** @default */ purl: string; }; + LicenseAllowListElabbed: { + strings: string[]; + classes: string[]; + packageURLs: string[]; + disjs: string[]; + }; CDXComponentSchema: { /** @default */ author?: string; @@ -1398,6 +1474,7 @@ export interface components { /** @default */ licenseScanResult: string; violationData: Record[]; + warnData: Record[]; }; usage?: components["schemas"]["SocketUsageRef"]; }; @@ -2236,10 +2313,7 @@ export interface components { value?: components["schemas"]["SocketIssueBasics"] & { /** @default */ description: string; - props: { - /** @default */ - source: string; - }; + props: Record; usage?: components["schemas"]["SocketUsageRef"]; }; }) | ({ @@ -2896,14 +2970,24 @@ export interface operations { saturateLicensePolicy: { requestBody?: { content: { - "application/json": components["schemas"]["LicenseAllowList"]; + "application/json": { + allow: components["schemas"]["LicenseAllowList"]; + warn: components["schemas"]["LicenseAllowList"]; + allowedApprovalSources: string[] | null; + allowedFamilies: string[] | null; + allowedTiers: string[] | null; + allowedStrings: string[] | null; + allowedPURLs: string[] | null; + /** @default false */ + focusAlertsHere: boolean | null; + }; }; }; responses: { /** @description Saturated License Allow List */ 200: { content: { - "application/json": components["schemas"]["LicenseAllowList"]; + "application/json": components["schemas"]["LicensePolicy"]; }; }; 400: components["responses"]["SocketBadRequest"]; @@ -4655,6 +4739,302 @@ export interface operations { 429: components["responses"]["SocketTooManyRequestsResponse"]; }; }; + /** + * List API Tokens + * @description List all API Tokens. + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:list + */ + getAPITokens: { + parameters: { + query?: { + /** @description Specify Sort order. */ + sort?: "created_at"; + /** @description Specify sort direction. */ + direction?: "asc" | "desc"; + /** @description Specify the maximum number of results to return per page. */ + per_page?: number; + /** @description The token specifying which page to return. */ + page?: number; + }; + path: { + /** @description The slug of the organization */ + org_slug: string; + }; + }; + responses: { + /** @description The paginated array of API tokens for the organization, and related metadata. */ + 200: { + content: { + "application/json": { + tokens: ({ + /** @default */ + token: string; + /** + * @description Name for the API Token + * @default api token + */ + name: string; + scopes: ("report" | "report:list" | "report:read" | "report:write" | "repo" | "repo:list" | "repo:create" | "repo:update" | "repo:delete" | "full-scans" | "full-scans:list" | "full-scans:create" | "full-scans:delete" | "packages" | "packages:list" | "audit-log" | "audit-log:list" | "integration" | "integration:list" | "integration:create" | "integration:update" | "integration:delete" | "threat-feed" | "threat-feed:list" | "security-policy" | "security-policy:update" | "security-policy:read" | "license-policy" | "license-policy:update" | "license-policy:read" | "triage" | "triage:alerts-list" | "triage:alerts-update" | "api-tokens" | "api-tokens:create" | "api-tokens:update" | "api-tokens:revoke" | "api-tokens:rotate" | "api-tokens:list")[]; + /** @default 1000 */ + max_quota: number; + /** + * @default organization + * @enum {string} + */ + visibility: "admin" | "organization"; + /** + * Format: date + * @default + */ + last_used_at: string; + /** + * Format: date + * @default + */ + created_at: string; + committers: ({ + /** @default */ + email?: string; + /** + * @default api + * @enum {string} + */ + provider?: "api" | "azure" | "bitbucket" | "github" | "gitlab"; + /** @default */ + providerLoginName?: string; + /** @default */ + providerUserId?: string; + })[]; + })[]; + /** @default 0 */ + nextPage: number; + }; + }; + }; + 401: components["responses"]["SocketUnauthorized"]; + 403: components["responses"]["SocketForbidden"]; + 429: components["responses"]["SocketTooManyRequestsResponse"]; + }; + }; + /** + * Create API Token + * @description Create an API Token. The API Token created must use a subset of permissions the API token creating them. + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:create + */ + postAPIToken: { + parameters: { + path: { + /** @description The slug of the organization */ + org_slug: string; + }; + }; + /** @description The settings to create the api token with. */ + requestBody?: { + content: { + "application/json": { + /** @default */ + token: string; + /** + * @description Name for the API Token + * @default api token + */ + name: string; + scopes: ("report" | "report:list" | "report:read" | "report:write" | "repo" | "repo:list" | "repo:create" | "repo:update" | "repo:delete" | "full-scans" | "full-scans:list" | "full-scans:create" | "full-scans:delete" | "packages" | "packages:list" | "audit-log" | "audit-log:list" | "integration" | "integration:list" | "integration:create" | "integration:update" | "integration:delete" | "threat-feed" | "threat-feed:list" | "security-policy" | "security-policy:update" | "security-policy:read" | "license-policy" | "license-policy:update" | "license-policy:read" | "triage" | "triage:alerts-list" | "triage:alerts-update" | "api-tokens" | "api-tokens:create" | "api-tokens:update" | "api-tokens:revoke" | "api-tokens:rotate" | "api-tokens:list")[]; + /** @default 1000 */ + max_quota: number; + /** + * @default organization + * @enum {string} + */ + visibility: "admin" | "organization"; + committer: { + /** @default */ + email?: string; + /** + * @default api + * @enum {string} + */ + provider?: "api" | "azure" | "bitbucket" | "github" | "gitlab"; + /** @default */ + providerLoginName?: string; + /** @default */ + providerUserId?: string; + }; + }; + }; + }; + responses: { + /** @description The newly created api token. */ + 200: { + content: { + "application/json": { + /** @default */ + token: string; + }; + }; + }; + 401: components["responses"]["SocketUnauthorized"]; + 403: components["responses"]["SocketForbidden"]; + 429: components["responses"]["SocketTooManyRequestsResponse"]; + }; + }; + /** + * Update API Token + * @description Update an API Token. The API Token created must use a subset of permissions the API token creating them. + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:create + */ + postAPITokenUpdate: { + parameters: { + path: { + /** @description The slug of the organization */ + org_slug: string; + }; + }; + /** @description The token and properties to update on the token. */ + requestBody?: { + content: { + "application/json": { + /** @default */ + token: string; + /** + * @description Name for the API Token + * @default api token + */ + name: string; + scopes: ("report" | "report:list" | "report:read" | "report:write" | "repo" | "repo:list" | "repo:create" | "repo:update" | "repo:delete" | "full-scans" | "full-scans:list" | "full-scans:create" | "full-scans:delete" | "packages" | "packages:list" | "audit-log" | "audit-log:list" | "integration" | "integration:list" | "integration:create" | "integration:update" | "integration:delete" | "threat-feed" | "threat-feed:list" | "security-policy" | "security-policy:update" | "security-policy:read" | "license-policy" | "license-policy:update" | "license-policy:read" | "triage" | "triage:alerts-list" | "triage:alerts-update" | "api-tokens" | "api-tokens:create" | "api-tokens:update" | "api-tokens:revoke" | "api-tokens:rotate" | "api-tokens:list")[]; + /** @default 1000 */ + max_quota: number; + /** + * @default organization + * @enum {string} + */ + visibility: "admin" | "organization"; + committer: { + /** @default */ + email?: string; + /** + * @default api + * @enum {string} + */ + provider?: "api" | "azure" | "bitbucket" | "github" | "gitlab"; + /** @default */ + providerLoginName?: string; + /** @default */ + providerUserId?: string; + }; + }; + }; + }; + responses: { + /** @description The updated token. */ + 200: { + content: { + "application/json": { + /** @default */ + token: string; + }; + }; + }; + 401: components["responses"]["SocketUnauthorized"]; + 403: components["responses"]["SocketForbidden"]; + 429: components["responses"]["SocketTooManyRequestsResponse"]; + }; + }; + /** + * Rotate API Token + * @description Rotate an API Token + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:rotate + */ + postAPITokensRotate: { + parameters: { + path: { + /** @description The slug of the organization */ + org_slug: string; + }; + }; + /** @description The API Token to rotate */ + requestBody?: { + content: { + "application/json": { + /** @default */ + token: string; + }; + }; + }; + responses: { + /** @description The replacement API Token */ + 200: { + content: { + "application/json": { + /** @default */ + token: string; + }; + }; + }; + 401: components["responses"]["SocketUnauthorized"]; + 403: components["responses"]["SocketForbidden"]; + 429: components["responses"]["SocketTooManyRequestsResponse"]; + }; + }; + /** + * Revoke API Token + * @description Revoke an API Token + * + * This endpoint consumes 10 units of your quota. + * + * This endpoint requires the following org token scopes: + * - api-tokens:revoke + */ + postAPITokensRevoke: { + parameters: { + path: { + /** @description The slug of the organization */ + org_slug: string; + }; + }; + /** @description The token to revoke. */ + requestBody?: { + content: { + "application/json": { + /** @default */ + token: string; + }; + }; + }; + responses: { + /** @description Response body */ + 200: { + content: { + "application/json": { + /** + * Format: The status of the token + * @default revoked + */ + status: string; + }; + }; + }; + 401: components["responses"]["SocketUnauthorized"]; + 403: components["responses"]["SocketForbidden"]; + 429: components["responses"]["SocketTooManyRequestsResponse"]; + }; + }; /** * Get integration events * @description Retrieve events for integration. @@ -6877,11 +7257,12 @@ export interface operations { "application/json": { /** @default */ license_policy_org_id?: string; + /** @description License policy for a given licenseId */ license_policy?: { - [key: string]: { + "0BSD"?: { /** @default false */ allowed?: boolean; - /** @default */ + /** @default 0BSD */ licenseId?: string; /** @default */ name?: string; @@ -6902,8 +7283,16736 @@ export interface operations { /** @default false */ isDeprecatedLicenseId?: boolean; }; - }; - }; + "3D-Slicer-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default 3D-Slicer-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + AAL?: { + /** @default false */ + allowed?: boolean; + /** @default AAL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Abstyles?: { + /** @default false */ + allowed?: boolean; + /** @default Abstyles */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AdaCore-doc"?: { + /** @default false */ + allowed?: boolean; + /** @default AdaCore-doc */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Adobe-2006"?: { + /** @default false */ + allowed?: boolean; + /** @default Adobe-2006 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Adobe-Display-PostScript"?: { + /** @default false */ + allowed?: boolean; + /** @default Adobe-Display-PostScript */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Adobe-Glyph"?: { + /** @default false */ + allowed?: boolean; + /** @default Adobe-Glyph */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Adobe-Utopia"?: { + /** @default false */ + allowed?: boolean; + /** @default Adobe-Utopia */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ADSL?: { + /** @default false */ + allowed?: boolean; + /** @default ADSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Afmparse?: { + /** @default false */ + allowed?: boolean; + /** @default Afmparse */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-1.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-1.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-1.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-1.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-3.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-3.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-3.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-3.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Aladdin?: { + /** @default false */ + allowed?: boolean; + /** @default Aladdin */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AMD-newlib"?: { + /** @default false */ + allowed?: boolean; + /** @default AMD-newlib */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + AMDPLPA?: { + /** @default false */ + allowed?: boolean; + /** @default AMDPLPA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AML-glslang"?: { + /** @default false */ + allowed?: boolean; + /** @default AML-glslang */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + AML?: { + /** @default false */ + allowed?: boolean; + /** @default AML */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + AMPAS?: { + /** @default false */ + allowed?: boolean; + /** @default AMPAS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ANTLR-PD-fallback"?: { + /** @default false */ + allowed?: boolean; + /** @default ANTLR-PD-fallback */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ANTLR-PD"?: { + /** @default false */ + allowed?: boolean; + /** @default ANTLR-PD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "any-OSI"?: { + /** @default false */ + allowed?: boolean; + /** @default any-OSI */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Apache-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Apache-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Apache-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Apache-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Apache-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Apache-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + APAFML?: { + /** @default false */ + allowed?: boolean; + /** @default APAFML */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default APL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "App-s2p"?: { + /** @default false */ + allowed?: boolean; + /** @default App-s2p */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default APSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APSL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default APSL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APSL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default APSL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APSL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default APSL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Arphic-1999"?: { + /** @default false */ + allowed?: boolean; + /** @default Arphic-1999 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Artistic-1.0-cl8"?: { + /** @default false */ + allowed?: boolean; + /** @default Artistic-1.0-cl8 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Artistic-1.0-Perl"?: { + /** @default false */ + allowed?: boolean; + /** @default Artistic-1.0-Perl */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Artistic-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Artistic-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Artistic-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Artistic-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ASWF-Digital-Assets-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ASWF-Digital-Assets-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ASWF-Digital-Assets-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default ASWF-Digital-Assets-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Baekmuk?: { + /** @default false */ + allowed?: boolean; + /** @default Baekmuk */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Bahyph?: { + /** @default false */ + allowed?: boolean; + /** @default Bahyph */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Barr?: { + /** @default false */ + allowed?: boolean; + /** @default Barr */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "bcrypt-Solar-Designer"?: { + /** @default false */ + allowed?: boolean; + /** @default bcrypt-Solar-Designer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Beerware?: { + /** @default false */ + allowed?: boolean; + /** @default Beerware */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-BigScience-Open-Rail-M"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-BigScience-Open-Rail-M */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-BigScience-RAIL-License-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-BigScience-RAIL-License-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Bitstream-Charter"?: { + /** @default false */ + allowed?: boolean; + /** @default Bitstream-Charter */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Bitstream-Vera"?: { + /** @default false */ + allowed?: boolean; + /** @default Bitstream-Vera */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BitTorrent-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default BitTorrent-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BitTorrent-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default BitTorrent-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + blessing?: { + /** @default false */ + allowed?: boolean; + /** @default blessing */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BlueOak-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default BlueOak-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Boehm-GC"?: { + /** @default false */ + allowed?: boolean; + /** @default Boehm-GC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Borceux?: { + /** @default false */ + allowed?: boolean; + /** @default Borceux */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Brian-Gladman-2-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default Brian-Gladman-2-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Brian-Gladman-3-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default Brian-Gladman-3-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-1-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-1-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-Darwin"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-Darwin */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-first-lines"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-first-lines */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-FreeBSD"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-FreeBSD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-NetBSD"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-NetBSD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-Patent"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-Patent */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-Views"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-Views */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-acpica"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-acpica */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Attribution"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Attribution */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Clear"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Clear */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-flex"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-flex */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-HP"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-HP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-LBNL"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-LBNL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Modification"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Modification */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-No-Military-License"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-No-Military-License */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-No-Nuclear-License-2014"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-No-Nuclear-License-2014 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-No-Nuclear-License"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-No-Nuclear-License */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-No-Nuclear-Warranty"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-No-Nuclear-Warranty */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Open-MPI"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Open-MPI */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Sun"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Sun */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4-Clause-Shortened"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4-Clause-Shortened */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4-Clause-UC"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4-Clause-UC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4.3RENO"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4.3RENO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4.3TAHOE"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4.3TAHOE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Advertising-Acknowledgement"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Advertising-Acknowledgement */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Attribution-HPND-disclaimer"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Attribution-HPND-disclaimer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Inferno-Nettverk"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Inferno-Nettverk */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Protection"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Protection */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Source-beginning-file"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Source-beginning-file */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Source-Code"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Source-Code */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Systemics-W3Works"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Systemics-W3Works */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Systemics"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Systemics */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default BSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BUSL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default BUSL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "bzip2-1.0.5"?: { + /** @default false */ + allowed?: boolean; + /** @default bzip2-1.0.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "bzip2-1.0.6"?: { + /** @default false */ + allowed?: boolean; + /** @default bzip2-1.0.6 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "C-UDA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default C-UDA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CAL-1.0-Combined-Work-Exception"?: { + /** @default false */ + allowed?: boolean; + /** @default CAL-1.0-Combined-Work-Exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CAL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CAL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Caldera-no-preamble"?: { + /** @default false */ + allowed?: boolean; + /** @default Caldera-no-preamble */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Caldera?: { + /** @default false */ + allowed?: boolean; + /** @default Caldera */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Catharon?: { + /** @default false */ + allowed?: boolean; + /** @default Catharon */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CATOSL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CATOSL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-2.5-AU"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-2.5-AU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-AT"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-AT */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-AU"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-AU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-IGO"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-IGO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-NL"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-NL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-US"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-US */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-3.0-IGO"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-3.0-IGO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.0-FR"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.0-FR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.0-UK"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.0-UK */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-3.0-IGO"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-3.0-IGO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-2.0-UK"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-2.0-UK */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-2.1-JP"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-2.1-JP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-3.0-AT"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-3.0-AT */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-3.0-IGO"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-3.0-IGO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-PDDC"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-PDDC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC0-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC0-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDDL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDDL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDDL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CDDL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDLA-Permissive-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDLA-Permissive-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDLA-Permissive-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDLA-Permissive-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDLA-Sharing-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDLA-Sharing-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-B"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-B */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-C"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-C */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-P-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-P-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-S-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-S-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-W-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-W-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + CFITSIO?: { + /** @default false */ + allowed?: boolean; + /** @default CFITSIO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "check-cvs"?: { + /** @default false */ + allowed?: boolean; + /** @default check-cvs */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + checkmk?: { + /** @default false */ + allowed?: boolean; + /** @default checkmk */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ClArtistic?: { + /** @default false */ + allowed?: boolean; + /** @default ClArtistic */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Clips?: { + /** @default false */ + allowed?: boolean; + /** @default Clips */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CMU-Mach-nodoc"?: { + /** @default false */ + allowed?: boolean; + /** @default CMU-Mach-nodoc */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CMU-Mach"?: { + /** @default false */ + allowed?: boolean; + /** @default CMU-Mach */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CNRI-Jython"?: { + /** @default false */ + allowed?: boolean; + /** @default CNRI-Jython */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CNRI-Python-GPL-Compatible"?: { + /** @default false */ + allowed?: boolean; + /** @default CNRI-Python-GPL-Compatible */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CNRI-Python"?: { + /** @default false */ + allowed?: boolean; + /** @default CNRI-Python */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "COIL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default COIL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Community-Spec-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Community-Spec-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Condor-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Condor-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "copyleft-next-0.3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default copyleft-next-0.3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "copyleft-next-0.3.1"?: { + /** @default false */ + allowed?: boolean; + /** @default copyleft-next-0.3.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Cornell-Lossless-JPEG"?: { + /** @default false */ + allowed?: boolean; + /** @default Cornell-Lossless-JPEG */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CPAL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CPAL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CPOL-1.02"?: { + /** @default false */ + allowed?: boolean; + /** @default CPOL-1.02 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-CreativeML-Open-Rail-M"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-CreativeML-Open-Rail-M */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Cronyx?: { + /** @default false */ + allowed?: boolean; + /** @default Cronyx */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Crossword?: { + /** @default false */ + allowed?: boolean; + /** @default Crossword */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + CrystalStacker?: { + /** @default false */ + allowed?: boolean; + /** @default CrystalStacker */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CUA-OPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CUA-OPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Cube?: { + /** @default false */ + allowed?: boolean; + /** @default Cube */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + curl?: { + /** @default false */ + allowed?: boolean; + /** @default curl */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "cve-tou"?: { + /** @default false */ + allowed?: boolean; + /** @default cve-tou */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "D-FSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default D-FSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DEC-3-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default DEC-3-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + diffmark?: { + /** @default false */ + allowed?: boolean; + /** @default diffmark */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DL-DE-BY-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default DL-DE-BY-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DL-DE-ZERO-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default DL-DE-ZERO-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + DOC?: { + /** @default false */ + allowed?: boolean; + /** @default DOC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Dotseqn?: { + /** @default false */ + allowed?: boolean; + /** @default Dotseqn */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DRL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default DRL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DRL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default DRL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + DSDP?: { + /** @default false */ + allowed?: boolean; + /** @default DSDP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + dtoa?: { + /** @default false */ + allowed?: boolean; + /** @default dtoa */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + dvipdfm?: { + /** @default false */ + allowed?: boolean; + /** @default dvipdfm */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ECL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ECL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ECL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ECL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "eCos-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default eCos-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EFL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EFL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EFL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EFL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + eGenix?: { + /** @default false */ + allowed?: boolean; + /** @default eGenix */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Elastic-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Elastic-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Entessa?: { + /** @default false */ + allowed?: boolean; + /** @default Entessa */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + EPICS?: { + /** @default false */ + allowed?: boolean; + /** @default EPICS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ErlPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default ErlPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "etalab-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default etalab-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + EUDatagrid?: { + /** @default false */ + allowed?: boolean; + /** @default EUDatagrid */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EUPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EUPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EUPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default EUPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EUPL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default EUPL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Eurosym?: { + /** @default false */ + allowed?: boolean; + /** @default Eurosym */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Fair?: { + /** @default false */ + allowed?: boolean; + /** @default Fair */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FBM?: { + /** @default false */ + allowed?: boolean; + /** @default FBM */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "FDK-AAC"?: { + /** @default false */ + allowed?: boolean; + /** @default FDK-AAC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Ferguson-Twofish"?: { + /** @default false */ + allowed?: boolean; + /** @default Ferguson-Twofish */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Font-Awesome-Free-License-6.x"?: { + /** @default false */ + allowed?: boolean; + /** @default Font-Awesome-Free-License-6.x */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Frameworx-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Frameworx-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "FreeBSD-DOC"?: { + /** @default false */ + allowed?: boolean; + /** @default FreeBSD-DOC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FreeImage?: { + /** @default false */ + allowed?: boolean; + /** @default FreeImage */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "FSFAP-no-warranty-disclaimer"?: { + /** @default false */ + allowed?: boolean; + /** @default FSFAP-no-warranty-disclaimer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FSFAP?: { + /** @default false */ + allowed?: boolean; + /** @default FSFAP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FSFUL?: { + /** @default false */ + allowed?: boolean; + /** @default FSFUL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FSFULLR?: { + /** @default false */ + allowed?: boolean; + /** @default FSFULLR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FSFULLRWD?: { + /** @default false */ + allowed?: boolean; + /** @default FSFULLRWD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FTL?: { + /** @default false */ + allowed?: boolean; + /** @default FTL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Furuseth?: { + /** @default false */ + allowed?: boolean; + /** @default Furuseth */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + fwlw?: { + /** @default false */ + allowed?: boolean; + /** @default fwlw */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GCR-docs"?: { + /** @default false */ + allowed?: boolean; + /** @default GCR-docs */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + GD?: { + /** @default false */ + allowed?: boolean; + /** @default GD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-no-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-no-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-no-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-no-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-no-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-no-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-no-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-no-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-no-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-no-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-no-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-no-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Giftware?: { + /** @default false */ + allowed?: boolean; + /** @default Giftware */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + GL2PS?: { + /** @default false */ + allowed?: boolean; + /** @default GL2PS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Glide?: { + /** @default false */ + allowed?: boolean; + /** @default Glide */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Glulxe?: { + /** @default false */ + allowed?: boolean; + /** @default Glulxe */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + GLWTPL?: { + /** @default false */ + allowed?: boolean; + /** @default GLWTPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + gnuplot?: { + /** @default false */ + allowed?: boolean; + /** @default gnuplot */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-1.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-1.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-1.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-1.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-1.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-1.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-autoconf-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-autoconf-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-bison-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-bison-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-classpath-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-classpath-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-font-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-font-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-GCC-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-GCC-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0-with-autoconf-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0-with-autoconf-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0-with-GCC-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0-with-GCC-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Graphics-Gems"?: { + /** @default false */ + allowed?: boolean; + /** @default Graphics-Gems */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "gSOAP-1.3b"?: { + /** @default false */ + allowed?: boolean; + /** @default gSOAP-1.3b */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + gtkbook?: { + /** @default false */ + allowed?: boolean; + /** @default gtkbook */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Gutmann?: { + /** @default false */ + allowed?: boolean; + /** @default Gutmann */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + HaskellReport?: { + /** @default false */ + allowed?: boolean; + /** @default HaskellReport */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + hdparm?: { + /** @default false */ + allowed?: boolean; + /** @default hdparm */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + HIDAPI?: { + /** @default false */ + allowed?: boolean; + /** @default HIDAPI */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Hippocratic-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Hippocratic-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HP-1986"?: { + /** @default false */ + allowed?: boolean; + /** @default HP-1986 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HP-1989"?: { + /** @default false */ + allowed?: boolean; + /** @default HP-1989 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-DEC"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-DEC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-doc-sell"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-doc-sell */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-doc"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-doc */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-export-US-acknowledgement"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-export-US-acknowledgement */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-export-US-modify"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-export-US-modify */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-export-US"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-export-US */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-export2-US"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-export2-US */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Fenneberg-Livingston"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Fenneberg-Livingston */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-INRIA-IMAG"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-INRIA-IMAG */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Intel"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Intel */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Kevlin-Henney"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Kevlin-Henney */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Markus-Kuhn"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Markus-Kuhn */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-merchantability-variant"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-merchantability-variant */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-MIT-disclaimer"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-MIT-disclaimer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Netrek"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Netrek */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Pbmplus"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Pbmplus */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-MIT-disclaimer-xserver"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-MIT-disclaimer-xserver */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-regexpr"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-regexpr */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-variant-MIT-disclaimer-rev"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-variant-MIT-disclaimer-rev */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-variant-MIT-disclaimer"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-variant-MIT-disclaimer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-variant"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-variant */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-UC-export-US"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-UC-export-US */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-UC"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-UC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + HPND?: { + /** @default false */ + allowed?: boolean; + /** @default HPND */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + HTMLTIDY?: { + /** @default false */ + allowed?: boolean; + /** @default HTMLTIDY */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "IBM-pibs"?: { + /** @default false */ + allowed?: boolean; + /** @default IBM-pibs */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ICU?: { + /** @default false */ + allowed?: boolean; + /** @default ICU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "IEC-Code-Components-EULA"?: { + /** @default false */ + allowed?: boolean; + /** @default IEC-Code-Components-EULA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "IJG-short"?: { + /** @default false */ + allowed?: boolean; + /** @default IJG-short */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + IJG?: { + /** @default false */ + allowed?: boolean; + /** @default IJG */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ImageMagick?: { + /** @default false */ + allowed?: boolean; + /** @default ImageMagick */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + iMatix?: { + /** @default false */ + allowed?: boolean; + /** @default iMatix */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Imlib2?: { + /** @default false */ + allowed?: boolean; + /** @default Imlib2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Info-ZIP"?: { + /** @default false */ + allowed?: boolean; + /** @default Info-ZIP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Inner-Net-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Inner-Net-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Intel-ACPI"?: { + /** @default false */ + allowed?: boolean; + /** @default Intel-ACPI */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Intel?: { + /** @default false */ + allowed?: boolean; + /** @default Intel */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Interbase-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Interbase-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + IPA?: { + /** @default false */ + allowed?: boolean; + /** @default IPA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "IPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default IPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ISC-Veillard"?: { + /** @default false */ + allowed?: boolean; + /** @default ISC-Veillard */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ISC?: { + /** @default false */ + allowed?: boolean; + /** @default ISC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Jam?: { + /** @default false */ + allowed?: boolean; + /** @default Jam */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "JasPer-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default JasPer-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-JDOM"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-JDOM */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "JPL-image"?: { + /** @default false */ + allowed?: boolean; + /** @default JPL-image */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + JPNIC?: { + /** @default false */ + allowed?: boolean; + /** @default JPNIC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + JSON?: { + /** @default false */ + allowed?: boolean; + /** @default JSON */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Kastrup?: { + /** @default false */ + allowed?: boolean; + /** @default Kastrup */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Kazlib?: { + /** @default false */ + allowed?: boolean; + /** @default Kazlib */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Knuth-CTAN"?: { + /** @default false */ + allowed?: boolean; + /** @default Knuth-CTAN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LAL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default LAL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LAL-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default LAL-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Latex2e-translated-notice"?: { + /** @default false */ + allowed?: boolean; + /** @default Latex2e-translated-notice */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Latex2e?: { + /** @default false */ + allowed?: boolean; + /** @default Latex2e */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Leptonica?: { + /** @default false */ + allowed?: boolean; + /** @default Leptonica */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.1-only"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.1-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.1-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.1-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.1+"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.1+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-3.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-3.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-3.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-3.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-3.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-3.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + LGPLLR?: { + /** @default false */ + allowed?: boolean; + /** @default LGPLLR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "libpng-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default libpng-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Libpng?: { + /** @default false */ + allowed?: boolean; + /** @default Libpng */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "libselinux-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default libselinux-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + libtiff?: { + /** @default false */ + allowed?: boolean; + /** @default libtiff */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "libutil-David-Nugent"?: { + /** @default false */ + allowed?: boolean; + /** @default libutil-David-Nugent */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LiLiQ-P-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LiLiQ-P-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LiLiQ-R-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LiLiQ-R-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LiLiQ-Rplus-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LiLiQ-Rplus-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-man-pages-1-para"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-man-pages-1-para */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-man-pages-copyleft-2-para"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-man-pages-copyleft-2-para */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-man-pages-copyleft-var"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-man-pages-copyleft-var */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-man-pages-copyleft"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-man-pages-copyleft */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-OpenIB"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-OpenIB */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + LOOP?: { + /** @default false */ + allowed?: boolean; + /** @default LOOP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPD-document"?: { + /** @default false */ + allowed?: boolean; + /** @default LPD-document */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPL-1.02"?: { + /** @default false */ + allowed?: boolean; + /** @default LPL-1.02 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.3a"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.3a */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.3c"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.3c */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + lsof?: { + /** @default false */ + allowed?: boolean; + /** @default lsof */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Lucida-Bitmap-Fonts"?: { + /** @default false */ + allowed?: boolean; + /** @default Lucida-Bitmap-Fonts */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LZMA-SDK-9.11-to-9.20"?: { + /** @default false */ + allowed?: boolean; + /** @default LZMA-SDK-9.11-to-9.20 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LZMA-SDK-9.22"?: { + /** @default false */ + allowed?: boolean; + /** @default LZMA-SDK-9.22 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Mackerras-3-Clause-acknowledgment"?: { + /** @default false */ + allowed?: boolean; + /** @default Mackerras-3-Clause-acknowledgment */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Mackerras-3-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default Mackerras-3-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + magaz?: { + /** @default false */ + allowed?: boolean; + /** @default magaz */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + mailprio?: { + /** @default false */ + allowed?: boolean; + /** @default mailprio */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MakeIndex?: { + /** @default false */ + allowed?: boolean; + /** @default MakeIndex */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Martin-Birgmeier"?: { + /** @default false */ + allowed?: boolean; + /** @default Martin-Birgmeier */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "McPhee-slideshow"?: { + /** @default false */ + allowed?: boolean; + /** @default McPhee-slideshow */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + metamail?: { + /** @default false */ + allowed?: boolean; + /** @default metamail */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Minpack?: { + /** @default false */ + allowed?: boolean; + /** @default Minpack */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MirOS?: { + /** @default false */ + allowed?: boolean; + /** @default MirOS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-0"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-advertising"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-advertising */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-CMU"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-CMU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-enna"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-enna */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-feh"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-feh */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-Festival"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-Festival */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-Khronos-old"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-Khronos-old */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-Modern-Variant"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-Modern-Variant */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-open-group"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-open-group */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-testregex"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-testregex */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-Wu"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-Wu */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MIT?: { + /** @default false */ + allowed?: boolean; + /** @default MIT */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MITNFA?: { + /** @default false */ + allowed?: boolean; + /** @default MITNFA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MMIXware?: { + /** @default false */ + allowed?: boolean; + /** @default MMIXware */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Motosoto?: { + /** @default false */ + allowed?: boolean; + /** @default Motosoto */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPEG-SSG"?: { + /** @default false */ + allowed?: boolean; + /** @default MPEG-SSG */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "mpi-permissive"?: { + /** @default false */ + allowed?: boolean; + /** @default mpi-permissive */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + mpich2?: { + /** @default false */ + allowed?: boolean; + /** @default mpich2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default MPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default MPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPL-2.0-no-copyleft-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default MPL-2.0-no-copyleft-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default MPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + mplus?: { + /** @default false */ + allowed?: boolean; + /** @default mplus */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MS-LPL"?: { + /** @default false */ + allowed?: boolean; + /** @default MS-LPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MS-PL"?: { + /** @default false */ + allowed?: boolean; + /** @default MS-PL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MS-RL"?: { + /** @default false */ + allowed?: boolean; + /** @default MS-RL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MTLL?: { + /** @default false */ + allowed?: boolean; + /** @default MTLL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MulanPSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default MulanPSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MulanPSL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default MulanPSL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Multics?: { + /** @default false */ + allowed?: boolean; + /** @default Multics */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Mup?: { + /** @default false */ + allowed?: boolean; + /** @default Mup */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NAIST-2003"?: { + /** @default false */ + allowed?: boolean; + /** @default NAIST-2003 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NASA-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default NASA-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Naumen?: { + /** @default false */ + allowed?: boolean; + /** @default Naumen */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NBPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NBPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NCBI-PD"?: { + /** @default false */ + allowed?: boolean; + /** @default NCBI-PD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NCGL-UK-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NCGL-UK-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NCL?: { + /** @default false */ + allowed?: boolean; + /** @default NCL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NCSA?: { + /** @default false */ + allowed?: boolean; + /** @default NCSA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Net-SNMP"?: { + /** @default false */ + allowed?: boolean; + /** @default Net-SNMP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NetCDF?: { + /** @default false */ + allowed?: boolean; + /** @default NetCDF */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Newsletr?: { + /** @default false */ + allowed?: boolean; + /** @default Newsletr */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NGPL?: { + /** @default false */ + allowed?: boolean; + /** @default NGPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NICTA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NICTA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NIST-PD-fallback"?: { + /** @default false */ + allowed?: boolean; + /** @default NIST-PD-fallback */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NIST-PD"?: { + /** @default false */ + allowed?: boolean; + /** @default NIST-PD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NIST-Software"?: { + /** @default false */ + allowed?: boolean; + /** @default NIST-Software */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NLOD-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NLOD-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NLOD-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NLOD-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NLPL?: { + /** @default false */ + allowed?: boolean; + /** @default NLPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Nokia?: { + /** @default false */ + allowed?: boolean; + /** @default Nokia */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NOSL?: { + /** @default false */ + allowed?: boolean; + /** @default NOSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Noweb?: { + /** @default false */ + allowed?: boolean; + /** @default Noweb */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default NPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NPOSL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NPOSL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NRL?: { + /** @default false */ + allowed?: boolean; + /** @default NRL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NTP-0"?: { + /** @default false */ + allowed?: boolean; + /** @default NTP-0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NTP?: { + /** @default false */ + allowed?: boolean; + /** @default NTP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Nunit?: { + /** @default false */ + allowed?: boolean; + /** @default Nunit */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "O-UDA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default O-UDA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OAR?: { + /** @default false */ + allowed?: boolean; + /** @default OAR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OCCT-PL"?: { + /** @default false */ + allowed?: boolean; + /** @default OCCT-PL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OCLC-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OCLC-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ODbL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ODbL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ODC-By-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ODC-By-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OFFIS?: { + /** @default false */ + allowed?: boolean; + /** @default OFFIS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.0-no-RFN"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.0-no-RFN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.0-RFN"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.0-RFN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.1-no-RFN"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.1-no-RFN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.1-RFN"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.1-RFN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGC-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGC-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGDL-Taiwan-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGDL-Taiwan-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGL-Canada-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGL-Canada-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGL-UK-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGL-UK-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGL-UK-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGL-UK-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGL-UK-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGL-UK-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OGTSL?: { + /** @default false */ + allowed?: boolean; + /** @default OGTSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-1.4"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-1.4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.0.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.0.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.2.2"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.2.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.2"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.3"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.4"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.6"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.6 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.7"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.7 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.8"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.8 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLFL-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default OLFL-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OML?: { + /** @default false */ + allowed?: boolean; + /** @default OML */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-OpenRAIL-S-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-OpenRAIL-S-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-OpenRAIL-S-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-OpenRAIL-S-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OpenPBS-2.3"?: { + /** @default false */ + allowed?: boolean; + /** @default OpenPBS-2.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-Open-RAIL-Plus-Plus-M"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-Open-RAIL-Plus-Plus-M */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OpenSSL-standalone"?: { + /** @default false */ + allowed?: boolean; + /** @default OpenSSL-standalone */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OpenSSL?: { + /** @default false */ + allowed?: boolean; + /** @default OpenSSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OpenVision?: { + /** @default false */ + allowed?: boolean; + /** @default OpenVision */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OPL-UK-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OPL-UK-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OPUBL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OPUBL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSET-PL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OSET-PL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + PADL?: { + /** @default false */ + allowed?: boolean; + /** @default PADL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-6.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-6.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PDDL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PDDL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PHP-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PHP-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PHP-3.01"?: { + /** @default false */ + allowed?: boolean; + /** @default PHP-3.01 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Pixar?: { + /** @default false */ + allowed?: boolean; + /** @default Pixar */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + pkgconf?: { + /** @default false */ + allowed?: boolean; + /** @default pkgconf */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Plexus?: { + /** @default false */ + allowed?: boolean; + /** @default Plexus */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + pnmstitch?: { + /** @default false */ + allowed?: boolean; + /** @default pnmstitch */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PolyForm-Noncommercial-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PolyForm-Noncommercial-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PolyForm-Small-Business-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PolyForm-Small-Business-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + PostgreSQL?: { + /** @default false */ + allowed?: boolean; + /** @default PostgreSQL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + PPL?: { + /** @default false */ + allowed?: boolean; + /** @default PPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PSF-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PSF-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + psfrag?: { + /** @default false */ + allowed?: boolean; + /** @default psfrag */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + psutils?: { + /** @default false */ + allowed?: boolean; + /** @default psutils */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Python-2.0.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Python-2.0.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Python-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Python-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "python-ldap"?: { + /** @default false */ + allowed?: boolean; + /** @default python-ldap */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Qhull?: { + /** @default false */ + allowed?: boolean; + /** @default Qhull */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "QPL-1.0-INRIA-2004"?: { + /** @default false */ + allowed?: boolean; + /** @default QPL-1.0-INRIA-2004 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "QPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default QPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + radvd?: { + /** @default false */ + allowed?: boolean; + /** @default radvd */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-RAIL-A"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-RAIL-A */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Rdisc?: { + /** @default false */ + allowed?: boolean; + /** @default Rdisc */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RHeCos-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default RHeCos-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default RPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RPL-1.5"?: { + /** @default false */ + allowed?: boolean; + /** @default RPL-1.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RPSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default RPSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RSA-MD"?: { + /** @default false */ + allowed?: boolean; + /** @default RSA-MD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + RSCPL?: { + /** @default false */ + allowed?: boolean; + /** @default RSCPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Ruby-pty"?: { + /** @default false */ + allowed?: boolean; + /** @default Ruby-pty */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Ruby?: { + /** @default false */ + allowed?: boolean; + /** @default Ruby */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SAX-PD-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SAX-PD-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SAX-PD"?: { + /** @default false */ + allowed?: boolean; + /** @default SAX-PD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Saxpath?: { + /** @default false */ + allowed?: boolean; + /** @default Saxpath */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SCEA?: { + /** @default false */ + allowed?: boolean; + /** @default SCEA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SchemeReport?: { + /** @default false */ + allowed?: boolean; + /** @default SchemeReport */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-SendBird-SDK"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-SendBird-SDK */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Sendmail-8.23"?: { + /** @default false */ + allowed?: boolean; + /** @default Sendmail-8.23 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Sendmail?: { + /** @default false */ + allowed?: boolean; + /** @default Sendmail */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SGI-B-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SGI-B-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SGI-B-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default SGI-B-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SGI-B-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SGI-B-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SGI-OpenGL"?: { + /** @default false */ + allowed?: boolean; + /** @default SGI-OpenGL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SGP4?: { + /** @default false */ + allowed?: boolean; + /** @default SGP4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SHL-0.5"?: { + /** @default false */ + allowed?: boolean; + /** @default SHL-0.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SHL-0.51"?: { + /** @default false */ + allowed?: boolean; + /** @default SHL-0.51 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-SIL-AI-RAIL-M-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-SIL-AI-RAIL-M-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SimPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SimPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SISSL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default SISSL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SISSL?: { + /** @default false */ + allowed?: boolean; + /** @default SISSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SL?: { + /** @default false */ + allowed?: boolean; + /** @default SL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Sleepycat?: { + /** @default false */ + allowed?: boolean; + /** @default Sleepycat */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SMLNJ?: { + /** @default false */ + allowed?: boolean; + /** @default SMLNJ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SMPPL?: { + /** @default false */ + allowed?: boolean; + /** @default SMPPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SNIA?: { + /** @default false */ + allowed?: boolean; + /** @default SNIA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + snprintf?: { + /** @default false */ + allowed?: boolean; + /** @default snprintf */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + softSurfer?: { + /** @default false */ + allowed?: boolean; + /** @default softSurfer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Soundex?: { + /** @default false */ + allowed?: boolean; + /** @default Soundex */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Spencer-86"?: { + /** @default false */ + allowed?: boolean; + /** @default Spencer-86 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Spencer-94"?: { + /** @default false */ + allowed?: boolean; + /** @default Spencer-94 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Spencer-99"?: { + /** @default false */ + allowed?: boolean; + /** @default Spencer-99 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ssh-keyscan"?: { + /** @default false */ + allowed?: boolean; + /** @default ssh-keyscan */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SSH-OpenSSH"?: { + /** @default false */ + allowed?: boolean; + /** @default SSH-OpenSSH */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SSH-short"?: { + /** @default false */ + allowed?: boolean; + /** @default SSH-short */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SSLeay-standalone"?: { + /** @default false */ + allowed?: boolean; + /** @default SSLeay-standalone */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SSPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SSPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "StandardML-NJ"?: { + /** @default false */ + allowed?: boolean; + /** @default StandardML-NJ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SugarCRM-1.1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default SugarCRM-1.1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Sun-PPP-2000"?: { + /** @default false */ + allowed?: boolean; + /** @default Sun-PPP-2000 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Sun-PPP"?: { + /** @default false */ + allowed?: boolean; + /** @default Sun-PPP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SunPro?: { + /** @default false */ + allowed?: boolean; + /** @default SunPro */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SWL?: { + /** @default false */ + allowed?: boolean; + /** @default SWL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + swrule?: { + /** @default false */ + allowed?: boolean; + /** @default swrule */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Symlinks?: { + /** @default false */ + allowed?: boolean; + /** @default Symlinks */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TAPR-OHL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TAPR-OHL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TCL?: { + /** @default false */ + allowed?: boolean; + /** @default TCL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TCP-wrappers"?: { + /** @default false */ + allowed?: boolean; + /** @default TCP-wrappers */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TermReadKey?: { + /** @default false */ + allowed?: boolean; + /** @default TermReadKey */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TGPPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TGPPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-1.1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-1.1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.3.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.3.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-3.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-3.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-4.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-4.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-5.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-5.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0-pre.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0-pre.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0-pre.2"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0-pre.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0-pre.3"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0-pre.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0-pre.4"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0-pre.4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-1.0.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-1.0.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-1.1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-1.1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-2.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-2.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-3.0.0-pre.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-3.0.0-pre.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-3.0.0-pre.2"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-3.0.0-pre.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-3.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-3.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + threeparttable?: { + /** @default false */ + allowed?: boolean; + /** @default threeparttable */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TMate?: { + /** @default false */ + allowed?: boolean; + /** @default TMate */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TORQUE-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default TORQUE-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TOSL?: { + /** @default false */ + allowed?: boolean; + /** @default TOSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TPDL?: { + /** @default false */ + allowed?: boolean; + /** @default TPDL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-T-RSL"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-T-RSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TTWL?: { + /** @default false */ + allowed?: boolean; + /** @default TTWL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TTYP0?: { + /** @default false */ + allowed?: boolean; + /** @default TTYP0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TU-Berlin-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TU-Berlin-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TU-Berlin-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TU-Berlin-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + UCAR?: { + /** @default false */ + allowed?: boolean; + /** @default UCAR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "UCL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default UCL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ulem?: { + /** @default false */ + allowed?: boolean; + /** @default ulem */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "UMich-Merit"?: { + /** @default false */ + allowed?: boolean; + /** @default UMich-Merit */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Unicode-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Unicode-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Unicode-DFS-2015"?: { + /** @default false */ + allowed?: boolean; + /** @default Unicode-DFS-2015 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Unicode-DFS-2016"?: { + /** @default false */ + allowed?: boolean; + /** @default Unicode-DFS-2016 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Unicode-TOU"?: { + /** @default false */ + allowed?: boolean; + /** @default Unicode-TOU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + UnixCrypt?: { + /** @default false */ + allowed?: boolean; + /** @default UnixCrypt */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Unlicense?: { + /** @default false */ + allowed?: boolean; + /** @default Unlicense */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "UPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default UPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "URT-RLE"?: { + /** @default false */ + allowed?: boolean; + /** @default URT-RLE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Vim?: { + /** @default false */ + allowed?: boolean; + /** @default Vim */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + VOSTROM?: { + /** @default false */ + allowed?: boolean; + /** @default VOSTROM */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "VSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default VSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-W3C-IPR"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-W3C-IPR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "W3C-19980720"?: { + /** @default false */ + allowed?: boolean; + /** @default W3C-19980720 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "W3C-20150513"?: { + /** @default false */ + allowed?: boolean; + /** @default W3C-20150513 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + W3C?: { + /** @default false */ + allowed?: boolean; + /** @default W3C */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + w3m?: { + /** @default false */ + allowed?: boolean; + /** @default w3m */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Watcom-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Watcom-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Widget-Workshop"?: { + /** @default false */ + allowed?: boolean; + /** @default Widget-Workshop */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Wsuipa?: { + /** @default false */ + allowed?: boolean; + /** @default Wsuipa */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + WTFPL?: { + /** @default false */ + allowed?: boolean; + /** @default WTFPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + wxWindows?: { + /** @default false */ + allowed?: boolean; + /** @default wxWindows */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "X11-distribute-modifications-variant"?: { + /** @default false */ + allowed?: boolean; + /** @default X11-distribute-modifications-variant */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "X11-swapped"?: { + /** @default false */ + allowed?: boolean; + /** @default X11-swapped */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + X11?: { + /** @default false */ + allowed?: boolean; + /** @default X11 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Xdebug-1.03"?: { + /** @default false */ + allowed?: boolean; + /** @default Xdebug-1.03 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Xerox?: { + /** @default false */ + allowed?: boolean; + /** @default Xerox */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Xfig?: { + /** @default false */ + allowed?: boolean; + /** @default Xfig */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "XFree86-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default XFree86-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + xinetd?: { + /** @default false */ + allowed?: boolean; + /** @default xinetd */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "xkeyboard-config-Zinoviev"?: { + /** @default false */ + allowed?: boolean; + /** @default xkeyboard-config-Zinoviev */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + xlock?: { + /** @default false */ + allowed?: boolean; + /** @default xlock */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Xnet?: { + /** @default false */ + allowed?: boolean; + /** @default Xnet */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + xpp?: { + /** @default false */ + allowed?: boolean; + /** @default xpp */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + XSkat?: { + /** @default false */ + allowed?: boolean; + /** @default XSkat */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + xzoom?: { + /** @default false */ + allowed?: boolean; + /** @default xzoom */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "YPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default YPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "YPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default YPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Zed?: { + /** @default false */ + allowed?: boolean; + /** @default Zed */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Zeeff?: { + /** @default false */ + allowed?: boolean; + /** @default Zeeff */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Zend-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Zend-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Zimbra-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default Zimbra-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Zimbra-1.4"?: { + /** @default false */ + allowed?: boolean; + /** @default Zimbra-1.4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "zlib-acknowledgement"?: { + /** @default false */ + allowed?: boolean; + /** @default zlib-acknowledgement */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Zlib?: { + /** @default false */ + allowed?: boolean; + /** @default Zlib */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ZPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default ZPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ZPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ZPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ZPL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default ZPL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + }; + }; }; }; 400: components["responses"]["SocketBadRequest"]; @@ -6938,16 +24047,1412 @@ export interface operations { "application/json": { quick_setup?: { /** @default false */ - permissive?: boolean; + permissive?: boolean; + /** @default false */ + weak_copyleft?: boolean; + /** @default false */ + strong_copyleft?: boolean; + /** @default false */ + lead?: boolean; + }; + /** @description Object of license policy modifications. All keys are optional, but include at least one key if including the object. */ + license_policy?: { + /** @default false */ + "0BSD"?: boolean; + /** @default false */ + "3D-Slicer-1.0"?: boolean; + /** @default false */ + AAL?: boolean; + /** @default false */ + Abstyles?: boolean; + /** @default false */ + "AdaCore-doc"?: boolean; + /** @default false */ + "Adobe-2006"?: boolean; + /** @default false */ + "Adobe-Display-PostScript"?: boolean; + /** @default false */ + "Adobe-Glyph"?: boolean; + /** @default false */ + "Adobe-Utopia"?: boolean; + /** @default false */ + ADSL?: boolean; + /** @default false */ + "AFL-1.1"?: boolean; + /** @default false */ + "AFL-1.2"?: boolean; + /** @default false */ + "AFL-2.0"?: boolean; + /** @default false */ + "AFL-2.1"?: boolean; + /** @default false */ + "AFL-3.0"?: boolean; + /** @default false */ + Afmparse?: boolean; + /** @default false */ + "AGPL-1.0-only"?: boolean; + /** @default false */ + "AGPL-1.0-or-later"?: boolean; + /** @default false */ + "AGPL-1.0"?: boolean; + /** @default false */ + "AGPL-3.0-only"?: boolean; + /** @default false */ + "AGPL-3.0-or-later"?: boolean; + /** @default false */ + "AGPL-3.0"?: boolean; + /** @default false */ + Aladdin?: boolean; + /** @default false */ + "AMD-newlib"?: boolean; + /** @default false */ + AMDPLPA?: boolean; + /** @default false */ + "AML-glslang"?: boolean; + /** @default false */ + AML?: boolean; + /** @default false */ + AMPAS?: boolean; + /** @default false */ + "ANTLR-PD-fallback"?: boolean; + /** @default false */ + "ANTLR-PD"?: boolean; + /** @default false */ + "any-OSI"?: boolean; + /** @default false */ + "Apache-1.0"?: boolean; + /** @default false */ + "Apache-1.1"?: boolean; + /** @default false */ + "Apache-2.0"?: boolean; + /** @default false */ + APAFML?: boolean; + /** @default false */ + "APL-1.0"?: boolean; + /** @default false */ + "App-s2p"?: boolean; + /** @default false */ + "APSL-1.0"?: boolean; + /** @default false */ + "APSL-1.1"?: boolean; + /** @default false */ + "APSL-1.2"?: boolean; + /** @default false */ + "APSL-2.0"?: boolean; + /** @default false */ + "Arphic-1999"?: boolean; + /** @default false */ + "Artistic-1.0-cl8"?: boolean; + /** @default false */ + "Artistic-1.0-Perl"?: boolean; + /** @default false */ + "Artistic-1.0"?: boolean; + /** @default false */ + "Artistic-2.0"?: boolean; + /** @default false */ + "ASWF-Digital-Assets-1.0"?: boolean; + /** @default false */ + "ASWF-Digital-Assets-1.1"?: boolean; + /** @default false */ + Baekmuk?: boolean; + /** @default false */ + Bahyph?: boolean; + /** @default false */ + Barr?: boolean; + /** @default false */ + "bcrypt-Solar-Designer"?: boolean; + /** @default false */ + Beerware?: boolean; + /** @default false */ + "LicenseRef-BigScience-Open-Rail-M"?: boolean; + /** @default false */ + "LicenseRef-BigScience-RAIL-License-1.0"?: boolean; + /** @default false */ + "Bitstream-Charter"?: boolean; + /** @default false */ + "Bitstream-Vera"?: boolean; + /** @default false */ + "BitTorrent-1.0"?: boolean; + /** @default false */ + "BitTorrent-1.1"?: boolean; + /** @default false */ + blessing?: boolean; + /** @default false */ + "BlueOak-1.0.0"?: boolean; + /** @default false */ + "Boehm-GC"?: boolean; + /** @default false */ + Borceux?: boolean; + /** @default false */ + "Brian-Gladman-2-Clause"?: boolean; + /** @default false */ + "Brian-Gladman-3-Clause"?: boolean; + /** @default false */ + "BSD-1-Clause"?: boolean; + /** @default false */ + "BSD-2-Clause-Darwin"?: boolean; + /** @default false */ + "BSD-2-Clause-first-lines"?: boolean; + /** @default false */ + "BSD-2-Clause-FreeBSD"?: boolean; + /** @default false */ + "BSD-2-Clause-NetBSD"?: boolean; + /** @default false */ + "BSD-2-Clause-Patent"?: boolean; + /** @default false */ + "BSD-2-Clause-Views"?: boolean; + /** @default false */ + "BSD-2-Clause"?: boolean; + /** @default false */ + "BSD-3-Clause-acpica"?: boolean; + /** @default false */ + "BSD-3-Clause-Attribution"?: boolean; + /** @default false */ + "BSD-3-Clause-Clear"?: boolean; + /** @default false */ + "BSD-3-Clause-flex"?: boolean; + /** @default false */ + "BSD-3-Clause-HP"?: boolean; + /** @default false */ + "BSD-3-Clause-LBNL"?: boolean; + /** @default false */ + "BSD-3-Clause-Modification"?: boolean; + /** @default false */ + "BSD-3-Clause-No-Military-License"?: boolean; + /** @default false */ + "BSD-3-Clause-No-Nuclear-License-2014"?: boolean; + /** @default false */ + "BSD-3-Clause-No-Nuclear-License"?: boolean; + /** @default false */ + "BSD-3-Clause-No-Nuclear-Warranty"?: boolean; + /** @default false */ + "BSD-3-Clause-Open-MPI"?: boolean; + /** @default false */ + "BSD-3-Clause-Sun"?: boolean; + /** @default false */ + "BSD-3-Clause"?: boolean; + /** @default false */ + "BSD-4-Clause-Shortened"?: boolean; + /** @default false */ + "BSD-4-Clause-UC"?: boolean; + /** @default false */ + "BSD-4-Clause"?: boolean; + /** @default false */ + "BSD-4.3RENO"?: boolean; + /** @default false */ + "BSD-4.3TAHOE"?: boolean; + /** @default false */ + "BSD-Advertising-Acknowledgement"?: boolean; + /** @default false */ + "BSD-Attribution-HPND-disclaimer"?: boolean; + /** @default false */ + "BSD-Inferno-Nettverk"?: boolean; + /** @default false */ + "BSD-Protection"?: boolean; + /** @default false */ + "BSD-Source-beginning-file"?: boolean; + /** @default false */ + "BSD-Source-Code"?: boolean; + /** @default false */ + "BSD-Systemics-W3Works"?: boolean; + /** @default false */ + "BSD-Systemics"?: boolean; + /** @default false */ + "BSL-1.0"?: boolean; + /** @default false */ + "BUSL-1.1"?: boolean; + /** @default false */ + "bzip2-1.0.5"?: boolean; + /** @default false */ + "bzip2-1.0.6"?: boolean; + /** @default false */ + "C-UDA-1.0"?: boolean; + /** @default false */ + "CAL-1.0-Combined-Work-Exception"?: boolean; + /** @default false */ + "CAL-1.0"?: boolean; + /** @default false */ + "Caldera-no-preamble"?: boolean; + /** @default false */ + Caldera?: boolean; + /** @default false */ + Catharon?: boolean; + /** @default false */ + "CATOSL-1.1"?: boolean; + /** @default false */ + "CC-BY-1.0"?: boolean; + /** @default false */ + "CC-BY-2.0"?: boolean; + /** @default false */ + "CC-BY-2.5-AU"?: boolean; + /** @default false */ + "CC-BY-2.5"?: boolean; + /** @default false */ + "CC-BY-3.0-AT"?: boolean; + /** @default false */ + "CC-BY-3.0-AU"?: boolean; + /** @default false */ + "CC-BY-3.0-DE"?: boolean; + /** @default false */ + "CC-BY-3.0-IGO"?: boolean; + /** @default false */ + "CC-BY-3.0-NL"?: boolean; + /** @default false */ + "CC-BY-3.0-US"?: boolean; + /** @default false */ + "CC-BY-3.0"?: boolean; + /** @default false */ + "CC-BY-4.0"?: boolean; + /** @default false */ + "CC-BY-NC-1.0"?: boolean; + /** @default false */ + "CC-BY-NC-2.0"?: boolean; + /** @default false */ + "CC-BY-NC-2.5"?: boolean; + /** @default false */ + "CC-BY-NC-3.0-DE"?: boolean; + /** @default false */ + "CC-BY-NC-3.0"?: boolean; + /** @default false */ + "CC-BY-NC-4.0"?: boolean; + /** @default false */ + "CC-BY-NC-ND-1.0"?: boolean; + /** @default false */ + "CC-BY-NC-ND-2.0"?: boolean; + /** @default false */ + "CC-BY-NC-ND-2.5"?: boolean; + /** @default false */ + "CC-BY-NC-ND-3.0-DE"?: boolean; + /** @default false */ + "CC-BY-NC-ND-3.0-IGO"?: boolean; + /** @default false */ + "CC-BY-NC-ND-3.0"?: boolean; + /** @default false */ + "CC-BY-NC-ND-4.0"?: boolean; + /** @default false */ + "CC-BY-NC-SA-1.0"?: boolean; + /** @default false */ + "CC-BY-NC-SA-2.0-DE"?: boolean; + /** @default false */ + "CC-BY-NC-SA-2.0-FR"?: boolean; + /** @default false */ + "CC-BY-NC-SA-2.0-UK"?: boolean; + /** @default false */ + "CC-BY-NC-SA-2.0"?: boolean; + /** @default false */ + "CC-BY-NC-SA-2.5"?: boolean; + /** @default false */ + "CC-BY-NC-SA-3.0-DE"?: boolean; + /** @default false */ + "CC-BY-NC-SA-3.0-IGO"?: boolean; + /** @default false */ + "CC-BY-NC-SA-3.0"?: boolean; + /** @default false */ + "CC-BY-NC-SA-4.0"?: boolean; + /** @default false */ + "CC-BY-ND-1.0"?: boolean; + /** @default false */ + "CC-BY-ND-2.0"?: boolean; + /** @default false */ + "CC-BY-ND-2.5"?: boolean; + /** @default false */ + "CC-BY-ND-3.0-DE"?: boolean; + /** @default false */ + "CC-BY-ND-3.0"?: boolean; + /** @default false */ + "CC-BY-ND-4.0"?: boolean; + /** @default false */ + "CC-BY-SA-1.0"?: boolean; + /** @default false */ + "CC-BY-SA-2.0-UK"?: boolean; + /** @default false */ + "CC-BY-SA-2.0"?: boolean; + /** @default false */ + "CC-BY-SA-2.1-JP"?: boolean; + /** @default false */ + "CC-BY-SA-2.5"?: boolean; + /** @default false */ + "CC-BY-SA-3.0-AT"?: boolean; + /** @default false */ + "CC-BY-SA-3.0-DE"?: boolean; + /** @default false */ + "CC-BY-SA-3.0-IGO"?: boolean; + /** @default false */ + "CC-BY-SA-3.0"?: boolean; + /** @default false */ + "CC-BY-SA-4.0"?: boolean; + /** @default false */ + "CC-PDDC"?: boolean; + /** @default false */ + "CC0-1.0"?: boolean; + /** @default false */ + "CDDL-1.0"?: boolean; + /** @default false */ + "CDDL-1.1"?: boolean; + /** @default false */ + "CDL-1.0"?: boolean; + /** @default false */ + "CDLA-Permissive-1.0"?: boolean; + /** @default false */ + "CDLA-Permissive-2.0"?: boolean; + /** @default false */ + "CDLA-Sharing-1.0"?: boolean; + /** @default false */ + "CECILL-1.0"?: boolean; + /** @default false */ + "CECILL-1.1"?: boolean; + /** @default false */ + "CECILL-2.0"?: boolean; + /** @default false */ + "CECILL-2.1"?: boolean; + /** @default false */ + "CECILL-B"?: boolean; + /** @default false */ + "CECILL-C"?: boolean; + /** @default false */ + "CERN-OHL-1.1"?: boolean; + /** @default false */ + "CERN-OHL-1.2"?: boolean; + /** @default false */ + "CERN-OHL-P-2.0"?: boolean; + /** @default false */ + "CERN-OHL-S-2.0"?: boolean; + /** @default false */ + "CERN-OHL-W-2.0"?: boolean; + /** @default false */ + CFITSIO?: boolean; + /** @default false */ + "check-cvs"?: boolean; + /** @default false */ + checkmk?: boolean; + /** @default false */ + ClArtistic?: boolean; + /** @default false */ + Clips?: boolean; + /** @default false */ + "CMU-Mach-nodoc"?: boolean; + /** @default false */ + "CMU-Mach"?: boolean; + /** @default false */ + "CNRI-Jython"?: boolean; + /** @default false */ + "CNRI-Python-GPL-Compatible"?: boolean; + /** @default false */ + "CNRI-Python"?: boolean; + /** @default false */ + "COIL-1.0"?: boolean; + /** @default false */ + "Community-Spec-1.0"?: boolean; + /** @default false */ + "Condor-1.1"?: boolean; + /** @default false */ + "copyleft-next-0.3.0"?: boolean; + /** @default false */ + "copyleft-next-0.3.1"?: boolean; + /** @default false */ + "Cornell-Lossless-JPEG"?: boolean; + /** @default false */ + "CPAL-1.0"?: boolean; + /** @default false */ + "CPL-1.0"?: boolean; + /** @default false */ + "CPOL-1.02"?: boolean; + /** @default false */ + "LicenseRef-CreativeML-Open-Rail-M"?: boolean; + /** @default false */ + Cronyx?: boolean; + /** @default false */ + Crossword?: boolean; + /** @default false */ + CrystalStacker?: boolean; + /** @default false */ + "CUA-OPL-1.0"?: boolean; + /** @default false */ + Cube?: boolean; + /** @default false */ + curl?: boolean; + /** @default false */ + "cve-tou"?: boolean; + /** @default false */ + "D-FSL-1.0"?: boolean; + /** @default false */ + "DEC-3-Clause"?: boolean; + /** @default false */ + diffmark?: boolean; + /** @default false */ + "DL-DE-BY-2.0"?: boolean; + /** @default false */ + "DL-DE-ZERO-2.0"?: boolean; + /** @default false */ + DOC?: boolean; + /** @default false */ + Dotseqn?: boolean; + /** @default false */ + "DRL-1.0"?: boolean; + /** @default false */ + "DRL-1.1"?: boolean; + /** @default false */ + DSDP?: boolean; + /** @default false */ + dtoa?: boolean; + /** @default false */ + dvipdfm?: boolean; + /** @default false */ + "ECL-1.0"?: boolean; + /** @default false */ + "ECL-2.0"?: boolean; + /** @default false */ + "eCos-2.0"?: boolean; + /** @default false */ + "EFL-1.0"?: boolean; + /** @default false */ + "EFL-2.0"?: boolean; + /** @default false */ + eGenix?: boolean; + /** @default false */ + "Elastic-2.0"?: boolean; + /** @default false */ + Entessa?: boolean; + /** @default false */ + EPICS?: boolean; + /** @default false */ + "EPL-1.0"?: boolean; + /** @default false */ + "EPL-2.0"?: boolean; + /** @default false */ + "ErlPL-1.1"?: boolean; + /** @default false */ + "etalab-2.0"?: boolean; + /** @default false */ + EUDatagrid?: boolean; + /** @default false */ + "EUPL-1.0"?: boolean; + /** @default false */ + "EUPL-1.1"?: boolean; + /** @default false */ + "EUPL-1.2"?: boolean; + /** @default false */ + Eurosym?: boolean; + /** @default false */ + Fair?: boolean; + /** @default false */ + FBM?: boolean; + /** @default false */ + "FDK-AAC"?: boolean; + /** @default false */ + "Ferguson-Twofish"?: boolean; + /** @default false */ + "Font-Awesome-Free-License-6.x"?: boolean; + /** @default false */ + "Frameworx-1.0"?: boolean; + /** @default false */ + "FreeBSD-DOC"?: boolean; + /** @default false */ + FreeImage?: boolean; + /** @default false */ + "FSFAP-no-warranty-disclaimer"?: boolean; + /** @default false */ + FSFAP?: boolean; + /** @default false */ + FSFUL?: boolean; + /** @default false */ + FSFULLR?: boolean; + /** @default false */ + FSFULLRWD?: boolean; + /** @default false */ + FTL?: boolean; + /** @default false */ + Furuseth?: boolean; + /** @default false */ + fwlw?: boolean; + /** @default false */ + "GCR-docs"?: boolean; + /** @default false */ + GD?: boolean; + /** @default false */ + "GFDL-1.1-invariants-only"?: boolean; + /** @default false */ + "GFDL-1.1-invariants-or-later"?: boolean; + /** @default false */ + "GFDL-1.1-no-invariants-only"?: boolean; + /** @default false */ + "GFDL-1.1-no-invariants-or-later"?: boolean; + /** @default false */ + "GFDL-1.1-only"?: boolean; + /** @default false */ + "GFDL-1.1-or-later"?: boolean; + /** @default false */ + "GFDL-1.1"?: boolean; + /** @default false */ + "GFDL-1.2-invariants-only"?: boolean; + /** @default false */ + "GFDL-1.2-invariants-or-later"?: boolean; + /** @default false */ + "GFDL-1.2-no-invariants-only"?: boolean; + /** @default false */ + "GFDL-1.2-no-invariants-or-later"?: boolean; + /** @default false */ + "GFDL-1.2-only"?: boolean; + /** @default false */ + "GFDL-1.2-or-later"?: boolean; + /** @default false */ + "GFDL-1.2"?: boolean; + /** @default false */ + "GFDL-1.3-invariants-only"?: boolean; + /** @default false */ + "GFDL-1.3-invariants-or-later"?: boolean; + /** @default false */ + "GFDL-1.3-no-invariants-only"?: boolean; + /** @default false */ + "GFDL-1.3-no-invariants-or-later"?: boolean; + /** @default false */ + "GFDL-1.3-only"?: boolean; + /** @default false */ + "GFDL-1.3-or-later"?: boolean; + /** @default false */ + "GFDL-1.3"?: boolean; + /** @default false */ + Giftware?: boolean; + /** @default false */ + GL2PS?: boolean; + /** @default false */ + Glide?: boolean; + /** @default false */ + Glulxe?: boolean; + /** @default false */ + GLWTPL?: boolean; + /** @default false */ + gnuplot?: boolean; + /** @default false */ + "GPL-1.0-only"?: boolean; + /** @default false */ + "GPL-1.0-or-later"?: boolean; + /** @default false */ + "GPL-1.0"?: boolean; + /** @default false */ + "GPL-1.0+"?: boolean; + /** @default false */ + "GPL-2.0-only"?: boolean; + /** @default false */ + "GPL-2.0-or-later"?: boolean; + /** @default false */ + "GPL-2.0-with-autoconf-exception"?: boolean; + /** @default false */ + "GPL-2.0-with-bison-exception"?: boolean; + /** @default false */ + "GPL-2.0-with-classpath-exception"?: boolean; + /** @default false */ + "GPL-2.0-with-font-exception"?: boolean; + /** @default false */ + "GPL-2.0-with-GCC-exception"?: boolean; + /** @default false */ + "GPL-2.0"?: boolean; + /** @default false */ + "GPL-2.0+"?: boolean; + /** @default false */ + "GPL-3.0-only"?: boolean; + /** @default false */ + "GPL-3.0-or-later"?: boolean; + /** @default false */ + "GPL-3.0-with-autoconf-exception"?: boolean; + /** @default false */ + "GPL-3.0-with-GCC-exception"?: boolean; + /** @default false */ + "GPL-3.0"?: boolean; + /** @default false */ + "GPL-3.0+"?: boolean; + /** @default false */ + "Graphics-Gems"?: boolean; + /** @default false */ + "gSOAP-1.3b"?: boolean; + /** @default false */ + gtkbook?: boolean; + /** @default false */ + Gutmann?: boolean; + /** @default false */ + HaskellReport?: boolean; + /** @default false */ + hdparm?: boolean; + /** @default false */ + HIDAPI?: boolean; + /** @default false */ + "Hippocratic-2.1"?: boolean; + /** @default false */ + "HP-1986"?: boolean; + /** @default false */ + "HP-1989"?: boolean; + /** @default false */ + "HPND-DEC"?: boolean; + /** @default false */ + "HPND-doc-sell"?: boolean; + /** @default false */ + "HPND-doc"?: boolean; + /** @default false */ + "HPND-export-US-acknowledgement"?: boolean; + /** @default false */ + "HPND-export-US-modify"?: boolean; + /** @default false */ + "HPND-export-US"?: boolean; + /** @default false */ + "HPND-export2-US"?: boolean; + /** @default false */ + "HPND-Fenneberg-Livingston"?: boolean; + /** @default false */ + "HPND-INRIA-IMAG"?: boolean; + /** @default false */ + "HPND-Intel"?: boolean; + /** @default false */ + "HPND-Kevlin-Henney"?: boolean; + /** @default false */ + "HPND-Markus-Kuhn"?: boolean; + /** @default false */ + "HPND-merchantability-variant"?: boolean; + /** @default false */ + "HPND-MIT-disclaimer"?: boolean; + /** @default false */ + "HPND-Netrek"?: boolean; + /** @default false */ + "HPND-Pbmplus"?: boolean; + /** @default false */ + "HPND-sell-MIT-disclaimer-xserver"?: boolean; + /** @default false */ + "HPND-sell-regexpr"?: boolean; + /** @default false */ + "HPND-sell-variant-MIT-disclaimer-rev"?: boolean; + /** @default false */ + "HPND-sell-variant-MIT-disclaimer"?: boolean; + /** @default false */ + "HPND-sell-variant"?: boolean; + /** @default false */ + "HPND-UC-export-US"?: boolean; + /** @default false */ + "HPND-UC"?: boolean; + /** @default false */ + HPND?: boolean; + /** @default false */ + HTMLTIDY?: boolean; + /** @default false */ + "IBM-pibs"?: boolean; + /** @default false */ + ICU?: boolean; + /** @default false */ + "IEC-Code-Components-EULA"?: boolean; + /** @default false */ + "IJG-short"?: boolean; + /** @default false */ + IJG?: boolean; + /** @default false */ + ImageMagick?: boolean; + /** @default false */ + iMatix?: boolean; + /** @default false */ + Imlib2?: boolean; + /** @default false */ + "Info-ZIP"?: boolean; + /** @default false */ + "Inner-Net-2.0"?: boolean; + /** @default false */ + "Intel-ACPI"?: boolean; + /** @default false */ + Intel?: boolean; + /** @default false */ + "Interbase-1.0"?: boolean; + /** @default false */ + IPA?: boolean; + /** @default false */ + "IPL-1.0"?: boolean; + /** @default false */ + "ISC-Veillard"?: boolean; + /** @default false */ + ISC?: boolean; + /** @default false */ + Jam?: boolean; + /** @default false */ + "JasPer-2.0"?: boolean; + /** @default false */ + "LicenseRef-JDOM"?: boolean; + /** @default false */ + "JPL-image"?: boolean; + /** @default false */ + JPNIC?: boolean; + /** @default false */ + JSON?: boolean; + /** @default false */ + Kastrup?: boolean; + /** @default false */ + Kazlib?: boolean; + /** @default false */ + "Knuth-CTAN"?: boolean; + /** @default false */ + "LAL-1.2"?: boolean; + /** @default false */ + "LAL-1.3"?: boolean; + /** @default false */ + "Latex2e-translated-notice"?: boolean; + /** @default false */ + Latex2e?: boolean; + /** @default false */ + Leptonica?: boolean; + /** @default false */ + "LGPL-2.0-only"?: boolean; + /** @default false */ + "LGPL-2.0-or-later"?: boolean; + /** @default false */ + "LGPL-2.0"?: boolean; + /** @default false */ + "LGPL-2.0+"?: boolean; + /** @default false */ + "LGPL-2.1-only"?: boolean; + /** @default false */ + "LGPL-2.1-or-later"?: boolean; + /** @default false */ + "LGPL-2.1"?: boolean; + /** @default false */ + "LGPL-2.1+"?: boolean; + /** @default false */ + "LGPL-3.0-only"?: boolean; + /** @default false */ + "LGPL-3.0-or-later"?: boolean; + /** @default false */ + "LGPL-3.0"?: boolean; + /** @default false */ + "LGPL-3.0+"?: boolean; + /** @default false */ + LGPLLR?: boolean; + /** @default false */ + "libpng-2.0"?: boolean; + /** @default false */ + Libpng?: boolean; + /** @default false */ + "libselinux-1.0"?: boolean; + /** @default false */ + libtiff?: boolean; + /** @default false */ + "libutil-David-Nugent"?: boolean; + /** @default false */ + "LiLiQ-P-1.1"?: boolean; + /** @default false */ + "LiLiQ-R-1.1"?: boolean; + /** @default false */ + "LiLiQ-Rplus-1.1"?: boolean; + /** @default false */ + "Linux-man-pages-1-para"?: boolean; + /** @default false */ + "Linux-man-pages-copyleft-2-para"?: boolean; + /** @default false */ + "Linux-man-pages-copyleft-var"?: boolean; + /** @default false */ + "Linux-man-pages-copyleft"?: boolean; + /** @default false */ + "Linux-OpenIB"?: boolean; + /** @default false */ + LOOP?: boolean; + /** @default false */ + "LPD-document"?: boolean; + /** @default false */ + "LPL-1.0"?: boolean; + /** @default false */ + "LPL-1.02"?: boolean; + /** @default false */ + "LPPL-1.0"?: boolean; + /** @default false */ + "LPPL-1.1"?: boolean; + /** @default false */ + "LPPL-1.2"?: boolean; + /** @default false */ + "LPPL-1.3a"?: boolean; + /** @default false */ + "LPPL-1.3c"?: boolean; + /** @default false */ + lsof?: boolean; + /** @default false */ + "Lucida-Bitmap-Fonts"?: boolean; + /** @default false */ + "LZMA-SDK-9.11-to-9.20"?: boolean; + /** @default false */ + "LZMA-SDK-9.22"?: boolean; + /** @default false */ + "Mackerras-3-Clause-acknowledgment"?: boolean; + /** @default false */ + "Mackerras-3-Clause"?: boolean; + /** @default false */ + magaz?: boolean; + /** @default false */ + mailprio?: boolean; + /** @default false */ + MakeIndex?: boolean; + /** @default false */ + "Martin-Birgmeier"?: boolean; + /** @default false */ + "McPhee-slideshow"?: boolean; + /** @default false */ + metamail?: boolean; + /** @default false */ + Minpack?: boolean; + /** @default false */ + MirOS?: boolean; + /** @default false */ + "MIT-0"?: boolean; + /** @default false */ + "MIT-advertising"?: boolean; + /** @default false */ + "MIT-CMU"?: boolean; + /** @default false */ + "MIT-enna"?: boolean; + /** @default false */ + "MIT-feh"?: boolean; + /** @default false */ + "MIT-Festival"?: boolean; + /** @default false */ + "MIT-Khronos-old"?: boolean; + /** @default false */ + "MIT-Modern-Variant"?: boolean; + /** @default false */ + "MIT-open-group"?: boolean; + /** @default false */ + "MIT-testregex"?: boolean; + /** @default false */ + "MIT-Wu"?: boolean; + /** @default false */ + MIT?: boolean; + /** @default false */ + MITNFA?: boolean; + /** @default false */ + MMIXware?: boolean; + /** @default false */ + Motosoto?: boolean; + /** @default false */ + "MPEG-SSG"?: boolean; + /** @default false */ + "mpi-permissive"?: boolean; + /** @default false */ + mpich2?: boolean; + /** @default false */ + "MPL-1.0"?: boolean; + /** @default false */ + "MPL-1.1"?: boolean; + /** @default false */ + "MPL-2.0-no-copyleft-exception"?: boolean; + /** @default false */ + "MPL-2.0"?: boolean; + /** @default false */ + mplus?: boolean; + /** @default false */ + "MS-LPL"?: boolean; + /** @default false */ + "MS-PL"?: boolean; + /** @default false */ + "MS-RL"?: boolean; + /** @default false */ + MTLL?: boolean; + /** @default false */ + "MulanPSL-1.0"?: boolean; + /** @default false */ + "MulanPSL-2.0"?: boolean; + /** @default false */ + Multics?: boolean; + /** @default false */ + Mup?: boolean; + /** @default false */ + "NAIST-2003"?: boolean; + /** @default false */ + "NASA-1.3"?: boolean; + /** @default false */ + Naumen?: boolean; + /** @default false */ + "NBPL-1.0"?: boolean; + /** @default false */ + "NCBI-PD"?: boolean; + /** @default false */ + "NCGL-UK-2.0"?: boolean; + /** @default false */ + NCL?: boolean; + /** @default false */ + NCSA?: boolean; + /** @default false */ + "Net-SNMP"?: boolean; + /** @default false */ + NetCDF?: boolean; + /** @default false */ + Newsletr?: boolean; + /** @default false */ + NGPL?: boolean; + /** @default false */ + "NICTA-1.0"?: boolean; + /** @default false */ + "NIST-PD-fallback"?: boolean; + /** @default false */ + "NIST-PD"?: boolean; + /** @default false */ + "NIST-Software"?: boolean; + /** @default false */ + "NLOD-1.0"?: boolean; + /** @default false */ + "NLOD-2.0"?: boolean; + /** @default false */ + NLPL?: boolean; + /** @default false */ + Nokia?: boolean; + /** @default false */ + NOSL?: boolean; + /** @default false */ + Noweb?: boolean; + /** @default false */ + "NPL-1.0"?: boolean; + /** @default false */ + "NPL-1.1"?: boolean; + /** @default false */ + "NPOSL-3.0"?: boolean; + /** @default false */ + NRL?: boolean; + /** @default false */ + "NTP-0"?: boolean; + /** @default false */ + NTP?: boolean; + /** @default false */ + Nunit?: boolean; + /** @default false */ + "O-UDA-1.0"?: boolean; + /** @default false */ + OAR?: boolean; + /** @default false */ + "OCCT-PL"?: boolean; + /** @default false */ + "OCLC-2.0"?: boolean; + /** @default false */ + "ODbL-1.0"?: boolean; + /** @default false */ + "ODC-By-1.0"?: boolean; + /** @default false */ + OFFIS?: boolean; + /** @default false */ + "OFL-1.0-no-RFN"?: boolean; + /** @default false */ + "OFL-1.0-RFN"?: boolean; + /** @default false */ + "OFL-1.0"?: boolean; + /** @default false */ + "OFL-1.1-no-RFN"?: boolean; + /** @default false */ + "OFL-1.1-RFN"?: boolean; + /** @default false */ + "OFL-1.1"?: boolean; + /** @default false */ + "OGC-1.0"?: boolean; + /** @default false */ + "OGDL-Taiwan-1.0"?: boolean; + /** @default false */ + "OGL-Canada-2.0"?: boolean; + /** @default false */ + "OGL-UK-1.0"?: boolean; + /** @default false */ + "OGL-UK-2.0"?: boolean; + /** @default false */ + "OGL-UK-3.0"?: boolean; + /** @default false */ + OGTSL?: boolean; + /** @default false */ + "OLDAP-1.1"?: boolean; + /** @default false */ + "OLDAP-1.2"?: boolean; + /** @default false */ + "OLDAP-1.3"?: boolean; + /** @default false */ + "OLDAP-1.4"?: boolean; + /** @default false */ + "OLDAP-2.0.1"?: boolean; + /** @default false */ + "OLDAP-2.0"?: boolean; + /** @default false */ + "OLDAP-2.1"?: boolean; + /** @default false */ + "OLDAP-2.2.1"?: boolean; + /** @default false */ + "OLDAP-2.2.2"?: boolean; + /** @default false */ + "OLDAP-2.2"?: boolean; + /** @default false */ + "OLDAP-2.3"?: boolean; + /** @default false */ + "OLDAP-2.4"?: boolean; + /** @default false */ + "OLDAP-2.5"?: boolean; + /** @default false */ + "OLDAP-2.6"?: boolean; + /** @default false */ + "OLDAP-2.7"?: boolean; + /** @default false */ + "OLDAP-2.8"?: boolean; + /** @default false */ + "OLFL-1.3"?: boolean; + /** @default false */ + OML?: boolean; + /** @default false */ + "LicenseRef-OpenRAIL-S-1.0"?: boolean; + /** @default false */ + "LicenseRef-OpenRAIL-S-1.1"?: boolean; + /** @default false */ + "OpenPBS-2.3"?: boolean; + /** @default false */ + "LicenseRef-Open-RAIL-Plus-Plus-M"?: boolean; + /** @default false */ + "OpenSSL-standalone"?: boolean; + /** @default false */ + OpenSSL?: boolean; + /** @default false */ + OpenVision?: boolean; + /** @default false */ + "OPL-1.0"?: boolean; + /** @default false */ + "OPL-UK-3.0"?: boolean; + /** @default false */ + "OPUBL-1.0"?: boolean; + /** @default false */ + "OSET-PL-2.1"?: boolean; + /** @default false */ + "OSL-1.0"?: boolean; + /** @default false */ + "OSL-1.1"?: boolean; + /** @default false */ + "OSL-2.0"?: boolean; + /** @default false */ + "OSL-2.1"?: boolean; + /** @default false */ + "OSL-3.0"?: boolean; + /** @default false */ + PADL?: boolean; + /** @default false */ + "Parity-6.0.0"?: boolean; + /** @default false */ + "Parity-7.0.0"?: boolean; + /** @default false */ + "PDDL-1.0"?: boolean; + /** @default false */ + "PHP-3.0"?: boolean; + /** @default false */ + "PHP-3.01"?: boolean; + /** @default false */ + Pixar?: boolean; + /** @default false */ + pkgconf?: boolean; + /** @default false */ + Plexus?: boolean; + /** @default false */ + pnmstitch?: boolean; + /** @default false */ + "PolyForm-Noncommercial-1.0.0"?: boolean; + /** @default false */ + "PolyForm-Small-Business-1.0.0"?: boolean; + /** @default false */ + PostgreSQL?: boolean; + /** @default false */ + PPL?: boolean; + /** @default false */ + "PSF-2.0"?: boolean; + /** @default false */ + psfrag?: boolean; + /** @default false */ + psutils?: boolean; + /** @default false */ + "Python-2.0.1"?: boolean; + /** @default false */ + "Python-2.0"?: boolean; + /** @default false */ + "python-ldap"?: boolean; + /** @default false */ + Qhull?: boolean; + /** @default false */ + "QPL-1.0-INRIA-2004"?: boolean; + /** @default false */ + "QPL-1.0"?: boolean; + /** @default false */ + radvd?: boolean; + /** @default false */ + "LicenseRef-RAIL-A"?: boolean; + /** @default false */ + Rdisc?: boolean; + /** @default false */ + "RHeCos-1.1"?: boolean; + /** @default false */ + "RPL-1.1"?: boolean; + /** @default false */ + "RPL-1.5"?: boolean; + /** @default false */ + "RPSL-1.0"?: boolean; + /** @default false */ + "RSA-MD"?: boolean; + /** @default false */ + RSCPL?: boolean; + /** @default false */ + "Ruby-pty"?: boolean; + /** @default false */ + Ruby?: boolean; + /** @default false */ + "SAX-PD-2.0"?: boolean; + /** @default false */ + "SAX-PD"?: boolean; + /** @default false */ + Saxpath?: boolean; + /** @default false */ + SCEA?: boolean; + /** @default false */ + SchemeReport?: boolean; + /** @default false */ + "LicenseRef-SendBird-SDK"?: boolean; + /** @default false */ + "Sendmail-8.23"?: boolean; + /** @default false */ + Sendmail?: boolean; + /** @default false */ + "SGI-B-1.0"?: boolean; + /** @default false */ + "SGI-B-1.1"?: boolean; + /** @default false */ + "SGI-B-2.0"?: boolean; + /** @default false */ + "SGI-OpenGL"?: boolean; + /** @default false */ + SGP4?: boolean; + /** @default false */ + "SHL-0.5"?: boolean; + /** @default false */ + "SHL-0.51"?: boolean; + /** @default false */ + "LicenseRef-SIL-AI-RAIL-M-1.0"?: boolean; + /** @default false */ + "SimPL-2.0"?: boolean; + /** @default false */ + "SISSL-1.2"?: boolean; + /** @default false */ + SISSL?: boolean; + /** @default false */ + SL?: boolean; + /** @default false */ + Sleepycat?: boolean; + /** @default false */ + SMLNJ?: boolean; + /** @default false */ + SMPPL?: boolean; + /** @default false */ + SNIA?: boolean; + /** @default false */ + snprintf?: boolean; + /** @default false */ + softSurfer?: boolean; + /** @default false */ + Soundex?: boolean; + /** @default false */ + "Spencer-86"?: boolean; + /** @default false */ + "Spencer-94"?: boolean; + /** @default false */ + "Spencer-99"?: boolean; + /** @default false */ + "SPL-1.0"?: boolean; + /** @default false */ + "ssh-keyscan"?: boolean; + /** @default false */ + "SSH-OpenSSH"?: boolean; + /** @default false */ + "SSH-short"?: boolean; + /** @default false */ + "SSLeay-standalone"?: boolean; + /** @default false */ + "SSPL-1.0"?: boolean; + /** @default false */ + "StandardML-NJ"?: boolean; + /** @default false */ + "SugarCRM-1.1.3"?: boolean; + /** @default false */ + "Sun-PPP-2000"?: boolean; + /** @default false */ + "Sun-PPP"?: boolean; + /** @default false */ + SunPro?: boolean; + /** @default false */ + SWL?: boolean; + /** @default false */ + swrule?: boolean; + /** @default false */ + Symlinks?: boolean; + /** @default false */ + "TAPR-OHL-1.0"?: boolean; + /** @default false */ + TCL?: boolean; + /** @default false */ + "TCP-wrappers"?: boolean; + /** @default false */ + TermReadKey?: boolean; + /** @default false */ + "TGPPL-1.0"?: boolean; + /** @default false */ + "Parity-1.0.0"?: boolean; + /** @default false */ + "Parity-1.1.0"?: boolean; + /** @default false */ + "Parity-2.0.0"?: boolean; + /** @default false */ + "Parity-2.1.0"?: boolean; + /** @default false */ + "Parity-2.2.0"?: boolean; + /** @default false */ + "Parity-2.3.0"?: boolean; + /** @default false */ + "Parity-2.3.1"?: boolean; + /** @default false */ + "Parity-2.4.0"?: boolean; + /** @default false */ + "Parity-3.0.0"?: boolean; + /** @default false */ + "Parity-4.0.0"?: boolean; + /** @default false */ + "Parity-5.0.0"?: boolean; + /** @default false */ + "Parity-7.0.0-pre.1"?: boolean; + /** @default false */ + "Parity-7.0.0-pre.2"?: boolean; + /** @default false */ + "Parity-7.0.0-pre.3"?: boolean; + /** @default false */ + "Parity-7.0.0-pre.4"?: boolean; + /** @default false */ + "Prosperity-1.0.0"?: boolean; + /** @default false */ + "Prosperity-1.0.1"?: boolean; + /** @default false */ + "Prosperity-1.1.0"?: boolean; + /** @default false */ + "Prosperity-2.0.0"?: boolean; + /** @default false */ + "Prosperity-3.0.0-pre.1"?: boolean; + /** @default false */ + "Prosperity-3.0.0-pre.2"?: boolean; + /** @default false */ + "Prosperity-3.0.0"?: boolean; + /** @default false */ + threeparttable?: boolean; + /** @default false */ + TMate?: boolean; + /** @default false */ + "TORQUE-1.1"?: boolean; + /** @default false */ + TOSL?: boolean; + /** @default false */ + TPDL?: boolean; + /** @default false */ + "TPL-1.0"?: boolean; + /** @default false */ + "LicenseRef-T-RSL"?: boolean; + /** @default false */ + TTWL?: boolean; + /** @default false */ + TTYP0?: boolean; + /** @default false */ + "TU-Berlin-1.0"?: boolean; + /** @default false */ + "TU-Berlin-2.0"?: boolean; + /** @default false */ + UCAR?: boolean; + /** @default false */ + "UCL-1.0"?: boolean; + /** @default false */ + ulem?: boolean; + /** @default false */ + "UMich-Merit"?: boolean; + /** @default false */ + "Unicode-3.0"?: boolean; + /** @default false */ + "Unicode-DFS-2015"?: boolean; + /** @default false */ + "Unicode-DFS-2016"?: boolean; + /** @default false */ + "Unicode-TOU"?: boolean; + /** @default false */ + UnixCrypt?: boolean; + /** @default false */ + Unlicense?: boolean; + /** @default false */ + "UPL-1.0"?: boolean; + /** @default false */ + "URT-RLE"?: boolean; + /** @default false */ + Vim?: boolean; + /** @default false */ + VOSTROM?: boolean; + /** @default false */ + "VSL-1.0"?: boolean; + /** @default false */ + "LicenseRef-W3C-IPR"?: boolean; + /** @default false */ + "W3C-19980720"?: boolean; + /** @default false */ + "W3C-20150513"?: boolean; + /** @default false */ + W3C?: boolean; + /** @default false */ + w3m?: boolean; + /** @default false */ + "Watcom-1.0"?: boolean; + /** @default false */ + "Widget-Workshop"?: boolean; + /** @default false */ + Wsuipa?: boolean; + /** @default false */ + WTFPL?: boolean; + /** @default false */ + wxWindows?: boolean; + /** @default false */ + "X11-distribute-modifications-variant"?: boolean; + /** @default false */ + "X11-swapped"?: boolean; + /** @default false */ + X11?: boolean; + /** @default false */ + "Xdebug-1.03"?: boolean; /** @default false */ - weak_copyleft?: boolean; + Xerox?: boolean; /** @default false */ - strong_copyleft?: boolean; + Xfig?: boolean; /** @default false */ - lead?: boolean; - }; - license_policy?: { - [key: string]: boolean; + "XFree86-1.1"?: boolean; + /** @default false */ + xinetd?: boolean; + /** @default false */ + "xkeyboard-config-Zinoviev"?: boolean; + /** @default false */ + xlock?: boolean; + /** @default false */ + Xnet?: boolean; + /** @default false */ + xpp?: boolean; + /** @default false */ + XSkat?: boolean; + /** @default false */ + xzoom?: boolean; + /** @default false */ + "YPL-1.0"?: boolean; + /** @default false */ + "YPL-1.1"?: boolean; + /** @default false */ + Zed?: boolean; + /** @default false */ + Zeeff?: boolean; + /** @default false */ + "Zend-2.0"?: boolean; + /** @default false */ + "Zimbra-1.3"?: boolean; + /** @default false */ + "Zimbra-1.4"?: boolean; + /** @default false */ + "zlib-acknowledgement"?: boolean; + /** @default false */ + Zlib?: boolean; + /** @default false */ + "ZPL-1.1"?: boolean; + /** @default false */ + "ZPL-2.0"?: boolean; + /** @default false */ + "ZPL-2.1"?: boolean; }; }; }; @@ -6959,11 +25464,16740 @@ export interface operations { "application/json": { /** @default */ license_policy_org_id?: string; + /** @description License policy for a given licenseId */ license_policy?: { - [key: string]: { + "0BSD"?: { + /** @default false */ + allowed?: boolean; + /** @default 0BSD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "3D-Slicer-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default 3D-Slicer-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + AAL?: { + /** @default false */ + allowed?: boolean; + /** @default AAL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Abstyles?: { + /** @default false */ + allowed?: boolean; + /** @default Abstyles */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AdaCore-doc"?: { + /** @default false */ + allowed?: boolean; + /** @default AdaCore-doc */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Adobe-2006"?: { + /** @default false */ + allowed?: boolean; + /** @default Adobe-2006 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Adobe-Display-PostScript"?: { + /** @default false */ + allowed?: boolean; + /** @default Adobe-Display-PostScript */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Adobe-Glyph"?: { + /** @default false */ + allowed?: boolean; + /** @default Adobe-Glyph */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Adobe-Utopia"?: { + /** @default false */ + allowed?: boolean; + /** @default Adobe-Utopia */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ADSL?: { + /** @default false */ + allowed?: boolean; + /** @default ADSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AFL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default AFL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Afmparse?: { + /** @default false */ + allowed?: boolean; + /** @default Afmparse */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-1.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-1.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-1.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-1.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-3.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-3.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-3.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-3.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AGPL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default AGPL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Aladdin?: { + /** @default false */ + allowed?: boolean; + /** @default Aladdin */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AMD-newlib"?: { + /** @default false */ + allowed?: boolean; + /** @default AMD-newlib */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + AMDPLPA?: { + /** @default false */ + allowed?: boolean; + /** @default AMDPLPA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "AML-glslang"?: { + /** @default false */ + allowed?: boolean; + /** @default AML-glslang */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + AML?: { + /** @default false */ + allowed?: boolean; + /** @default AML */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + AMPAS?: { + /** @default false */ + allowed?: boolean; + /** @default AMPAS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ANTLR-PD-fallback"?: { + /** @default false */ + allowed?: boolean; + /** @default ANTLR-PD-fallback */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ANTLR-PD"?: { + /** @default false */ + allowed?: boolean; + /** @default ANTLR-PD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "any-OSI"?: { + /** @default false */ + allowed?: boolean; + /** @default any-OSI */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Apache-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Apache-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Apache-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Apache-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Apache-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Apache-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + APAFML?: { + /** @default false */ + allowed?: boolean; + /** @default APAFML */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default APL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "App-s2p"?: { + /** @default false */ + allowed?: boolean; + /** @default App-s2p */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default APSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APSL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default APSL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APSL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default APSL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "APSL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default APSL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Arphic-1999"?: { + /** @default false */ + allowed?: boolean; + /** @default Arphic-1999 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Artistic-1.0-cl8"?: { + /** @default false */ + allowed?: boolean; + /** @default Artistic-1.0-cl8 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Artistic-1.0-Perl"?: { + /** @default false */ + allowed?: boolean; + /** @default Artistic-1.0-Perl */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Artistic-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Artistic-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Artistic-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Artistic-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ASWF-Digital-Assets-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ASWF-Digital-Assets-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ASWF-Digital-Assets-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default ASWF-Digital-Assets-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Baekmuk?: { + /** @default false */ + allowed?: boolean; + /** @default Baekmuk */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Bahyph?: { + /** @default false */ + allowed?: boolean; + /** @default Bahyph */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Barr?: { + /** @default false */ + allowed?: boolean; + /** @default Barr */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "bcrypt-Solar-Designer"?: { + /** @default false */ + allowed?: boolean; + /** @default bcrypt-Solar-Designer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Beerware?: { + /** @default false */ + allowed?: boolean; + /** @default Beerware */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-BigScience-Open-Rail-M"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-BigScience-Open-Rail-M */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-BigScience-RAIL-License-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-BigScience-RAIL-License-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Bitstream-Charter"?: { + /** @default false */ + allowed?: boolean; + /** @default Bitstream-Charter */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Bitstream-Vera"?: { + /** @default false */ + allowed?: boolean; + /** @default Bitstream-Vera */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BitTorrent-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default BitTorrent-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BitTorrent-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default BitTorrent-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + blessing?: { + /** @default false */ + allowed?: boolean; + /** @default blessing */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BlueOak-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default BlueOak-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Boehm-GC"?: { + /** @default false */ + allowed?: boolean; + /** @default Boehm-GC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Borceux?: { + /** @default false */ + allowed?: boolean; + /** @default Borceux */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Brian-Gladman-2-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default Brian-Gladman-2-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Brian-Gladman-3-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default Brian-Gladman-3-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-1-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-1-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-Darwin"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-Darwin */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-first-lines"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-first-lines */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-FreeBSD"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-FreeBSD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-NetBSD"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-NetBSD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-Patent"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-Patent */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause-Views"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause-Views */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-2-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-2-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-acpica"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-acpica */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Attribution"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Attribution */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Clear"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Clear */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-flex"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-flex */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-HP"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-HP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-LBNL"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-LBNL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Modification"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Modification */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-No-Military-License"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-No-Military-License */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-No-Nuclear-License-2014"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-No-Nuclear-License-2014 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-No-Nuclear-License"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-No-Nuclear-License */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-No-Nuclear-Warranty"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-No-Nuclear-Warranty */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Open-MPI"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Open-MPI */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause-Sun"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause-Sun */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-3-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-3-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4-Clause-Shortened"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4-Clause-Shortened */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4-Clause-UC"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4-Clause-UC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4.3RENO"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4.3RENO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-4.3TAHOE"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-4.3TAHOE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Advertising-Acknowledgement"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Advertising-Acknowledgement */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Attribution-HPND-disclaimer"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Attribution-HPND-disclaimer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Inferno-Nettverk"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Inferno-Nettverk */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Protection"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Protection */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Source-beginning-file"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Source-beginning-file */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Source-Code"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Source-Code */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Systemics-W3Works"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Systemics-W3Works */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSD-Systemics"?: { + /** @default false */ + allowed?: boolean; + /** @default BSD-Systemics */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default BSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "BUSL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default BUSL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "bzip2-1.0.5"?: { + /** @default false */ + allowed?: boolean; + /** @default bzip2-1.0.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "bzip2-1.0.6"?: { + /** @default false */ + allowed?: boolean; + /** @default bzip2-1.0.6 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "C-UDA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default C-UDA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CAL-1.0-Combined-Work-Exception"?: { + /** @default false */ + allowed?: boolean; + /** @default CAL-1.0-Combined-Work-Exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CAL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CAL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Caldera-no-preamble"?: { + /** @default false */ + allowed?: boolean; + /** @default Caldera-no-preamble */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Caldera?: { + /** @default false */ + allowed?: boolean; + /** @default Caldera */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Catharon?: { + /** @default false */ + allowed?: boolean; + /** @default Catharon */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CATOSL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CATOSL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-2.5-AU"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-2.5-AU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-AT"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-AT */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-AU"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-AU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-IGO"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-IGO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-NL"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-NL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0-US"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0-US */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-3.0-IGO"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-3.0-IGO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-ND-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-ND-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.0-FR"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.0-FR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.0-UK"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.0-UK */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-3.0-IGO"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-3.0-IGO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-NC-SA-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-NC-SA-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-ND-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-ND-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-2.0-UK"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-2.0-UK */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-2.1-JP"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-2.1-JP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-3.0-AT"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-3.0-AT */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-3.0-DE"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-3.0-DE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-3.0-IGO"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-3.0-IGO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-BY-SA-4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-BY-SA-4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC-PDDC"?: { + /** @default false */ + allowed?: boolean; + /** @default CC-PDDC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CC0-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CC0-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDDL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDDL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDDL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CDDL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDLA-Permissive-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDLA-Permissive-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDLA-Permissive-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDLA-Permissive-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CDLA-Sharing-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CDLA-Sharing-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-B"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-B */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CECILL-C"?: { + /** @default false */ + allowed?: boolean; + /** @default CECILL-C */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-P-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-P-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-S-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-S-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CERN-OHL-W-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CERN-OHL-W-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + CFITSIO?: { + /** @default false */ + allowed?: boolean; + /** @default CFITSIO */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "check-cvs"?: { + /** @default false */ + allowed?: boolean; + /** @default check-cvs */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + checkmk?: { + /** @default false */ + allowed?: boolean; + /** @default checkmk */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ClArtistic?: { + /** @default false */ + allowed?: boolean; + /** @default ClArtistic */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Clips?: { + /** @default false */ + allowed?: boolean; + /** @default Clips */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CMU-Mach-nodoc"?: { + /** @default false */ + allowed?: boolean; + /** @default CMU-Mach-nodoc */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CMU-Mach"?: { + /** @default false */ + allowed?: boolean; + /** @default CMU-Mach */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CNRI-Jython"?: { + /** @default false */ + allowed?: boolean; + /** @default CNRI-Jython */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CNRI-Python-GPL-Compatible"?: { + /** @default false */ + allowed?: boolean; + /** @default CNRI-Python-GPL-Compatible */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CNRI-Python"?: { + /** @default false */ + allowed?: boolean; + /** @default CNRI-Python */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "COIL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default COIL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Community-Spec-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Community-Spec-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Condor-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Condor-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "copyleft-next-0.3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default copyleft-next-0.3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "copyleft-next-0.3.1"?: { + /** @default false */ + allowed?: boolean; + /** @default copyleft-next-0.3.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Cornell-Lossless-JPEG"?: { + /** @default false */ + allowed?: boolean; + /** @default Cornell-Lossless-JPEG */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CPAL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CPAL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CPOL-1.02"?: { + /** @default false */ + allowed?: boolean; + /** @default CPOL-1.02 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-CreativeML-Open-Rail-M"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-CreativeML-Open-Rail-M */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Cronyx?: { + /** @default false */ + allowed?: boolean; + /** @default Cronyx */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Crossword?: { + /** @default false */ + allowed?: boolean; + /** @default Crossword */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + CrystalStacker?: { + /** @default false */ + allowed?: boolean; + /** @default CrystalStacker */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "CUA-OPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default CUA-OPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Cube?: { + /** @default false */ + allowed?: boolean; + /** @default Cube */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + curl?: { + /** @default false */ + allowed?: boolean; + /** @default curl */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "cve-tou"?: { + /** @default false */ + allowed?: boolean; + /** @default cve-tou */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "D-FSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default D-FSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DEC-3-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default DEC-3-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + diffmark?: { + /** @default false */ + allowed?: boolean; + /** @default diffmark */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DL-DE-BY-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default DL-DE-BY-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DL-DE-ZERO-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default DL-DE-ZERO-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + DOC?: { + /** @default false */ + allowed?: boolean; + /** @default DOC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Dotseqn?: { + /** @default false */ + allowed?: boolean; + /** @default Dotseqn */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DRL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default DRL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "DRL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default DRL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + DSDP?: { + /** @default false */ + allowed?: boolean; + /** @default DSDP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + dtoa?: { + /** @default false */ + allowed?: boolean; + /** @default dtoa */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + dvipdfm?: { + /** @default false */ + allowed?: boolean; + /** @default dvipdfm */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ECL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ECL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ECL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ECL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "eCos-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default eCos-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EFL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EFL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EFL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EFL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + eGenix?: { + /** @default false */ + allowed?: boolean; + /** @default eGenix */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Elastic-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Elastic-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Entessa?: { + /** @default false */ + allowed?: boolean; + /** @default Entessa */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + EPICS?: { + /** @default false */ + allowed?: boolean; + /** @default EPICS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ErlPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default ErlPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "etalab-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default etalab-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + EUDatagrid?: { + /** @default false */ + allowed?: boolean; + /** @default EUDatagrid */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EUPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default EUPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EUPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default EUPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "EUPL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default EUPL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Eurosym?: { + /** @default false */ + allowed?: boolean; + /** @default Eurosym */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Fair?: { + /** @default false */ + allowed?: boolean; + /** @default Fair */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FBM?: { + /** @default false */ + allowed?: boolean; + /** @default FBM */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "FDK-AAC"?: { + /** @default false */ + allowed?: boolean; + /** @default FDK-AAC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Ferguson-Twofish"?: { + /** @default false */ + allowed?: boolean; + /** @default Ferguson-Twofish */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Font-Awesome-Free-License-6.x"?: { + /** @default false */ + allowed?: boolean; + /** @default Font-Awesome-Free-License-6.x */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Frameworx-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Frameworx-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "FreeBSD-DOC"?: { + /** @default false */ + allowed?: boolean; + /** @default FreeBSD-DOC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FreeImage?: { + /** @default false */ + allowed?: boolean; + /** @default FreeImage */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "FSFAP-no-warranty-disclaimer"?: { + /** @default false */ + allowed?: boolean; + /** @default FSFAP-no-warranty-disclaimer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FSFAP?: { + /** @default false */ + allowed?: boolean; + /** @default FSFAP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FSFUL?: { + /** @default false */ + allowed?: boolean; + /** @default FSFUL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FSFULLR?: { + /** @default false */ + allowed?: boolean; + /** @default FSFULLR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FSFULLRWD?: { + /** @default false */ + allowed?: boolean; + /** @default FSFULLRWD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + FTL?: { + /** @default false */ + allowed?: boolean; + /** @default FTL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Furuseth?: { + /** @default false */ + allowed?: boolean; + /** @default Furuseth */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + fwlw?: { + /** @default false */ + allowed?: boolean; + /** @default fwlw */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GCR-docs"?: { + /** @default false */ + allowed?: boolean; + /** @default GCR-docs */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + GD?: { + /** @default false */ + allowed?: boolean; + /** @default GD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-no-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-no-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-no-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-no-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-no-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-no-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-no-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-no-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-no-invariants-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-no-invariants-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-no-invariants-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-no-invariants-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GFDL-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default GFDL-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Giftware?: { + /** @default false */ + allowed?: boolean; + /** @default Giftware */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + GL2PS?: { + /** @default false */ + allowed?: boolean; + /** @default GL2PS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Glide?: { + /** @default false */ + allowed?: boolean; + /** @default Glide */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Glulxe?: { + /** @default false */ + allowed?: boolean; + /** @default Glulxe */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + GLWTPL?: { + /** @default false */ + allowed?: boolean; + /** @default GLWTPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + gnuplot?: { + /** @default false */ + allowed?: boolean; + /** @default gnuplot */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-1.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-1.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-1.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-1.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-1.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-1.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-autoconf-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-autoconf-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-bison-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-bison-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-classpath-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-classpath-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-font-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-font-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0-with-GCC-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0-with-GCC-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-2.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-2.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0-with-autoconf-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0-with-autoconf-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0-with-GCC-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0-with-GCC-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "GPL-3.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default GPL-3.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Graphics-Gems"?: { + /** @default false */ + allowed?: boolean; + /** @default Graphics-Gems */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "gSOAP-1.3b"?: { + /** @default false */ + allowed?: boolean; + /** @default gSOAP-1.3b */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + gtkbook?: { + /** @default false */ + allowed?: boolean; + /** @default gtkbook */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Gutmann?: { + /** @default false */ + allowed?: boolean; + /** @default Gutmann */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + HaskellReport?: { + /** @default false */ + allowed?: boolean; + /** @default HaskellReport */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + hdparm?: { + /** @default false */ + allowed?: boolean; + /** @default hdparm */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + HIDAPI?: { + /** @default false */ + allowed?: boolean; + /** @default HIDAPI */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Hippocratic-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Hippocratic-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HP-1986"?: { + /** @default false */ + allowed?: boolean; + /** @default HP-1986 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HP-1989"?: { + /** @default false */ + allowed?: boolean; + /** @default HP-1989 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-DEC"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-DEC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-doc-sell"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-doc-sell */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-doc"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-doc */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-export-US-acknowledgement"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-export-US-acknowledgement */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-export-US-modify"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-export-US-modify */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-export-US"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-export-US */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-export2-US"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-export2-US */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Fenneberg-Livingston"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Fenneberg-Livingston */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-INRIA-IMAG"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-INRIA-IMAG */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Intel"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Intel */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Kevlin-Henney"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Kevlin-Henney */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Markus-Kuhn"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Markus-Kuhn */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-merchantability-variant"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-merchantability-variant */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-MIT-disclaimer"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-MIT-disclaimer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Netrek"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Netrek */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-Pbmplus"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-Pbmplus */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-MIT-disclaimer-xserver"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-MIT-disclaimer-xserver */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-regexpr"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-regexpr */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-variant-MIT-disclaimer-rev"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-variant-MIT-disclaimer-rev */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-variant-MIT-disclaimer"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-variant-MIT-disclaimer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-sell-variant"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-sell-variant */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-UC-export-US"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-UC-export-US */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "HPND-UC"?: { + /** @default false */ + allowed?: boolean; + /** @default HPND-UC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + HPND?: { + /** @default false */ + allowed?: boolean; + /** @default HPND */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + HTMLTIDY?: { + /** @default false */ + allowed?: boolean; + /** @default HTMLTIDY */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "IBM-pibs"?: { + /** @default false */ + allowed?: boolean; + /** @default IBM-pibs */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ICU?: { + /** @default false */ + allowed?: boolean; + /** @default ICU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "IEC-Code-Components-EULA"?: { + /** @default false */ + allowed?: boolean; + /** @default IEC-Code-Components-EULA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "IJG-short"?: { + /** @default false */ + allowed?: boolean; + /** @default IJG-short */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + IJG?: { + /** @default false */ + allowed?: boolean; + /** @default IJG */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ImageMagick?: { + /** @default false */ + allowed?: boolean; + /** @default ImageMagick */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + iMatix?: { + /** @default false */ + allowed?: boolean; + /** @default iMatix */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Imlib2?: { + /** @default false */ + allowed?: boolean; + /** @default Imlib2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Info-ZIP"?: { + /** @default false */ + allowed?: boolean; + /** @default Info-ZIP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Inner-Net-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Inner-Net-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Intel-ACPI"?: { + /** @default false */ + allowed?: boolean; + /** @default Intel-ACPI */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Intel?: { + /** @default false */ + allowed?: boolean; + /** @default Intel */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Interbase-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Interbase-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + IPA?: { + /** @default false */ + allowed?: boolean; + /** @default IPA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "IPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default IPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ISC-Veillard"?: { + /** @default false */ + allowed?: boolean; + /** @default ISC-Veillard */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ISC?: { + /** @default false */ + allowed?: boolean; + /** @default ISC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Jam?: { + /** @default false */ + allowed?: boolean; + /** @default Jam */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "JasPer-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default JasPer-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-JDOM"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-JDOM */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "JPL-image"?: { + /** @default false */ + allowed?: boolean; + /** @default JPL-image */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + JPNIC?: { + /** @default false */ + allowed?: boolean; + /** @default JPNIC */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + JSON?: { + /** @default false */ + allowed?: boolean; + /** @default JSON */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Kastrup?: { + /** @default false */ + allowed?: boolean; + /** @default Kastrup */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Kazlib?: { + /** @default false */ + allowed?: boolean; + /** @default Kazlib */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Knuth-CTAN"?: { + /** @default false */ + allowed?: boolean; + /** @default Knuth-CTAN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LAL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default LAL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LAL-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default LAL-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Latex2e-translated-notice"?: { + /** @default false */ + allowed?: boolean; + /** @default Latex2e-translated-notice */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Latex2e?: { + /** @default false */ + allowed?: boolean; + /** @default Latex2e */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Leptonica?: { + /** @default false */ + allowed?: boolean; + /** @default Leptonica */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.1-only"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.1-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.1-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.1-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-2.1+"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-2.1+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-3.0-only"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-3.0-only */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-3.0-or-later"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-3.0-or-later */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LGPL-3.0+"?: { + /** @default false */ + allowed?: boolean; + /** @default LGPL-3.0+ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + LGPLLR?: { + /** @default false */ + allowed?: boolean; + /** @default LGPLLR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "libpng-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default libpng-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Libpng?: { + /** @default false */ + allowed?: boolean; + /** @default Libpng */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "libselinux-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default libselinux-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + libtiff?: { + /** @default false */ + allowed?: boolean; + /** @default libtiff */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "libutil-David-Nugent"?: { + /** @default false */ + allowed?: boolean; + /** @default libutil-David-Nugent */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LiLiQ-P-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LiLiQ-P-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LiLiQ-R-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LiLiQ-R-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LiLiQ-Rplus-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LiLiQ-Rplus-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-man-pages-1-para"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-man-pages-1-para */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-man-pages-copyleft-2-para"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-man-pages-copyleft-2-para */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-man-pages-copyleft-var"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-man-pages-copyleft-var */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-man-pages-copyleft"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-man-pages-copyleft */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Linux-OpenIB"?: { + /** @default false */ + allowed?: boolean; + /** @default Linux-OpenIB */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + LOOP?: { + /** @default false */ + allowed?: boolean; + /** @default LOOP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPD-document"?: { + /** @default false */ + allowed?: boolean; + /** @default LPD-document */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPL-1.02"?: { + /** @default false */ + allowed?: boolean; + /** @default LPL-1.02 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.3a"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.3a */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LPPL-1.3c"?: { + /** @default false */ + allowed?: boolean; + /** @default LPPL-1.3c */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + lsof?: { + /** @default false */ + allowed?: boolean; + /** @default lsof */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Lucida-Bitmap-Fonts"?: { + /** @default false */ + allowed?: boolean; + /** @default Lucida-Bitmap-Fonts */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LZMA-SDK-9.11-to-9.20"?: { + /** @default false */ + allowed?: boolean; + /** @default LZMA-SDK-9.11-to-9.20 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LZMA-SDK-9.22"?: { + /** @default false */ + allowed?: boolean; + /** @default LZMA-SDK-9.22 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Mackerras-3-Clause-acknowledgment"?: { + /** @default false */ + allowed?: boolean; + /** @default Mackerras-3-Clause-acknowledgment */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Mackerras-3-Clause"?: { + /** @default false */ + allowed?: boolean; + /** @default Mackerras-3-Clause */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + magaz?: { + /** @default false */ + allowed?: boolean; + /** @default magaz */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + mailprio?: { + /** @default false */ + allowed?: boolean; + /** @default mailprio */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MakeIndex?: { + /** @default false */ + allowed?: boolean; + /** @default MakeIndex */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Martin-Birgmeier"?: { + /** @default false */ + allowed?: boolean; + /** @default Martin-Birgmeier */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "McPhee-slideshow"?: { + /** @default false */ + allowed?: boolean; + /** @default McPhee-slideshow */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + metamail?: { + /** @default false */ + allowed?: boolean; + /** @default metamail */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Minpack?: { + /** @default false */ + allowed?: boolean; + /** @default Minpack */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MirOS?: { + /** @default false */ + allowed?: boolean; + /** @default MirOS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-0"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-advertising"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-advertising */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-CMU"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-CMU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-enna"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-enna */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-feh"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-feh */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-Festival"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-Festival */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-Khronos-old"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-Khronos-old */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-Modern-Variant"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-Modern-Variant */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-open-group"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-open-group */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-testregex"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-testregex */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MIT-Wu"?: { + /** @default false */ + allowed?: boolean; + /** @default MIT-Wu */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MIT?: { + /** @default false */ + allowed?: boolean; + /** @default MIT */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MITNFA?: { + /** @default false */ + allowed?: boolean; + /** @default MITNFA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MMIXware?: { + /** @default false */ + allowed?: boolean; + /** @default MMIXware */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Motosoto?: { + /** @default false */ + allowed?: boolean; + /** @default Motosoto */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPEG-SSG"?: { + /** @default false */ + allowed?: boolean; + /** @default MPEG-SSG */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "mpi-permissive"?: { + /** @default false */ + allowed?: boolean; + /** @default mpi-permissive */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + mpich2?: { + /** @default false */ + allowed?: boolean; + /** @default mpich2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default MPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default MPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPL-2.0-no-copyleft-exception"?: { + /** @default false */ + allowed?: boolean; + /** @default MPL-2.0-no-copyleft-exception */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default MPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + mplus?: { + /** @default false */ + allowed?: boolean; + /** @default mplus */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MS-LPL"?: { + /** @default false */ + allowed?: boolean; + /** @default MS-LPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MS-PL"?: { + /** @default false */ + allowed?: boolean; + /** @default MS-PL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MS-RL"?: { + /** @default false */ + allowed?: boolean; + /** @default MS-RL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + MTLL?: { + /** @default false */ + allowed?: boolean; + /** @default MTLL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MulanPSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default MulanPSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "MulanPSL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default MulanPSL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Multics?: { + /** @default false */ + allowed?: boolean; + /** @default Multics */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Mup?: { + /** @default false */ + allowed?: boolean; + /** @default Mup */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NAIST-2003"?: { + /** @default false */ + allowed?: boolean; + /** @default NAIST-2003 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NASA-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default NASA-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Naumen?: { + /** @default false */ + allowed?: boolean; + /** @default Naumen */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NBPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NBPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NCBI-PD"?: { + /** @default false */ + allowed?: boolean; + /** @default NCBI-PD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NCGL-UK-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NCGL-UK-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NCL?: { + /** @default false */ + allowed?: boolean; + /** @default NCL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NCSA?: { + /** @default false */ + allowed?: boolean; + /** @default NCSA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Net-SNMP"?: { + /** @default false */ + allowed?: boolean; + /** @default Net-SNMP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NetCDF?: { + /** @default false */ + allowed?: boolean; + /** @default NetCDF */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Newsletr?: { + /** @default false */ + allowed?: boolean; + /** @default Newsletr */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NGPL?: { + /** @default false */ + allowed?: boolean; + /** @default NGPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NICTA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NICTA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NIST-PD-fallback"?: { + /** @default false */ + allowed?: boolean; + /** @default NIST-PD-fallback */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NIST-PD"?: { + /** @default false */ + allowed?: boolean; + /** @default NIST-PD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NIST-Software"?: { + /** @default false */ + allowed?: boolean; + /** @default NIST-Software */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NLOD-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NLOD-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NLOD-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NLOD-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NLPL?: { + /** @default false */ + allowed?: boolean; + /** @default NLPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Nokia?: { + /** @default false */ + allowed?: boolean; + /** @default Nokia */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NOSL?: { + /** @default false */ + allowed?: boolean; + /** @default NOSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Noweb?: { + /** @default false */ + allowed?: boolean; + /** @default Noweb */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default NPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NPOSL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default NPOSL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NRL?: { + /** @default false */ + allowed?: boolean; + /** @default NRL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "NTP-0"?: { + /** @default false */ + allowed?: boolean; + /** @default NTP-0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + NTP?: { + /** @default false */ + allowed?: boolean; + /** @default NTP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Nunit?: { + /** @default false */ + allowed?: boolean; + /** @default Nunit */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "O-UDA-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default O-UDA-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OAR?: { + /** @default false */ + allowed?: boolean; + /** @default OAR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OCCT-PL"?: { + /** @default false */ + allowed?: boolean; + /** @default OCCT-PL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OCLC-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OCLC-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ODbL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ODbL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ODC-By-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default ODC-By-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OFFIS?: { + /** @default false */ + allowed?: boolean; + /** @default OFFIS */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.0-no-RFN"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.0-no-RFN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.0-RFN"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.0-RFN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.1-no-RFN"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.1-no-RFN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.1-RFN"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.1-RFN */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OFL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OFL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGC-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGC-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGDL-Taiwan-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGDL-Taiwan-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGL-Canada-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGL-Canada-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGL-UK-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGL-UK-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGL-UK-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGL-UK-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OGL-UK-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OGL-UK-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OGTSL?: { + /** @default false */ + allowed?: boolean; + /** @default OGTSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-1.4"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-1.4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.0.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.0.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.2.2"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.2.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.2"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.3"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.4"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.5"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.6"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.6 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.7"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.7 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLDAP-2.8"?: { + /** @default false */ + allowed?: boolean; + /** @default OLDAP-2.8 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OLFL-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default OLFL-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OML?: { + /** @default false */ + allowed?: boolean; + /** @default OML */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-OpenRAIL-S-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-OpenRAIL-S-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-OpenRAIL-S-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-OpenRAIL-S-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OpenPBS-2.3"?: { + /** @default false */ + allowed?: boolean; + /** @default OpenPBS-2.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-Open-RAIL-Plus-Plus-M"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-Open-RAIL-Plus-Plus-M */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OpenSSL-standalone"?: { + /** @default false */ + allowed?: boolean; + /** @default OpenSSL-standalone */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OpenSSL?: { + /** @default false */ + allowed?: boolean; + /** @default OpenSSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + OpenVision?: { + /** @default false */ + allowed?: boolean; + /** @default OpenVision */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OPL-UK-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OPL-UK-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OPUBL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OPUBL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSET-PL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OSET-PL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-2.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "OSL-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default OSL-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + PADL?: { + /** @default false */ + allowed?: boolean; + /** @default PADL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-6.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-6.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PDDL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PDDL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PHP-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PHP-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PHP-3.01"?: { + /** @default false */ + allowed?: boolean; + /** @default PHP-3.01 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Pixar?: { + /** @default false */ + allowed?: boolean; + /** @default Pixar */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + pkgconf?: { + /** @default false */ + allowed?: boolean; + /** @default pkgconf */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Plexus?: { + /** @default false */ + allowed?: boolean; + /** @default Plexus */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + pnmstitch?: { + /** @default false */ + allowed?: boolean; + /** @default pnmstitch */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PolyForm-Noncommercial-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PolyForm-Noncommercial-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PolyForm-Small-Business-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PolyForm-Small-Business-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + PostgreSQL?: { + /** @default false */ + allowed?: boolean; + /** @default PostgreSQL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + PPL?: { + /** @default false */ + allowed?: boolean; + /** @default PPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "PSF-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default PSF-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + psfrag?: { + /** @default false */ + allowed?: boolean; + /** @default psfrag */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + psutils?: { + /** @default false */ + allowed?: boolean; + /** @default psutils */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Python-2.0.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Python-2.0.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Python-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Python-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "python-ldap"?: { + /** @default false */ + allowed?: boolean; + /** @default python-ldap */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Qhull?: { + /** @default false */ + allowed?: boolean; + /** @default Qhull */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "QPL-1.0-INRIA-2004"?: { + /** @default false */ + allowed?: boolean; + /** @default QPL-1.0-INRIA-2004 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "QPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default QPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + radvd?: { + /** @default false */ + allowed?: boolean; + /** @default radvd */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-RAIL-A"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-RAIL-A */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Rdisc?: { + /** @default false */ + allowed?: boolean; + /** @default Rdisc */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RHeCos-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default RHeCos-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default RPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RPL-1.5"?: { + /** @default false */ + allowed?: boolean; + /** @default RPL-1.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RPSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default RPSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "RSA-MD"?: { + /** @default false */ + allowed?: boolean; + /** @default RSA-MD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + RSCPL?: { + /** @default false */ + allowed?: boolean; + /** @default RSCPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Ruby-pty"?: { + /** @default false */ + allowed?: boolean; + /** @default Ruby-pty */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Ruby?: { + /** @default false */ + allowed?: boolean; + /** @default Ruby */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SAX-PD-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SAX-PD-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SAX-PD"?: { + /** @default false */ + allowed?: boolean; + /** @default SAX-PD */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Saxpath?: { + /** @default false */ + allowed?: boolean; + /** @default Saxpath */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SCEA?: { + /** @default false */ + allowed?: boolean; + /** @default SCEA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SchemeReport?: { + /** @default false */ + allowed?: boolean; + /** @default SchemeReport */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-SendBird-SDK"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-SendBird-SDK */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Sendmail-8.23"?: { + /** @default false */ + allowed?: boolean; + /** @default Sendmail-8.23 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Sendmail?: { + /** @default false */ + allowed?: boolean; + /** @default Sendmail */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SGI-B-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SGI-B-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SGI-B-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default SGI-B-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SGI-B-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SGI-B-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SGI-OpenGL"?: { + /** @default false */ + allowed?: boolean; + /** @default SGI-OpenGL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SGP4?: { + /** @default false */ + allowed?: boolean; + /** @default SGP4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SHL-0.5"?: { + /** @default false */ + allowed?: boolean; + /** @default SHL-0.5 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SHL-0.51"?: { + /** @default false */ + allowed?: boolean; + /** @default SHL-0.51 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-SIL-AI-RAIL-M-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-SIL-AI-RAIL-M-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SimPL-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SimPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SISSL-1.2"?: { + /** @default false */ + allowed?: boolean; + /** @default SISSL-1.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SISSL?: { + /** @default false */ + allowed?: boolean; + /** @default SISSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SL?: { + /** @default false */ + allowed?: boolean; + /** @default SL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Sleepycat?: { + /** @default false */ + allowed?: boolean; + /** @default Sleepycat */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SMLNJ?: { + /** @default false */ + allowed?: boolean; + /** @default SMLNJ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SMPPL?: { + /** @default false */ + allowed?: boolean; + /** @default SMPPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SNIA?: { + /** @default false */ + allowed?: boolean; + /** @default SNIA */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + snprintf?: { + /** @default false */ + allowed?: boolean; + /** @default snprintf */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + softSurfer?: { + /** @default false */ + allowed?: boolean; + /** @default softSurfer */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Soundex?: { + /** @default false */ + allowed?: boolean; + /** @default Soundex */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Spencer-86"?: { + /** @default false */ + allowed?: boolean; + /** @default Spencer-86 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Spencer-94"?: { + /** @default false */ + allowed?: boolean; + /** @default Spencer-94 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Spencer-99"?: { + /** @default false */ + allowed?: boolean; + /** @default Spencer-99 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ssh-keyscan"?: { + /** @default false */ + allowed?: boolean; + /** @default ssh-keyscan */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SSH-OpenSSH"?: { + /** @default false */ + allowed?: boolean; + /** @default SSH-OpenSSH */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SSH-short"?: { + /** @default false */ + allowed?: boolean; + /** @default SSH-short */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SSLeay-standalone"?: { + /** @default false */ + allowed?: boolean; + /** @default SSLeay-standalone */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SSPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default SSPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "StandardML-NJ"?: { + /** @default false */ + allowed?: boolean; + /** @default StandardML-NJ */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "SugarCRM-1.1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default SugarCRM-1.1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Sun-PPP-2000"?: { + /** @default false */ + allowed?: boolean; + /** @default Sun-PPP-2000 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Sun-PPP"?: { + /** @default false */ + allowed?: boolean; + /** @default Sun-PPP */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SunPro?: { + /** @default false */ + allowed?: boolean; + /** @default SunPro */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + SWL?: { + /** @default false */ + allowed?: boolean; + /** @default SWL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + swrule?: { + /** @default false */ + allowed?: boolean; + /** @default swrule */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Symlinks?: { + /** @default false */ + allowed?: boolean; + /** @default Symlinks */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TAPR-OHL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TAPR-OHL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TCL?: { + /** @default false */ + allowed?: boolean; + /** @default TCL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TCP-wrappers"?: { + /** @default false */ + allowed?: boolean; + /** @default TCP-wrappers */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TermReadKey?: { + /** @default false */ + allowed?: boolean; + /** @default TermReadKey */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TGPPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TGPPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-1.1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-1.1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.3.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.3.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-2.4.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-2.4.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-3.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-3.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-4.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-4.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-5.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-5.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0-pre.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0-pre.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0-pre.2"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0-pre.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0-pre.3"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0-pre.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Parity-7.0.0-pre.4"?: { + /** @default false */ + allowed?: boolean; + /** @default Parity-7.0.0-pre.4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-1.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-1.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-1.0.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-1.0.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-1.1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-1.1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-2.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-2.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-3.0.0-pre.1"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-3.0.0-pre.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-3.0.0-pre.2"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-3.0.0-pre.2 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Prosperity-3.0.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Prosperity-3.0.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + threeparttable?: { + /** @default false */ + allowed?: boolean; + /** @default threeparttable */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TMate?: { + /** @default false */ + allowed?: boolean; + /** @default TMate */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TORQUE-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default TORQUE-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TOSL?: { + /** @default false */ + allowed?: boolean; + /** @default TOSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TPDL?: { + /** @default false */ + allowed?: boolean; + /** @default TPDL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-T-RSL"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-T-RSL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TTWL?: { + /** @default false */ + allowed?: boolean; + /** @default TTWL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + TTYP0?: { + /** @default false */ + allowed?: boolean; + /** @default TTYP0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TU-Berlin-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TU-Berlin-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "TU-Berlin-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default TU-Berlin-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + UCAR?: { + /** @default false */ + allowed?: boolean; + /** @default UCAR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "UCL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default UCL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + ulem?: { + /** @default false */ + allowed?: boolean; + /** @default ulem */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "UMich-Merit"?: { + /** @default false */ + allowed?: boolean; + /** @default UMich-Merit */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Unicode-3.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Unicode-3.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Unicode-DFS-2015"?: { + /** @default false */ + allowed?: boolean; + /** @default Unicode-DFS-2015 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Unicode-DFS-2016"?: { + /** @default false */ + allowed?: boolean; + /** @default Unicode-DFS-2016 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Unicode-TOU"?: { + /** @default false */ + allowed?: boolean; + /** @default Unicode-TOU */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + UnixCrypt?: { + /** @default false */ + allowed?: boolean; + /** @default UnixCrypt */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Unlicense?: { + /** @default false */ + allowed?: boolean; + /** @default Unlicense */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "UPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default UPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "URT-RLE"?: { + /** @default false */ + allowed?: boolean; + /** @default URT-RLE */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Vim?: { + /** @default false */ + allowed?: boolean; + /** @default Vim */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + VOSTROM?: { + /** @default false */ + allowed?: boolean; + /** @default VOSTROM */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "VSL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default VSL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "LicenseRef-W3C-IPR"?: { + /** @default false */ + allowed?: boolean; + /** @default LicenseRef-W3C-IPR */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "W3C-19980720"?: { + /** @default false */ + allowed?: boolean; + /** @default W3C-19980720 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "W3C-20150513"?: { + /** @default false */ + allowed?: boolean; + /** @default W3C-20150513 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + W3C?: { + /** @default false */ + allowed?: boolean; + /** @default W3C */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + w3m?: { + /** @default false */ + allowed?: boolean; + /** @default w3m */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Watcom-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Watcom-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Widget-Workshop"?: { + /** @default false */ + allowed?: boolean; + /** @default Widget-Workshop */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Wsuipa?: { + /** @default false */ + allowed?: boolean; + /** @default Wsuipa */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + WTFPL?: { + /** @default false */ + allowed?: boolean; + /** @default WTFPL */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + wxWindows?: { + /** @default false */ + allowed?: boolean; + /** @default wxWindows */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "X11-distribute-modifications-variant"?: { + /** @default false */ + allowed?: boolean; + /** @default X11-distribute-modifications-variant */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "X11-swapped"?: { + /** @default false */ + allowed?: boolean; + /** @default X11-swapped */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + X11?: { + /** @default false */ + allowed?: boolean; + /** @default X11 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Xdebug-1.03"?: { + /** @default false */ + allowed?: boolean; + /** @default Xdebug-1.03 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Xerox?: { + /** @default false */ + allowed?: boolean; + /** @default Xerox */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Xfig?: { + /** @default false */ + allowed?: boolean; + /** @default Xfig */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "XFree86-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default XFree86-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + xinetd?: { + /** @default false */ + allowed?: boolean; + /** @default xinetd */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "xkeyboard-config-Zinoviev"?: { + /** @default false */ + allowed?: boolean; + /** @default xkeyboard-config-Zinoviev */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + xlock?: { + /** @default false */ + allowed?: boolean; + /** @default xlock */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Xnet?: { + /** @default false */ + allowed?: boolean; + /** @default Xnet */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + xpp?: { + /** @default false */ + allowed?: boolean; + /** @default xpp */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + XSkat?: { + /** @default false */ + allowed?: boolean; + /** @default XSkat */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + xzoom?: { + /** @default false */ + allowed?: boolean; + /** @default xzoom */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "YPL-1.0"?: { + /** @default false */ + allowed?: boolean; + /** @default YPL-1.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "YPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default YPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Zed?: { + /** @default false */ + allowed?: boolean; + /** @default Zed */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Zeeff?: { + /** @default false */ + allowed?: boolean; + /** @default Zeeff */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Zend-2.0"?: { + /** @default false */ + allowed?: boolean; + /** @default Zend-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Zimbra-1.3"?: { + /** @default false */ + allowed?: boolean; + /** @default Zimbra-1.3 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "Zimbra-1.4"?: { + /** @default false */ + allowed?: boolean; + /** @default Zimbra-1.4 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "zlib-acknowledgement"?: { + /** @default false */ + allowed?: boolean; + /** @default zlib-acknowledgement */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + Zlib?: { + /** @default false */ + allowed?: boolean; + /** @default Zlib */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ZPL-1.1"?: { + /** @default false */ + allowed?: boolean; + /** @default ZPL-1.1 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; + /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ZPL-2.0"?: { /** @default false */ allowed?: boolean; + /** @default ZPL-2.0 */ + licenseId?: string; + /** @default */ + name?: string; + /** @default false */ + deprecated?: boolean; + /** @default false */ + fsfLibre?: boolean; + /** @default false */ + osiApproved?: boolean; + /** @default */ + crossRef?: string; + /** @default */ + blueOakTier?: string; /** @default */ + blueOakFamily?: string; + /** @default */ + licenseExceptionId?: string; + /** @default false */ + isDeprecatedLicenseId?: boolean; + }; + "ZPL-2.1"?: { + /** @default false */ + allowed?: boolean; + /** @default ZPL-2.1 */ licenseId?: string; /** @default */ name?: string; @@ -7495,6 +42729,8 @@ export interface operations { per_page?: number; /** @description Page token */ page?: string; + /** @description Sort sort the threat feed by ID or createdAt attribute. */ + sort?: "id" | "created_at"; /** @description Order asc or desc by the createdAt attribute. */ direction?: "desc" | "asc"; /** @description Filter what type of threats to return */ @@ -7503,8 +42739,10 @@ export interface operations { name?: string; /** @description Filter threats by package version */ version?: string; + /** @description Only return threats which have been human-reviewed */ + is_human_reviewed?: boolean; /** @description Filter threats by package ecosystem type */ - ecosystem?: "gem" | "golang" | "maven" | "npm" | "pypi"; + ecosystem?: "gem" | "golang" | "maven" | "npm" | "pypi" | "nuget"; }; }; responses: { @@ -7587,7 +42825,7 @@ export interface operations { }; /** * List organizations - * @description Get information on the current organizations associated with the API key. + * @description Get information on the current organizations associated with the API token. * * This endpoint consumes 1 unit of your quota. *