changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "products": {
+ "items": {
+ "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"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "total": {
+ "description": "Matches before the cap.",
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "truncated": {
+ "const": true,
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "products"
+ ],
+ "type": "object"
+}