changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of matching licenses",
+ "type": "integer"
+ },
+ "query": {
+ "description": "Lowercase search query string",
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "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"
+ },
+ "name": {
+ "description": "Full license name",
+ "type": "string"
+ },
+ "reference": {
+ "description": "Reference URL",
+ "type": "string"
+ },
+ "referenceNumber": {
+ "description": "Reference number",
+ "type": "integer"
+ },
+ "seeAlso": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "query",
+ "count",
+ "results"
+ ],
+ "type": "object"
+}