changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "facilities": {
+ "description": "List of EPA-regulated facilities",
+ "items": {
+ "properties": {
+ "caa_status": {
+ "description": "Clean Air Act compliance status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "city": {
+ "description": "City name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cwa_status": {
+ "description": "Clean Water Act compliance status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "formal_action_count": {
+ "description": "Number of formal enforcement actions",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "inspection_count": {
+ "description": "Total number of inspections",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "latitude": {
+ "description": "Geographic latitude",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "longitude": {
+ "description": "Geographic longitude",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "naics_codes": {
+ "description": "North American Industry Classification System codes",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Facility name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "quarters_in_noncompliance": {
+ "description": "Number of quarters facility was in non-compliance",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "rcra_status": {
+ "description": "Resource Conservation and Recovery Act compliance status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "registry_id": {
+ "description": "EPA Registry ID for the facility",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sdwis_status": {
+ "description": "Safe Drinking Water Information System status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sic_codes": {
+ "description": "Standard Industrial Classification codes",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "State abbreviation",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "street": {
+ "description": "Street address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total_penalties": {
+ "description": "Total penalties assessed in dollars",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "zip": {
+ "description": "ZIP code",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of facilities returned in this response",
+ "type": "number"
+ },
+ "total_count": {
+ "description": "Total number of facilities matching search criteria",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total_count",
+ "returned",
+ "facilities"
+ ],
+ "type": "object"
+}