changedOutput schema / (root)
Previous value: -{
- "properties": {
- "chamber": {
- "description": "Chamber (senate or house)",
- "type": "string"
- },
- "count": {
- "description": "Number of votes",
- "type": "number"
- },
- "month": {
- "description": "Month",
- "type": "number"
- },
- "votes": {
- "description": "List of votes",
- "items": {
- "properties": {
- "bill_id": {
- "description": "Related bill ID",
- "type": [
- "string",
- "null"
- ]
- },
- "bill_title": {
- "description": "Related bill title",
- "type": [
- "string",
- "null"
- ]
- },
- "chamber": {
- "description": "Chamber",
- "type": [
- "string",
- "null"
- ]
- },
- "congress": {
- "description": "Congress number",
- "type": [
- "number",
- "null"
- ]
- },
- "date": {
- "description": "Vote date",
- "type": [
- "string",
- "null"
- ]
- },
- "description": {
- "description": "Vote description",
- "type": [
- "string",
- "null"
- ]
- },
- "no": {
- "description": "No votes",
- "type": [
- "number",
- "null"
- ]
- },
- "not_voting": {
- "description": "Not voting",
- "type": [
- "number",
- "null"
- ]
- },
- "present": {
- "description": "Present votes",
- "type": [
- "number",
- "null"
- ]
- },
- "question": {
- "description": "Vote question",
- "type": [
- "string",
- "null"
- ]
- },
- "result": {
- "description": "Vote result (Agreed to, Failed, etc.)",
- "type": [
- "string",
- "null"
- ]
- },
- "roll_call": {
- "description": "Roll call number",
- "type": [
- "number",
- "null"
- ]
- },
- "session": {
- "description": "Session number",
- "type": [
- "number",
- "null"
- ]
- },
- "time": {
- "description": "Vote time",
- "type": [
- "string",
- "null"
- ]
- },
- "yes": {
- "description": "Yes votes",
- "type": [
- "number",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "year": {
- "description": "Year",
- "type": "number"
- }
- },
- "required": [
- "chamber",
- "year",
- "month",
- "count",
- "votes"
- ],
- "type": "object"
-}New value: +null