changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "chain_errors": {
+ "type": "array"
+ },
+ "chain_valid": {
+ "type": [
+ "null",
+ "boolean"
+ ]
+ },
+ "chain_verified_by": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "fence": {
+ "type": "string"
+ },
+ "head_hash": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "is_genesis": {
+ "enum": [
+ false,
+ true
+ ],
+ "type": "boolean"
+ },
+ "not_proven": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "detail": {
+ "type": "string"
+ },
+ "item": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "detail",
+ "item"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "prev_head_hash": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "regulatory_framework": {
+ "type": "string"
+ },
+ "root": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "rotates_to": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "seq": {
+ "type": [
+ "null",
+ "number"
+ ]
+ },
+ "signature_valid": {
+ "type": [
+ "null",
+ "boolean"
+ ]
+ },
+ "signature_verified_by": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "signer": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "stream": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "structural_error": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "timestamp": {
+ "type": [
+ "null",
+ "string"
+ ]
+ }
+ },
+ "required": [
+ "chain_errors",
+ "chain_valid",
+ "chain_verified_by",
+ "fence",
+ "head_hash",
+ "is_genesis",
+ "not_proven",
+ "prev_head_hash",
+ "regulatory_framework",
+ "root",
+ "rotates_to",
+ "seq",
+ "signature_valid",
+ "signature_verified_by",
+ "signer",
+ "stream",
+ "structural_error",
+ "timestamp"
+ ],
+ "type": "object"
+}