changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "bill_type": {
+ "description": "Bill type code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "bill_type_label": {
+ "description": "Bill type label",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "congress": {
+ "description": "Congress number",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Bill ID",
+ "type": "number"
+ },
+ "introduced_date": {
+ "description": "Bill introduction date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "link": {
+ "description": "GovTrack bill URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "number": {
+ "description": "Bill number",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "sponsor_name": {
+ "description": "Primary sponsor name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "description": "Current status code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status_date": {
+ "description": "Date of current status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status_label": {
+ "description": "Current status label",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Full bill title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title_without_number": {
+ "description": "Bill title without number prefix",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id"
+ ],
+ "type": "object"
+}