changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "claim_url": {
+ "description": "Present only when the subject has no published record and could be claimed by its owner.",
+ "type": "string"
+ },
+ "provenance": {
+ "description": "Where this answer came from. An honest_absence is missing data, never a judgment about the subject.",
+ "enum": [
+ "witnessed_signed",
+ "signed_scan",
+ "live_observation",
+ "honest_absence",
+ "withheld_by_owner",
+ "knowledge_base",
+ "input_error"
+ ],
+ "type": "string"
+ },
+ "status": {
+ "description": "Machine-branchable outcome for this lookup.",
+ "enum": [
+ "published",
+ "listed",
+ "unclaimed",
+ "private",
+ "observed",
+ "valid",
+ "invalid",
+ "expired",
+ "revoked",
+ "answered",
+ "out_of_scope",
+ "bad_input"
+ ],
+ "type": "string"
+ },
+ "subject": {
+ "description": "The company, domain or token this answer is about.",
+ "type": "string"
+ },
+ "summary": {
+ "description": "The same answer as the text content, for display.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "provenance",
+ "subject",
+ "summary"
+ ],
+ "type": "object"
+}