changedOutput schema / (root)
Previous value: -{
- "properties": {
- "chamber": {
- "description": "Chamber (senate or house)",
- "type": "string"
- },
- "congress": {
- "description": "Congress number",
- "type": "number"
- },
- "count": {
- "description": "Number of members returned",
- "type": "number"
- },
- "members": {
- "description": "List of members",
- "items": {
- "properties": {
- "district": {
- "description": "Congressional district",
- "type": [
- "string",
- "null"
- ]
- },
- "gender": {
- "description": "Gender",
- "type": [
- "string",
- "null"
- ]
- },
- "id": {
- "description": "Member ID",
- "type": [
- "string",
- "null"
- ]
- },
- "in_office": {
- "description": "Currently in office",
- "type": [
- "boolean",
- "null"
- ]
- },
- "missed_votes_pct": {
- "description": "Percentage of votes missed",
- "type": [
- "number",
- "null"
- ]
- },
- "name": {
- "description": "Full name",
- "type": [
- "string",
- "null"
- ]
- },
- "next_election": {
- "description": "Next election year",
- "type": [
- "string",
- "null"
- ]
- },
- "party": {
- "description": "Political party",
- "type": [
- "string",
- "null"
- ]
- },
- "phone": {
- "description": "Phone number",
- "type": [
- "string",
- "null"
- ]
- },
- "state": {
- "description": "State abbreviation",
- "type": [
- "string",
- "null"
- ]
- },
- "title": {
- "description": "Short title (Senator, Representative)",
- "type": [
- "string",
- "null"
- ]
- },
- "twitter": {
- "description": "Twitter account handle",
- "type": [
- "string",
- "null"
- ]
- },
- "url": {
- "description": "Official URL",
- "type": [
- "string",
- "null"
- ]
- },
- "votes_with_party_pct": {
- "description": "Percentage of votes with party",
- "type": [
- "number",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "congress",
- "chamber",
- "count",
- "members"
- ],
- "type": "object"
-}New value: +null