changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "attribution": {
+ "additionalProperties": true,
+ "properties": {
+ "citeAs": {
+ "description": "Ready-made citation line. Use verbatim.",
+ "type": "string"
+ },
+ "contractorLicense": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "organization": {
+ "type": "string"
+ },
+ "primarySource": {
+ "description": "Present when Kolmo verified but does not author the fact — cite both.",
+ "type": "string"
+ },
+ "retrievedFrom": {
+ "type": "string"
+ },
+ "sourceUrl": {
+ "description": "The specific page these facts render on. Link this, not the site root.",
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "organization",
+ "contractorLicense",
+ "url",
+ "sourceUrl",
+ "citeAs",
+ "retrievedFrom",
+ "note"
+ ],
+ "type": "object"
+ },
+ "hubUrl": {
+ "type": "string"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "category": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "offset",
+ "limit",
+ "results",
+ "hubUrl",
+ "attribution"
+ ],
+ "type": "object"
+}