changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "detailsUrl": {
+ "description": "Details URL",
+ "type": "string"
+ },
+ "isDeprecatedLicenseId": {
+ "description": "Whether license is deprecated",
+ "type": "boolean"
+ },
+ "isFsfLibre": {
+ "description": "Whether FSF Free/Libre",
+ "type": "boolean"
+ },
+ "isOsiApproved": {
+ "description": "Whether OSI approved",
+ "type": "boolean"
+ },
+ "licenseId": {
+ "description": "SPDX license identifier",
+ "type": "string"
+ },
+ "licenseText": {
+ "description": "Full license text",
+ "type": "string"
+ },
+ "name": {
+ "description": "Full license name",
+ "type": "string"
+ },
+ "reference": {
+ "description": "Reference URL",
+ "type": "string"
+ },
+ "referenceNumber": {
+ "description": "Reference number",
+ "type": "integer"
+ },
+ "seeAlso": {
+ "description": "Cross-reference URLs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "standardLicenseHeader": {
+ "description": "Standard license header if available",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}