changedOutput schema / (root)
Previous value: -{
- "properties": {
- "bills": {
- "description": "List of bills (up to 20)",
- "items": {
- "properties": {
- "active": {
- "description": "Currently active",
- "type": [
- "boolean",
- "null"
- ]
- },
- "bill_id": {
- "description": "Bill ID",
- "type": [
- "string",
- "null"
- ]
- },
- "bill_type": {
- "description": "Bill type (H.R., S., etc.)",
- "type": [
- "string",
- "null"
- ]
- },
- "introduced_date": {
- "description": "Introduction date",
- "type": [
- "string",
- "null"
- ]
- },
- "latest_action": {
- "description": "Latest major action",
- "type": [
- "string",
- "null"
- ]
- },
- "latest_action_date": {
- "description": "Latest major action date",
- "type": [
- "string",
- "null"
- ]
- },
- "number": {
- "description": "Bill number",
- "type": [
- "string",
- "null"
- ]
- },
- "primary_subject": {
- "description": "Primary subject",
- "type": [
- "string",
- "null"
- ]
- },
- "sponsor_name": {
- "description": "Sponsor name",
- "type": [
- "string",
- "null"
- ]
- },
- "sponsor_party": {
- "description": "Sponsor party",
- "type": [
- "string",
- "null"
- ]
- },
- "sponsor_state": {
- "description": "Sponsor state",
- "type": [
- "string",
- "null"
- ]
- },
- "summary": {
- "description": "Bill summary",
- "type": [
- "string",
- "null"
- ]
- },
- "title": {
- "description": "Bill title",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "congress": {
- "description": "Congress number",
- "type": "number"
- },
- "count": {
- "description": "Number of results found",
- "type": "number"
- },
- "query": {
- "description": "Search query",
- "type": "string"
- }
- },
- "required": [
- "query",
- "congress",
- "count",
- "bills"
- ],
- "type": "object"
-}New value: +null