changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "days": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "digestBytes": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "digestSha256": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "digestUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "found": {
+ "type": "boolean"
+ },
+ "leaves": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "root": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sealed": {
+ "additionalProperties": true,
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "verify": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "found"
+ ],
+ "type": "object"
+}