changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "changeCounts": {
+ "additionalProperties": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "description": "Change items across the whole span, even when truncated.",
+ "propertyNames": {
+ "enum": [
+ "added",
+ "changed",
+ "fixed",
+ "removed",
+ "deprecated",
+ "security"
+ ],
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "newerCount": {
+ "description": "Releases above the pinned version, before the limit.",
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "notes": {
+ "description": "How the product or the version was resolved.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "product": {
+ "additionalProperties": false,
+ "properties": {
+ "category": {
+ "enum": [
+ "Developer Tools",
+ "Frameworks & Libraries",
+ "Languages & Runtimes",
+ "Games",
+ "Operating Systems",
+ "Browsers",
+ "Communication",
+ "Media",
+ "AI",
+ "Design Tools",
+ "Productivity",
+ "Firmware",
+ "Drivers"
+ ],
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "homepage": {
+ "description": "The vendor's own site.",
+ "type": "string"
+ },
+ "labels": {
+ "description": "Provenance to keep with any quote, e.g. “Sample data”.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "platforms": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "url": {
+ "description": "This product's page on What's New.",
+ "type": "string"
+ },
+ "vendor": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "vendor",
+ "category",
+ "description",
+ "url",
+ "homepage"
+ ],
+ "type": "object"
+ },
+ "releases": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "body": {
+ "type": "string"
+ },
+ "bodyTruncated": {
+ "const": true,
+ "description": "The body was cut at the cap; the permalink has it all.",
+ "type": "boolean"
+ },
+ "changes": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "category": {
+ "enum": [
+ "added",
+ "changed",
+ "fixed",
+ "removed",
+ "deprecated",
+ "security"
+ ],
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "category",
+ "text"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "channel": {
+ "description": "The source's own classification, e.g. “longterm”.",
+ "type": "string"
+ },
+ "date": {
+ "description": "ISO 8601 timestamp.",
+ "type": "string"
+ },
+ "labels": {
+ "description": "Provenance to keep with any quote, e.g. “Pre-release”.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "prerelease": {
+ "const": true,
+ "type": "boolean"
+ },
+ "sourceUrl": {
+ "description": "The vendor's own release notes.",
+ "type": "string"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "description": "This release's page on What's New.",
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "date",
+ "url",
+ "sourceUrl"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "sinceVersion": {
+ "description": "The version you passed.",
+ "type": "string"
+ },
+ "sinceVersionFound": {
+ "description": "Whether that version was found in the history. False means the releases below are the latest, not the ones after yours.",
+ "type": "boolean"
+ },
+ "truncated": {
+ "const": true,
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "product",
+ "returned",
+ "releases"
+ ],
+ "type": "object"
+}