changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "checks": {
+ "items": {
+ "properties": {
+ "advisory": {
+ "description": "true = reported but never decides the verdict (the live did.json cross-check)",
+ "type": "boolean"
+ },
+ "check": {
+ "type": "string"
+ },
+ "code": {
+ "type": "string"
+ },
+ "detail": {
+ "type": "string"
+ },
+ "ok": {
+ "description": "true = passed, false = failed, null = not applicable or not run (detail says UNCHECKED)",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "family": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "not_a_certification": {
+ "type": "boolean"
+ },
+ "note": {
+ "type": "string"
+ },
+ "pinned_key": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "reason": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "reasons": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "rule": {
+ "type": "string"
+ },
+ "state": {
+ "description": "VALID, INVALID or UNCHECKABLE",
+ "type": "string"
+ }
+ },
+ "required": [
+ "state"
+ ],
+ "type": "object"
+}