changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "accuracy": {},
+ "axis": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "board_carries": {
+ "type": "array"
+ },
+ "dataset": {},
+ "family": {},
+ "interval": {},
+ "leader": {},
+ "measured": {
+ "type": "boolean"
+ },
+ "n": {},
+ "not_a_certification": {
+ "type": "boolean"
+ },
+ "resolved_from": {
+ "description": "present when the caller named an alias (e.g. gov) that resolved to this board axis",
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "state": {
+ "description": "LIVE, NOT_ON_BOARD, BAD_INPUT or UNREACHABLE",
+ "type": "string"
+ },
+ "status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "state"
+ ],
+ "type": "object"
+}