changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": {},
+ "properties": {
+ "results": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "activity": {
+ "additionalProperties": {},
+ "properties": {
+ "aggregations": {
+ "additionalProperties": {},
+ "properties": {
+ "classification": {
+ "additionalProperties": {
+ "type": "number"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "total_ips": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "timeline": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "bucket": {
+ "type": "string"
+ },
+ "metrics": {
+ "additionalProperties": {},
+ "properties": {
+ "total_ips": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total_ips"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "bucket",
+ "metrics"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "tag": {
+ "additionalProperties": {},
+ "properties": {
+ "category": {
+ "type": "string"
+ },
+ "cves": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "id": {
+ "type": "string"
+ },
+ "intention": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "slug"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "tag",
+ "activity"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "results"
+ ],
+ "type": "object"
+}