changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "adoptionLevels": {},
+ "availableFilters": {
+ "additionalProperties": {},
+ "properties": {
+ "categories": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "functions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "maturity": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ "topTags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "categories",
+ "functions",
+ "maturity",
+ "topTags"
+ ],
+ "type": "object"
+ },
+ "matched": {
+ "type": "number"
+ },
+ "note": {
+ "type": "string"
+ },
+ "returned": {
+ "type": "number"
+ },
+ "tools": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "category": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "functions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "maturity": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "website": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "category",
+ "description",
+ "functions",
+ "maturity",
+ "website",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "matched",
+ "returned",
+ "tools",
+ "adoptionLevels",
+ "availableFilters",
+ "note"
+ ],
+ "type": "object"
+}