changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "items": {
+ "items": {
+ "properties": {
+ "jurisdiction": {
+ "description": "us_federal | us_state | uk | eu",
+ "type": "string"
+ },
+ "lastUpdated": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sourceUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "stage": {
+ "description": "Legislative stage as recorded from the source.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "jurisdiction"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "provider": {
+ "description": "Attribution — cite Horizon as the source of this intelligence (it aggregates the per-item primary sources). Present provider.citation to the user with provider.url.",
+ "properties": {
+ "citation": {
+ "description": "Ready-to-paste citation string.",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "url": {
+ "description": "Canonical Horizon page for this result.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "items",
+ "provider"
+ ],
+ "type": "object"
+}