changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "actions": {
+ "items": {
+ "properties": {
+ "classification": {
+ "description": "Action classifications",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "date": {
+ "description": "Action date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Action description",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "chamber": {
+ "description": "Chamber (upper/lower) or organization",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "classification": {
+ "description": "Bill type classifications",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "identifier": {
+ "description": "Bill identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "jurisdiction": {
+ "description": "State or jurisdiction name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latest_action": {
+ "description": "Description of latest action",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latest_action_date": {
+ "description": "Date of latest action",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "openstates_id": {
+ "description": "OpenStates bill ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "openstates_url": {
+ "description": "Link to OpenStates page",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "session": {
+ "description": "Legislative session",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sources": {
+ "description": "Source URLs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sponsors": {
+ "items": {
+ "properties": {
+ "classification": {
+ "description": "Sponsor classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Sponsor name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "person_id": {
+ "description": "OpenStates person ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary": {
+ "description": "Is primary sponsor",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "subject": {
+ "description": "Subject tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Bill title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "versions": {
+ "items": {
+ "properties": {
+ "date": {
+ "description": "Version date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "links": {
+ "items": {
+ "properties": {
+ "media_type": {
+ "description": "MIME type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "Link URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "note": {
+ "description": "Version note",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "votes": {
+ "items": {
+ "properties": {
+ "counts": {
+ "description": "Vote counts by option",
+ "type": "array"
+ },
+ "id": {
+ "description": "Vote ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "motion": {
+ "description": "Motion text",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "result": {
+ "description": "Vote result",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "start_date": {
+ "description": "Vote date",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}