changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "checkedAt": {
+ "type": "number"
+ },
+ "note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tools": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "cached": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "contentHash": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "error": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "generated": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "priceUsd": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "validUntil": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "checkedAt",
+ "tools"
+ ],
+ "type": "object"
+}