changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "birth_date": {
+ "description": "Birth date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "chamber": {
+ "description": "Chamber (upper/lower)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "death_date": {
+ "description": "Death date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "district": {
+ "description": "District identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "email": {
+ "description": "Email address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "family_name": {
+ "description": "Family name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "gender": {
+ "description": "Gender",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "given_name": {
+ "description": "Given name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "image": {
+ "description": "Image URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "jurisdiction": {
+ "description": "State or jurisdiction",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "links": {
+ "items": {
+ "properties": {
+ "note": {
+ "description": "Link note/description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "Link URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "Full name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "offices": {
+ "items": {
+ "properties": {
+ "address": {
+ "description": "Office address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "classification": {
+ "description": "Office classification",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "email": {
+ "description": "Office email",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Office name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "voice": {
+ "description": "Phone number",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "openstates_url": {
+ "description": "Link to OpenStates profile",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "other_names": {
+ "description": "Alternative names",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "party": {
+ "description": "Political party",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "person_id": {
+ "description": "OpenStates person ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sources": {
+ "description": "Source URLs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Current title/role",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}