addedOutput schema / properties / evidence
Added value: +{
+ "description": "Present on a published profile. What this answer is built from, what it leaves out, and where to get the rest. The summary is a summary: the typed facts with their provenance are in the record at full_record.",
+ "properties": {
+ "counts": {
+ "description": "The reading's counts, from the source named. witness_statement: read, as expected and not read in this reading. result_tally: an older reading's own tally, not a count of checks read.",
+ "properties": {
+ "as_expected": {
+ "type": "integer"
+ },
+ "in_reading": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "not_read": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "read": {
+ "type": "integer"
+ },
+ "source": {
+ "enum": [
+ "witness_statement",
+ "result_tally"
+ ],
+ "type": "string"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "facts_published": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "full_record": {
+ "description": "The canonical record as JSON, contract 2, with every typed fact, its provenance and its date where known.",
+ "type": "string"
+ },
+ "last_witnessed": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "omitted": {
+ "description": "What the summary leaves out. Every item is in full_record.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "profile_signed": {
+ "description": "Always false. The profile is not signed.",
+ "type": "boolean"
+ },
+ "schema": {
+ "type": "string"
+ },
+ "signed_artifact": {
+ "description": "The one signed object behind this answer, or null when the reading carries none. It is served, byte for byte as signed, in the witnessStatement field of full_record.",
+ "properties": {
+ "covers": {
+ "type": "string"
+ },
+ "key_id": {
+ "type": "string"
+ },
+ "read_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "type": "string"
+ },
+ "verify": {
+ "type": "string"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}
changedOutput schema / properties / provenance / enum
Previous value: -[
- "witnessed_signed",
- "signed_scan",
- "live_observation",
- "honest_absence",
- "withheld_by_owner",
- "knowledge_base",
- "input_error",
- "self_declared",
- "read_failed"
-]New value: +[
+ "witnessed_reading",
+ "connected_system_reads",
+ "ledger_token_signatures",
+ "witnessed_signed",
+ "signed_scan",
+ "live_observation",
+ "honest_absence",
+ "withheld_by_owner",
+ "knowledge_base",
+ "input_error",
+ "self_declared",
+ "read_failed"
+]