{"openapi":"3.0.0","info":{"contact":{"name":"US EPA, OECA Integration, Targeting and Access Branch"},"description":"Enforcement and Compliance History Online (ECHO) is a tool developed and maintained by EPA's Office of Enforcement and Compliance Assurance for public use. ECHO provides integrated compliance and enforcement information for over 1 million regulated facilities nationwide.\n CASE Rest Services provide multiple service endpoints, each with specific capabilities, to search and retrieve data on civil cases entered into the \nIntegrated Compliance Information System (ICIS) and criminal cases entered into the Summary of Criminal Prosecutions database.  \nSee Enforcement Case Search Help (https://echo.epa.gov/help/enforcement-case-search-help) for additional information on searching civil and criminal cases. \n\\\nThe get_cases, get_map, get_qid, and get_download end points are meant to be used together, while the enhanced get_case_info end point is self contained..   \nThe recommended use scenario for get_cases, get_qid, get_map, and get_downoad is:\n\\\n <b>1)</b>  Use get_cases to validate passed query parameters, obtain summary statistics and to obtain a query_id (QID).  QIDs are time sensitive and will be valid for approximately 30 minutes.\n <b>2)</b>  Use get_qid, with the returned QID, to paginate through arrays of case results.\n <b>3)</b>  Use get_map, with the returned QID, to zoom in/out and pan on the clustered and individual facility coordinates, related to the returned cases, that meet the QID query criteria.\n <b>4)</b>  Use get_download, with the returned QID, to generate a Comma Separated Value (CSV) file of facility information that meets the QID query criteria.\n\\\nIn addition to the service endpoints listed above there are two detailed case report services, one for civil cases (get_case_report) and one for criminal cases (get_crcase_report). \nSee the Civil Enforcement Case Report Help (https://echo.epa.gov/help/reports/enforcement-case-report-help) and the Criminal Case Report Help (https://echo.epa.gov/help/reports/criminal-case-report-help) for additional information \non then data returned from these two services.   \n\\\nAdditional ECHO Resources:   <a href=\"https://echo.epa.gov/tools/web-services\">Web Services</a>, <a href=\"https://echo.epa.gov/resources/echo-data/about-the-data\">About ECHO's Data</a>, <a href=\"https://echo.epa.gov/tools/data-downloads\">Data Downloads</a>\n ","license":{"name":"This page was built with the Swagger API.","url":"https://swagger.io"},"title":"U.S. EPA Enforcement and Compliance History Online (ECHO) - Enforcement Case Search","version":"1.0.0","x-apisguru-categories":["open_data"],"x-logo":{"backgroundColor":"#FFFFFF","url":"https://pbs.twimg.com/profile_images/632233890594299904/DgRDU6dx_400x400.png"},"x-origin":[{"format":"swagger","url":"https://ofmpub.epa.gov/echo/swaggerx.swagger_json?p_prefix=CASE","version":"2.0"}],"x-providerName":"epa.gov","x-serviceName":"case"},"paths":{"/case_rest_services.get_case_info":{"get":{"description":"The get_case_info service end point searches for civil enforcement and criminal cases based on the provided selection criteria and returns either individual cases or clusters of case facility locations.","parameters":[{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.p_case_category"},{"$ref":"#/components/parameters/q.p_case_status"},{"$ref":"#/components/parameters/q.p_milestone"},{"$ref":"#/components/parameters/q.p_from_date"},{"$ref":"#/components/parameters/q.p_to_date"},{"$ref":"#/components/parameters/q.p_milestone_fy"},{"$ref":"#/components/parameters/q.p_name"},{"$ref":"#/components/parameters/q.p_name_type"},{"$ref":"#/components/parameters/q.p_case_number"},{"$ref":"#/components/parameters/q.p_docket_number"},{"$ref":"#/components/parameters/q.p_court_docket_number"},{"$ref":"#/components/parameters/q.p_activity_number"},{"$ref":"#/components/parameters/q.p_case_lead"},{"$ref":"#/components/parameters/q.p_case_sens_flg"},{"$ref":"#/components/parameters/q.p_region"},{"$ref":"#/components/parameters/q.p_state"},{"$ref":"#/components/parameters/q.p_district"},{"$ref":"#/components/parameters/q.p_sic"},{"$ref":"#/components/parameters/q.p_sic_ao_naics"},{"$ref":"#/components/parameters/q.p_sic_primary_flg"},{"$ref":"#/components/parameters/q.p_sic_frs_flg"},{"$ref":"#/components/parameters/q.p_naics"},{"$ref":"#/components/parameters/q.p_naics_primary_flg"},{"$ref":"#/components/parameters/q.p_naics_frs_flg"},{"$ref":"#/components/parameters/q.p_enf_type"},{"$ref":"#/components/parameters/q.p_law"},{"$ref":"#/components/parameters/q.p_section"},{"$ref":"#/components/parameters/q.p_cp_citation"},{"$ref":"#/components/parameters/q.p_rank_order"},{"$ref":"#/components/parameters/q.p_enf_program"},{"$ref":"#/components/parameters/q.p_violation"},{"$ref":"#/components/parameters/q.p_priority_area"},{"$ref":"#/components/parameters/q.p_priority_area_desc"},{"$ref":"#/components/parameters/q.p_tribal"},{"$ref":"#/components/parameters/q.p_oeca_core"},{"$ref":"#/components/parameters/q.p_multimedia"},{"$ref":"#/components/parameters/q.p_fed_case"},{"$ref":"#/components/parameters/q.p_activity_contact"},{"$ref":"#/components/parameters/q.p_role"},{"$ref":"#/components/parameters/q.p_fed_penalty"},{"$ref":"#/components/parameters/q.p_total_fed_penalty"},{"$ref":"#/components/parameters/q.p_cost_recovery"},{"$ref":"#/components/parameters/q.p_total_cost_recovery"},{"$ref":"#/components/parameters/q.p_complying_actions"},{"$ref":"#/components/parameters/q.p_comp_act_val"},{"$ref":"#/components/parameters/q.p_total_comp_act_val"},{"$ref":"#/components/parameters/q.p_sep_cats"},{"$ref":"#/components/parameters/q.p_sep_val"},{"$ref":"#/components/parameters/q.p_total_sep_val"},{"$ref":"#/components/parameters/q.p_lodged_date"},{"$ref":"#/components/parameters/q.p_entered_date"},{"$ref":"#/components/parameters/q.p_facility_id"},{"$ref":"#/components/parameters/q.p_fac_city"},{"$ref":"#/components/parameters/q.p_fac_zip"},{"$ref":"#/components/parameters/q.p_fac_county"},{"$ref":"#/components/parameters/q.p_case_summary"},{"$ref":"#/components/parameters/q.p_case_summary_type"},{"$ref":"#/components/parameters/q.p_usmex"},{"$ref":"#/components/parameters/q.p_c1lat"},{"$ref":"#/components/parameters/q.p_c1lon"},{"$ref":"#/components/parameters/q.p_c2lat"},{"$ref":"#/components/parameters/q.p_c2lon"},{"$ref":"#/components/parameters/q.p_voluntary"},{"$ref":"#/components/parameters/q.p_fed_indicator"},{"$ref":"#/components/parameters/q.p_fntype"},{"$ref":"#/components/parameters/q.p_civil_criminal_indicator"},{"$ref":"#/components/parameters/q.queryset"},{"$ref":"#/components/parameters/q.responseset"},{"$ref":"#/components/parameters/q.mapset"},{"$ref":"#/components/parameters/q.callback"},{"$ref":"#/components/parameters/q.qcolumns"},{"$ref":"#/components/parameters/q.p_pretty_print"},{"$ref":"#/components/parameters/q.p_ocmap_fy"},{"$ref":"#/components/parameters/q.p_qs"},{"$ref":"#/components/parameters/q.p_has_map"}],"responses":{"200":{"description":"Returns an array of cases that meet the selection criteria.","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_case_info.Results"}},"required":["Results"],"type":"object","xml":{"name":"Case"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_case_info.Results"}},"required":["Results"],"type":"object","xml":{"name":"Case"}}}}}},"summary":"Enforcement Case Search (new version)","tags":["Case Enforcement"]},"post":{"description":"The get_case_info service end point searches for civil enforcement and criminal cases based on the provided selection criteria and returns either individual cases or clusters of case facility locations.","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"output":{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","type":"string","enum":["JSONP","JSON","XML"]},"p_case_category":{"description":"Case Category Filter.  Enter one or more case category codes to filter results.   Provide multiple values as a comma-delimited list.\n- AFR = Administrative - Formal\n- AIF = Administrative - Informal\n- JDC = Judicial","type":"string"},"p_case_status":{"description":"Case Status Code Filter.  Enter one or more case status codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_milestone":{"description":"Administrative or Judicial Milestone Filter.  Enter one or milestone values to restrict results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_from_date":{"description":"Administrative or Judicial Milestone Date Range Start Limiter.  Enter a date value in MM/DD/YYYY format to limit milestone results.  Parameter p_to_date must also be populated when using this parameter option.","type":"string"},"p_to_date":{"description":"Administrative or Judicial Milestone Date Range End Limiter.  Enter a date value in MM/DD/YYYY format to limit milestone results.  Parameter p_from_date must also be populated when using this parameter option.","type":"string"},"p_milestone_fy":{"description":"Administrative or Judicial Milestone Fiscal Year Limiter.  Enter a single fiscal year value to limit milestone searches to a given fiscal year.","type":"string"},"p_name":{"description":"Case Name Filter.  Enter one or more case names to restrict results.  Provide multiple values as a comma-delimited list.  When using this parameter the p_name_type parameter is required.","type":"string"},"p_name_type":{"description":"Case Name Filter Modifier.","type":"string"},"p_case_number":{"description":"Case Number Filter.  Enter one or more case numbers to restrict results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_docket_number":{"description":"DOJ Docket Number Filter.  Enter a single docket number or partial docket number to restrict results.  Use \"%\" as a wildcard for more complex filtering.","type":"string"},"p_court_docket_number":{"type":"string"},"p_activity_number":{"description":"Case Activity Number Filter.  Enter a single case activity number to filter results.","type":"string"},"p_case_lead":{"description":"Case Lead Limiter.  Enter E or S to limit results.\n- E = EPA is the case lead.\n- S = The state is the case lead.","type":"string","enum":["E","S"]},"p_case_sens_flg":{"description":"Case Sensitive Data Flag.  Enter a Y or N to include or exclude cases with sensitive data.","type":"string"},"p_region":{"description":"EPA Region Filter. Provide a single value of 01 thru 10 to restrict results to a single EPA region.","type":"string","enum":["01","02","03","04","05","06","07","08","09","10"]},"p_state":{"description":"Case Location State Filter.  Enter one or more state USPS postal codes to filter results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_district":{"description":"Case Location Court District Limiter.  Enter a single state court district code to limit results.","type":"string"},"p_sic":{"description":"Standard Industrial Classification (SIC) Code Filter.  Enter a single 4-digit SIC Code to filter results.","type":"string"},"p_sic_ao_naics":{"description":"Case Location SIC/NAICS And/Or Modifier.  Enter either AND or OR to govern the search logic of SIC and NAICS codes.\n- AND = Search will return results having both the provided SIC code(s) and provided NAICS code(s).\n- OR = Search will return results having either the provided SIC code(s) or the provided NAICS code(s).","type":"string","enum":["AND","OR"]},"p_sic_primary_flg":{"description":"Case Location Primary SIC Flag.  Enter Y to limit SIC search results to primary SIC codes only.","type":"string","enum":["Y","N"]},"p_sic_frs_flg":{"description":"Case Location Extended FRS SIC Search Flag.  Enter Y to expand SIC search to include Federal Registry Service datasets.","type":"string","enum":["Y","N"]},"p_naics":{"description":"North American Industry Classification System Filter. Enter two to six digits to filter results to facilities having matching NAICS codes.  Digits less than six will match to all codes beginning with the provided values.","type":"string"},"p_naics_primary_flg":{"description":"Case Location Primary NAICS Flag.  Enter Y to limit NAICS search results to primary NAICS codes only.","type":"string","enum":["Y","N"]},"p_naics_frs_flg":{"description":"Case Location Extended FRS NAICS Search Flag.  Enter Y to expand NAICS search to include Federal Registry Service datasets.","type":"string","enum":["Y","N"]},"p_enf_type":{"description":"Case Enforcement Type Filter. Enter one or more case enforcement type codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_law":{"description":"Law Statute Code Filter.  Enter a single statute code to limit results.","type":"string"},"p_section":{"description":"Law Section Code Filter. Enter one or more law section codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_cp_citation":{"description":"Law Section Code Filter Alternative. Enter a single law section code to limit results.  This parameter accepts partial codes and allows for advanced search modifiers.","type":"string"},"p_rank_order":{"description":"Law Status Rank Order Limiter.  Enter a single integer rank order to limit results.","type":"string","enum":["1","0"]},"p_enf_program":{"description":"Enforcement Program Code Limiter.  Enter one or more enforcement program codes to limit results.  Provide multiple values as a comma-delimited list.  ","type":"string"},"p_violation":{"description":"Violation Type Code Filter.  Enter one or more violation type codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_priority_area":{"description":"Case Priority Area Filter.  Enter one or more case priority areas to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_priority_area_desc":{"description":"Case Priority Area Description Filter.  Enter a single case priority area description or partial case priority area description to limit results.  Use \"%\" as a wild-card match for more complex searches.","type":"string"},"p_tribal":{"description":"Case Location Tribal Land Flag.  Enter Y or N to include or disallow cases on tribal land.","type":"string","enum":["Y","N"]},"p_oeca_core":{"description":"OECA Core Program Flag.  Enter Y or N to include or exclude core program cases.","type":"string","enum":["Y","N"]},"p_multimedia":{"description":"Enforcement Multimedia Case Flag.  Enter Y or N to include or exclude multimedia cases.","type":"string","enum":["Y","N"]},"p_fed_case":{"description":"Federal Facility Involvement Flag.  Enter a Y or N to include or exclude cases involving federal facilities.","type":"string","enum":["Y","N"]},"p_activity_contact":{"description":"Activity Contact Last Name Filter.  Enter a single last name or partial last name to filter results.  Use \"%\" as a wild-card for advanced searching.","type":"string"},"p_role":{"description":"Activity Contact Role Code Filter.  Enter a single role code to restrict results.","type":"string"},"p_fed_penalty":{"description":"Federal Penalty Assessed Amount Filter.  Provide one of the following keywords to restrict results.\n- ANY = cases with any penalty amount.\n- LE5000 = cases with penalty amount less than or equal to $5,000.\n- GT5000 = cases with penalty amount more than $5,000.\n- GT50000 = cases with penalty amount more than $50,000.\n- GT100000 = cases with penalty amount more than $100,000.\n- GT500000 = cases with penalty amount more than $500,000.\n- GT1000000 = cases with penalty amount more than $1,000,000.\n- GT2500000 = cases with penalty amount more than $2,500,000.","type":"string","enum":["ANY","LE5000","GT5000","GT50000","GT100000","GT500000","GT1000000","GT2500000"]},"p_total_fed_penalty":{"description":"Total Federal Penalty Limiter.  Enter a keyword value to limit results to cases with given total federal penalties.\n- ANY = Cases with any federal penalty greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with federal penalty less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with federal penalty greater than the given amount.","type":"string"},"p_cost_recovery":{"description":"Cost Recovery Awarded Amount Limiter.  Enter a keyword value to limit results to cases with given cost recovery amounts.\n- ANY = Cases with any cost recovery amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with cost recovery amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with cost recovery amount greater than the given amount.","type":"string"},"p_total_cost_recovery":{"description":"Total Cost Recovery Amount Limiter.  Enter a keyword value to limit results to cases with given cost recovery amounts.\n- ANY = Cases with any cost recovery amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with cost recovery amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with cost recovery amount greater than the given amount.","type":"string"},"p_complying_actions":{"description":"Complying Actions Type Code Limiter.  Enter one or more complying action codes to restrict results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_comp_act_val":{"description":"Compliance Action Cost Limiter. Enter a keyword value to limit results to cases with given compliance cost amounts.\n- ANY = Cases with any compliance cost amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with compliance cost amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with compliance cost amount greater than the given amount.","type":"string","enum":["ANY","LE5000","GT5000","GT100000","GT1000000","GT50000000"]},"p_total_comp_act_val":{"description":"Total Compliance Action Amount Limiter.  Enter a keyword value to limit results to cases with given total compliance action amounts.\n- ANY = Cases with any total compliance action amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with total compliance action amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with total compliance action amount greater than the given amount.","type":"string"},"p_sep_cats":{"description":"Supplemental Environmental Projects Activity Category Code Limiter.  Provide one or more SEP activity category codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_sep_val":{"description":"Supplemental Environmental Projects Activity Value Limiter.  Provide a keyword to limit results.\n- ANY = return cases with any SEP activity amount.\n- LE10000 = return cases with SEP activity amount less than or equal to $10,000.\n- GT10000 = return cases with SEP activity amount greater than $10,000.\n- GT50000 = return cases with SEP activity amount greater than $50,000.\n- GT100000 = return cases with SEP activity amount greater than $100,000.\n- GT500000 = return cases with SEP activity amount greater than $500,000.\n- GT1000000 = return cases with SEP activity amount greater than $1,000,000.","type":"string","enum":["ANY","LE10000","GT10000","GT50000","GT100000","GT500000","GT1000000"]},"p_total_sep_val":{"description":"Supplemental Environmental Projects Total Value Limiter.  Provide a keyword to limit results.\n- ANY = return cases with any SEP total amount.\n- LE10000 = return cases with SEP total amount less than or equal to $10,000.\n- GT10000 = return cases with SEP total amount greater than $10,000.\n- GT50000 = return cases with SEP total amount greater than $50,000.\n- GT100000 = return cases with SEP total amount greater than $100,000.\n- GT500000 = return cases with SEP total amount greater than $500,000.\n- GT1000000 = return cases with SEP total amount greater than $1,000,000.","type":"string"},"p_lodged_date":{"description":"Settlement Lodged Date Limiter.  Enter a single settlement lodged date in MM/DD/YYYY format to limit results.","type":"string"},"p_entered_date":{"description":"Settlement Entered Date Limiter.  Enter a single settlement entered date in MM/DD/YYYY format to limit results.","type":"string"},"p_facility_id":{"description":"Case Facility Registration Identifier Limiter.  Enter a single complete facility identifier to limit results.","type":"string"},"p_fac_city":{"description":"Case Facility City Limiter.  Enter a single complete city name to filter cases by facility location city.","type":"string"},"p_fac_zip":{"description":"Case Facility ZIP Code Limiter.  Enter a single 5-digit zip code to filter cases by facility location zip code.","type":"string"},"p_fac_county":{"description":"Case Facility County Limiter.  Enter a single complete county name to filter cases by facility location county name.","type":"string"},"p_case_summary":{"description":"Case Summary Search Limiter.  Enter a single case summary to limit results.  This parameter accepts partial codes and allows for advanced search modifiers.","type":"string"},"p_case_summary_type":{"description":"Identifies how the the search terms enterened in p_case_summary are searched.  Valid values are ALL (Default), WITHIN, and CONTAINS.  Must be used with p_case_summary.","type":"string","enum":["ALL","CONTAINS","WITHIN"]},"p_usmex":{"description":"US-Mexico Border Flag.  Enter Y/N to restrict searches to facilities located within 100KM of the border.","type":"string","enum":["Y","N"]},"p_c1lat":{"description":"In decimal degrees.  Latitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"p_c1lon":{"description":"In decimal degrees.  Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"p_c2lat":{"description":"In decimal degrees.  Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"p_c2lon":{"description":"In decimal degrees.  Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"p_voluntary":{"description":"Voluntary Self Disclosure Flag.  Enter Y or N to include or exclude cases results having voluntary disclosure.","type":"string"},"p_fed_indicator":{"description":"Federal Facility/Cross Media Flag.  Enter Y or N to limit results to cases with federal facility cross media.","type":"string"},"p_fntype":{"description":"Controls type of text search performed on facility name with parameter p_fn.\n- EXACT = Find facilities having the exact provided name(s).\n- BEGINS = Find facilities with names starting with the provided term(s).\n- ALL = Find facilities using Oracle text search terms.\n- CONTAINS = ","type":"string","enum":["ALL","CONTAINS","EXACT","BEGINS"]},"p_civil_criminal_indicator":{"description":"Civil/Criminal Case Limiter.  Provide a keyword to limit results.\n- ANY = return both civil and criminal cases.\n- CI = return only civil cases.\n- CR = return only criminal cases.","type":"string","enum":["CI","CR","ALL"]},"queryset":{"description":"Query Limiter.  Enter a value to limit the number of records returned for each query. Value cannot exceed 70,000.","type":"number"},"responseset":{"description":"Response Set Limiter. Enter a value to limit the number of records per page. Value cannot exceed 1,000.","type":"number"},"mapset":{"description":"Identifies the maxium number of case facilities to return from the case_rest_services.get_case_info query.","type":"string","default":"1400"},"callback":{"description":"JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.","type":"string"},"qcolumns":{"description":"Used to customize service output.  A list of comma-separated column IDs of output objects that will be returned in the service query object or download.  Use the metadata service endpoint for a complete list of Ids and definitions.","type":"string"},"p_pretty_print":{"description":"Optional flag to request GeoJSON formatted results to be pretty printed.  Only provide a numeric value when the output needs to be human readable as pretty printing has a performance cost.","type":"number"},"p_ocmap_fy":{"description":"Fiscal Year to select cases that are displayed in the Office of Complicance Fiscal Year Map Services","type":"string"},"p_qs":{"description":"Quick Search. Allows entry for city, state, and/or zip code.","type":"string"},"p_has_map":{"type":"string"}}}}}},"responses":{"200":{"description":"Returns an array of cases that meet the selection criteria.","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_case_info.Results"}},"required":["Results"],"type":"object","xml":{"name":"Case"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_case_info.Results"}},"required":["Results"],"type":"object","xml":{"name":"Case"}}}}}},"summary":"Enforcement Case Search (new version)","tags":["Case Enforcement"]}},"/case_rest_services.get_case_report":{"get":{"description":"The get_case_report service endpoint returns a complex object of civil enforcement case details based on the provided case id.","parameters":[{"description":"Case Number. Enter the case number identifier to retrieve the case report.","in":"query","name":"p_id","required":false,"schema":{"type":"string"}},{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.callback"}],"responses":{"200":{"description":"Returns a complex object containing detailed case information for the provided Case Identifier.","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs1_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs1_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Summary Report Search","tags":["Case Enforcement"]},"post":{"description":"The get_case_report service endpoint returns a complex object of civil enforcement case details based on the provided case id.","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"p_id":{"description":"Case Number. Enter the case number identifier to retrieve the case report.","type":"string"},"output":{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","type":"string","enum":["JSONP","JSON","XML"]},"callback":{"description":"JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.","type":"string"}}}}}},"responses":{"200":{"description":"Returns a complex object containing detailed case information for the provided Case Identifier.","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs1_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs1_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Summary Report Search","tags":["Case Enforcement"]}},"/case_rest_services.get_cases":{"get":{"description":"The get_cases service end point searches for civil enforcement and criminal cases based on the provided selection criteria.","parameters":[{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.p_case_category"},{"$ref":"#/components/parameters/q.p_case_status"},{"$ref":"#/components/parameters/q.p_violation"},{"$ref":"#/components/parameters/q.p_milestone"},{"$ref":"#/components/parameters/q.p_from_date"},{"$ref":"#/components/parameters/q.p_to_date"},{"$ref":"#/components/parameters/q.p_milestone_fy"},{"$ref":"#/components/parameters/q.p_name"},{"$ref":"#/components/parameters/q.p_name_type"},{"$ref":"#/components/parameters/q.p_case_number"},{"$ref":"#/components/parameters/q.p_docket_number"},{"$ref":"#/components/parameters/q.p_court_docket_number"},{"$ref":"#/components/parameters/q.p_activity_number"},{"$ref":"#/components/parameters/q.p_case_lead"},{"$ref":"#/components/parameters/q.p_case_sens_flg"},{"$ref":"#/components/parameters/q.p_region"},{"$ref":"#/components/parameters/q.p_state"},{"$ref":"#/components/parameters/q.p_district"},{"$ref":"#/components/parameters/q.p_sic"},{"$ref":"#/components/parameters/q.p_sic_ao_naics"},{"$ref":"#/components/parameters/q.p_sic_primary_flg"},{"$ref":"#/components/parameters/q.p_sic_frs_flg"},{"$ref":"#/components/parameters/q.p_naics"},{"$ref":"#/components/parameters/q.p_naics_primary_flg"},{"$ref":"#/components/parameters/q.p_naics_frs_flg"},{"$ref":"#/components/parameters/q.p_enf_type"},{"$ref":"#/components/parameters/q.p_law"},{"$ref":"#/components/parameters/q.p_section"},{"$ref":"#/components/parameters/q.p_cp_citation"},{"$ref":"#/components/parameters/q.p_rank_order"},{"$ref":"#/components/parameters/q.p_enf_program"},{"$ref":"#/components/parameters/q.p_priority_area"},{"$ref":"#/components/parameters/q.p_priority_area_desc"},{"$ref":"#/components/parameters/q.p_tribal"},{"$ref":"#/components/parameters/q.p_oeca_core"},{"$ref":"#/components/parameters/q.p_multimedia"},{"$ref":"#/components/parameters/q.p_fed_case"},{"$ref":"#/components/parameters/q.p_activity_contact"},{"$ref":"#/components/parameters/q.p_role"},{"$ref":"#/components/parameters/q.p_fed_penalty"},{"$ref":"#/components/parameters/q.p_total_fed_penalty"},{"$ref":"#/components/parameters/q.p_cost_recovery"},{"$ref":"#/components/parameters/q.p_total_cost_recovery"},{"$ref":"#/components/parameters/q.p_complying_actions"},{"$ref":"#/components/parameters/q.p_comp_act_val"},{"$ref":"#/components/parameters/q.p_total_comp_act_val"},{"$ref":"#/components/parameters/q.p_sep_cats"},{"$ref":"#/components/parameters/q.p_sep_val"},{"$ref":"#/components/parameters/q.p_total_sep_val"},{"$ref":"#/components/parameters/q.p_lodged_date"},{"$ref":"#/components/parameters/q.p_entered_date"},{"$ref":"#/components/parameters/q.p_facility_id"},{"$ref":"#/components/parameters/q.p_fac_city"},{"$ref":"#/components/parameters/q.p_fac_zip"},{"$ref":"#/components/parameters/q.p_fac_county"},{"$ref":"#/components/parameters/q.p_case_summary"},{"$ref":"#/components/parameters/q.p_case_summary_type"},{"$ref":"#/components/parameters/q.p_usmex"},{"$ref":"#/components/parameters/q.p_c1lat"},{"$ref":"#/components/parameters/q.p_c1lon"},{"$ref":"#/components/parameters/q.p_c2lat"},{"$ref":"#/components/parameters/q.p_c2lon"},{"$ref":"#/components/parameters/q.p_voluntary"},{"$ref":"#/components/parameters/q.p_fed_indicator"},{"$ref":"#/components/parameters/q.p_fntype"},{"$ref":"#/components/parameters/q.p_civil_criminal_indicator"},{"$ref":"#/components/parameters/q.queryset"},{"$ref":"#/components/parameters/q.responseset"},{"$ref":"#/components/parameters/q.maplist"},{"$ref":"#/components/parameters/q.tablelist"},{"$ref":"#/components/parameters/q.callback"},{"$ref":"#/components/parameters/q.qcolumns"},{"$ref":"#/components/parameters/q.p_ocmap_fy"},{"$ref":"#/components/parameters/q.p_qs"},{"$ref":"#/components/parameters/q.p_has_map"}],"responses":{"200":{"description":"Returns an array of cases that meet the selection criteria.","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs2_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs2_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Search","tags":["Case Enforcement"]},"post":{"description":"The get_cases service end point searches for civil enforcement and criminal cases based on the provided selection criteria.","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"output":{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","type":"string","enum":["JSONP","JSON","XML"]},"p_case_category":{"description":"Case Category Filter.  Enter one or more case category codes to filter results.   Provide multiple values as a comma-delimited list.\n- AFR = Administrative - Formal\n- AIF = Administrative - Informal\n- JDC = Judicial","type":"string"},"p_case_status":{"description":"Case Status Code Filter.  Enter one or more case status codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_milestone":{"description":"Administrative or Judicial Milestone Filter.  Enter one or milestone values to restrict results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_from_date":{"description":"Administrative or Judicial Milestone Date Range Start Limiter.  Enter a date value in MM/DD/YYYY format to limit milestone results.  Parameter p_to_date must also be populated when using this parameter option.","type":"string"},"p_to_date":{"description":"Administrative or Judicial Milestone Date Range End Limiter.  Enter a date value in MM/DD/YYYY format to limit milestone results.  Parameter p_from_date must also be populated when using this parameter option.","type":"string"},"p_milestone_fy":{"description":"Administrative or Judicial Milestone Fiscal Year Limiter.  Enter a single fiscal year value to limit milestone searches to a given fiscal year.","type":"string"},"p_name":{"description":"Case Name Filter.  Enter one or more case names to restrict results.  Provide multiple values as a comma-delimited list.  When using this parameter the p_name_type parameter is required.","type":"string"},"p_name_type":{"description":"Case Name Filter Modifier.","type":"string"},"p_case_number":{"description":"Case Number Filter.  Enter one or more case numbers to restrict results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_docket_number":{"description":"DOJ Docket Number Filter.  Enter a single docket number or partial docket number to restrict results.  Use \"%\" as a wildcard for more complex filtering.","type":"string"},"p_court_docket_number":{"type":"string"},"p_activity_number":{"description":"Case Activity Number Filter.  Enter a single case activity number to filter results.","type":"string"},"p_case_lead":{"description":"Case Lead Limiter.  Enter E or S to limit results.\n- E = EPA is the case lead.\n- S = The state is the case lead.","type":"string","enum":["E","S"]},"p_case_sens_flg":{"description":"Case Sensitive Data Flag.  Enter a Y or N to include or exclude cases with sensitive data.","type":"string"},"p_region":{"description":"EPA Region Filter. Provide a single value of 01 thru 10 to restrict results to a single EPA region.","type":"string","enum":["01","02","03","04","05","06","07","08","09","10"]},"p_state":{"description":"Case Location State Filter.  Enter one or more state USPS postal codes to filter results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_district":{"description":"Case Location Court District Limiter.  Enter a single state court district code to limit results.","type":"string"},"p_sic":{"description":"Standard Industrial Classification (SIC) Code Filter.  Enter a single 4-digit SIC Code to filter results.","type":"string"},"p_sic_ao_naics":{"description":"Case Location SIC/NAICS And/Or Modifier.  Enter either AND or OR to govern the search logic of SIC and NAICS codes.\n- AND = Search will return results having both the provided SIC code(s) and provided NAICS code(s).\n- OR = Search will return results having either the provided SIC code(s) or the provided NAICS code(s).","type":"string","enum":["AND","OR"]},"p_sic_primary_flg":{"description":"Case Location Primary SIC Flag.  Enter Y to limit SIC search results to primary SIC codes only.","type":"string","enum":["Y","N"]},"p_sic_frs_flg":{"description":"Case Location Extended FRS SIC Search Flag.  Enter Y to expand SIC search to include Federal Registry Service datasets.","type":"string","enum":["Y","N"]},"p_naics":{"description":"North American Industry Classification System Filter. Enter two to six digits to filter results to facilities having matching NAICS codes.  Digits less than six will match to all codes beginning with the provided values.","type":"string"},"p_naics_primary_flg":{"description":"Case Location Primary NAICS Flag.  Enter Y to limit NAICS search results to primary NAICS codes only.","type":"string","enum":["Y","N"]},"p_naics_frs_flg":{"description":"Case Location Extended FRS NAICS Search Flag.  Enter Y to expand NAICS search to include Federal Registry Service datasets.","type":"string","enum":["Y","N"]},"p_enf_type":{"description":"Case Enforcement Type Filter. Enter one or more case enforcement type codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_law":{"description":"Law Statute Code Filter.  Enter a single statute code to limit results.","type":"string"},"p_section":{"description":"Law Section Code Filter. Enter one or more law section codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_cp_citation":{"description":"Law Section Code Filter Alternative. Enter a single law section code to limit results.  This parameter accepts partial codes and allows for advanced search modifiers.","type":"string"},"p_rank_order":{"description":"Law Status Rank Order Limiter.  Enter a single integer rank order to limit results.","type":"string","enum":["1","0"]},"p_enf_program":{"description":"Enforcement Program Code Limiter.  Enter one or more enforcement program codes to limit results.  Provide multiple values as a comma-delimited list.  ","type":"string"},"p_violation":{"description":"Violation Type Code Filter.  Enter one or more violation type codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_priority_area":{"description":"Case Priority Area Filter.  Enter one or more case priority areas to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_priority_area_desc":{"description":"Case Priority Area Description Filter.  Enter a single case priority area description or partial case priority area description to limit results.  Use \"%\" as a wild-card match for more complex searches.","type":"string"},"p_tribal":{"description":"Case Location Tribal Land Flag.  Enter Y or N to include or disallow cases on tribal land.","type":"string","enum":["Y","N"]},"p_oeca_core":{"description":"OECA Core Program Flag.  Enter Y or N to include or exclude core program cases.","type":"string","enum":["Y","N"]},"p_multimedia":{"description":"Enforcement Multimedia Case Flag.  Enter Y or N to include or exclude multimedia cases.","type":"string","enum":["Y","N"]},"p_fed_case":{"description":"Federal Facility Involvement Flag.  Enter a Y or N to include or exclude cases involving federal facilities.","type":"string","enum":["Y","N"]},"p_activity_contact":{"description":"Activity Contact Last Name Filter.  Enter a single last name or partial last name to filter results.  Use \"%\" as a wild-card for advanced searching.","type":"string"},"p_role":{"description":"Activity Contact Role Code Filter.  Enter a single role code to restrict results.","type":"string"},"p_fed_penalty":{"description":"Federal Penalty Assessed Amount Filter.  Provide one of the following keywords to restrict results.\n- ANY = cases with any penalty amount.\n- LE5000 = cases with penalty amount less than or equal to $5,000.\n- GT5000 = cases with penalty amount more than $5,000.\n- GT50000 = cases with penalty amount more than $50,000.\n- GT100000 = cases with penalty amount more than $100,000.\n- GT500000 = cases with penalty amount more than $500,000.\n- GT1000000 = cases with penalty amount more than $1,000,000.\n- GT2500000 = cases with penalty amount more than $2,500,000.","type":"string","enum":["ANY","LE5000","GT5000","GT50000","GT100000","GT500000","GT1000000","GT2500000"]},"p_total_fed_penalty":{"description":"Total Federal Penalty Limiter.  Enter a keyword value to limit results to cases with given total federal penalties.\n- ANY = Cases with any federal penalty greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with federal penalty less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with federal penalty greater than the given amount.","type":"string"},"p_cost_recovery":{"description":"Cost Recovery Awarded Amount Limiter.  Enter a keyword value to limit results to cases with given cost recovery amounts.\n- ANY = Cases with any cost recovery amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with cost recovery amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with cost recovery amount greater than the given amount.","type":"string"},"p_total_cost_recovery":{"description":"Total Cost Recovery Amount Limiter.  Enter a keyword value to limit results to cases with given cost recovery amounts.\n- ANY = Cases with any cost recovery amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with cost recovery amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with cost recovery amount greater than the given amount.","type":"string"},"p_complying_actions":{"description":"Complying Actions Type Code Limiter.  Enter one or more complying action codes to restrict results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_comp_act_val":{"description":"Compliance Action Cost Limiter. Enter a keyword value to limit results to cases with given compliance cost amounts.\n- ANY = Cases with any compliance cost amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with compliance cost amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with compliance cost amount greater than the given amount.","type":"string","enum":["ANY","LE5000","GT5000","GT100000","GT1000000","GT50000000"]},"p_total_comp_act_val":{"description":"Total Compliance Action Amount Limiter.  Enter a keyword value to limit results to cases with given total compliance action amounts.\n- ANY = Cases with any total compliance action amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with total compliance action amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with total compliance action amount greater than the given amount.","type":"string"},"p_sep_cats":{"description":"Supplemental Environmental Projects Activity Category Code Limiter.  Provide one or more SEP activity category codes to limit results.  Provide multiple values as a comma-delimited list.","type":"string"},"p_sep_val":{"description":"Supplemental Environmental Projects Activity Value Limiter.  Provide a keyword to limit results.\n- ANY = return cases with any SEP activity amount.\n- LE10000 = return cases with SEP activity amount less than or equal to $10,000.\n- GT10000 = return cases with SEP activity amount greater than $10,000.\n- GT50000 = return cases with SEP activity amount greater than $50,000.\n- GT100000 = return cases with SEP activity amount greater than $100,000.\n- GT500000 = return cases with SEP activity amount greater than $500,000.\n- GT1000000 = return cases with SEP activity amount greater than $1,000,000.","type":"string","enum":["ANY","LE10000","GT10000","GT50000","GT100000","GT500000","GT1000000"]},"p_total_sep_val":{"description":"Supplemental Environmental Projects Total Value Limiter.  Provide a keyword to limit results.\n- ANY = return cases with any SEP total amount.\n- LE10000 = return cases with SEP total amount less than or equal to $10,000.\n- GT10000 = return cases with SEP total amount greater than $10,000.\n- GT50000 = return cases with SEP total amount greater than $50,000.\n- GT100000 = return cases with SEP total amount greater than $100,000.\n- GT500000 = return cases with SEP total amount greater than $500,000.\n- GT1000000 = return cases with SEP total amount greater than $1,000,000.","type":"string"},"p_lodged_date":{"description":"Settlement Lodged Date Limiter.  Enter a single settlement lodged date in MM/DD/YYYY format to limit results.","type":"string"},"p_entered_date":{"description":"Settlement Entered Date Limiter.  Enter a single settlement entered date in MM/DD/YYYY format to limit results.","type":"string"},"p_facility_id":{"description":"Case Facility Registration Identifier Limiter.  Enter a single complete facility identifier to limit results.","type":"string"},"p_fac_city":{"description":"Case Facility City Limiter.  Enter a single complete city name to filter cases by facility location city.","type":"string"},"p_fac_zip":{"description":"Case Facility ZIP Code Limiter.  Enter a single 5-digit zip code to filter cases by facility location zip code.","type":"string"},"p_fac_county":{"description":"Case Facility County Limiter.  Enter a single complete county name to filter cases by facility location county name.","type":"string"},"p_case_summary":{"description":"Case Summary Search Limiter.  Enter a single case summary to limit results.  This parameter accepts partial codes and allows for advanced search modifiers.","type":"string"},"p_case_summary_type":{"description":"Identifies how the the search terms enterened in p_case_summary are searched.  Valid values are ALL (Default), WITHIN, and CONTAINS.  Must be used with p_case_summary.","type":"string","enum":["ALL","CONTAINS","WITHIN"]},"p_usmex":{"description":"US-Mexico Border Flag.  Enter Y/N to restrict searches to facilities located within 100KM of the border.","type":"string","enum":["Y","N"]},"p_c1lat":{"description":"In decimal degrees.  Latitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"p_c1lon":{"description":"In decimal degrees.  Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"p_c2lat":{"description":"In decimal degrees.  Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"p_c2lon":{"description":"In decimal degrees.  Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"p_voluntary":{"description":"Voluntary Self Disclosure Flag.  Enter Y or N to include or exclude cases results having voluntary disclosure.","type":"string"},"p_fed_indicator":{"description":"Federal Facility/Cross Media Flag.  Enter Y or N to limit results to cases with federal facility cross media.","type":"string"},"p_fntype":{"description":"Controls type of text search performed on facility name with parameter p_fn.\n- EXACT = Find facilities having the exact provided name(s).\n- BEGINS = Find facilities with names starting with the provided term(s).\n- ALL = Find facilities using Oracle text search terms.\n- CONTAINS = ","type":"string","enum":["ALL","CONTAINS","EXACT","BEGINS"]},"p_civil_criminal_indicator":{"description":"Civil/Criminal Case Limiter.  Provide a keyword to limit results.\n- ANY = return both civil and criminal cases.\n- CI = return only civil cases.\n- CR = return only criminal cases.","type":"string","enum":["CI","CR","ALL"]},"queryset":{"description":"Query Limiter.  Enter a value to limit the number of records returned for each query. Value cannot exceed 70,000.","type":"number"},"responseset":{"description":"Response Set Limiter. Enter a value to limit the number of records per page. Value cannot exceed 1,000.","type":"number"},"maplist":{"description":"Map List Flag.  Provide a Y to return mappable coordinates representing the full geographic extent of the queryset (all facilities that met the selection criteria).","type":"string","enum":["Y","N"]},"tablelist":{"description":"Table List Flag. Enter a Y to display the first page of facility results.","type":"string","enum":["Y","N"]},"callback":{"description":"JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.","type":"string"},"qcolumns":{"description":"Used to customize service output.  A list of comma-separated column IDs of output objects that will be returned in the service query object or download.  Use the metadata service endpoint for a complete list of Ids and definitions.","type":"string"},"p_ocmap_fy":{"description":"Fiscal Year to select cases that are displayed in the Office of Complicance Fiscal Year Map Services","type":"string"},"p_qs":{"description":"Quick Search. Allows entry for city, state, and/or zip code.","type":"string"},"p_has_map":{"type":"string"}}}}}},"responses":{"200":{"description":"Returns an array of cases that meet the selection criteria.","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs2_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs2_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Search","tags":["Case Enforcement"]}},"/case_rest_services.get_cases_from_facility":{"get":{"parameters":[{"description":"Identifier for the service.","in":"query","name":"p_id","required":true,"schema":{"type":"string"}},{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.callback"}],"responses":{"200":{"description":"Results","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_cases_from_facility.Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_cases_from_facility.Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Placeholder","tags":["Case Enforcement"]},"post":{"parameters":[{"description":"Identifier for the service.","in":"query","name":"p_id","required":true,"schema":{"type":"string"}},{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.callback"}],"responses":{"200":{"description":"Results","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_cases_from_facility.Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_cases_from_facility.Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Placeholder","tags":["Case Enforcement"]}},"/case_rest_services.get_crcase_report":{"get":{"description":"The get_crcase_report service end point returns a complex object of criminal case detials based on the provided criminal case id.","parameters":[{"description":"Prosecution Summary Identifier. Enter the numeric prosecution summary identifier to retrieve the criminal case report.","in":"query","name":"p_id","required":false,"schema":{"type":"string"}},{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.callback"},{"$ref":"#/components/parameters/q.mapset"}],"responses":{"200":{"description":"Returns a complex object containing detailed criminal case information for the provided Case Identifier.","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs3_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs3_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Criminal Case Summary Report Search","tags":["Case Enforcement"]},"post":{"description":"The get_crcase_report service end point returns a complex object of criminal case detials based on the provided criminal case id.","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"p_id":{"description":"Prosecution Summary Identifier. Enter the numeric prosecution summary identifier to retrieve the criminal case report.","type":"string"},"output":{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","type":"string","enum":["JSONP","JSON","XML"]},"callback":{"description":"JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.","type":"string"}}}}}},"responses":{"200":{"description":"Returns a complex object containing detailed criminal case information for the provided Case Identifier.","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs3_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs3_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Criminal Case Summary Report Search","tags":["Case Enforcement"]}},"/case_rest_services.get_download":{"get":{"description":"Based on the QID obtained from a get_cases query, return a comma separated value (CSV) file of the cases found.","parameters":[{"description":"Output Format Flag.  Enter one of the following keywords:\n- CSV = Facility results formatted as comma delimited file download (default).","in":"query","name":"output","required":false,"schema":{"type":"string"}},{"$ref":"#/components/parameters/q.qid"},{"$ref":"#/components/parameters/q.qcolumns"}],"responses":{"200":{"description":"Results are a comma separated value (CSV) file.","content":{"application/json":{"schema":{"type":"string","format":"binary"}},"application/xml":{"schema":{"type":"string","format":"binary"}}}}},"summary":"Enforcement Case Download Data Service","tags":["Case Enforcement"]},"post":{"description":"Based on the QID obtained from a get_cases query, return a comma separated value (CSV) file of the cases found.","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"output":{"description":"Output Format Flag.  Enter one of the following keywords:\n- CSV = Facility results formatted as comma delimited file download (default).","type":"string"},"qid":{"description":"Query ID Selector.  Enter the QueryID number from a previously run query.","type":"string"},"qcolumns":{"description":"Used to customize service output.  A list of comma-separated column IDs of output objects that will be returned in the service query object or download.  Use the metadata service endpoint for a complete list of Ids and definitions.","type":"string"}},"required":["qid"]}}}},"responses":{"200":{"description":"Results are a comma separated value (CSV) file.","content":{"application/json":{"schema":{"type":"string","format":"binary"}},"application/xml":{"schema":{"type":"string","format":"binary"}}}}},"summary":"Enforcement Case Download Data Service","tags":["Case Enforcement"]}},"/case_rest_services.get_facilities_from_case":{"get":{"parameters":[{"description":"Identifier for the service.","in":"query","name":"p_id","required":true,"schema":{"type":"string"}},{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.callback"}],"responses":{"200":{"description":"Results","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_facilities_from_case.Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_facilities_from_case.Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Placeholder","tags":["Case Enforcement"]},"post":{"parameters":[{"description":"Identifier for the service.","in":"query","name":"p_id","required":true,"schema":{"type":"string"}},{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.callback"}],"responses":{"200":{"description":"Results","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_facilities_from_case.Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_facilities_from_case.Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Placeholder","tags":["Case Enforcement"]}},"/case_rest_services.get_map":{"get":{"description":"The purpose of the GET_MAP service is to display facility coordinates and facility clusters related to a get_cases query. Currently, the maximum number of coordinates returned is 500. GET_MAP performs automatic clustering at the state, county, and zip code levels to maximize the number of coordinates returned.","parameters":[{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.qid"},{"$ref":"#/components/parameters/q.callback"},{"$ref":"#/components/parameters/q.tablelist"},{"$ref":"#/components/parameters/q.c1_lat"},{"$ref":"#/components/parameters/q.c1_long"},{"$ref":"#/components/parameters/q.c2_lat"},{"$ref":"#/components/parameters/q.c2_long"}],"responses":{"200":{"description":"Results are either an array of State, County, Zip Code facility cluster map coordinates or individual facility coordinates.  Coordinates provided are in WGS84.","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"MapOutput":{"$ref":"#/components/schemas/crs0_MapOutput"}},"required":["MapOutput"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"MapOutput":{"$ref":"#/components/schemas/crs0_MapOutput"}},"required":["MapOutput"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Map Service","tags":["Case Enforcement"]},"post":{"description":"The purpose of the GET_MAP service is to display facility coordinates and facility clusters related to a get_cases query. Currently, the maximum number of coordinates returned is 500. GET_MAP performs automatic clustering at the state, county, and zip code levels to maximize the number of coordinates returned.","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"output":{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","type":"string","enum":["JSONP","JSON","XML"]},"qid":{"description":"Query ID Selector.  Enter the QueryID number from a previously run query.","type":"string"},"callback":{"description":"JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.","type":"string"},"tablelist":{"description":"Table List Flag. Enter a Y to display the first page of facility results.","type":"string","enum":["Y","N"]},"c1_lat":{"description":"Latitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"c1_long":{"description":"Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"c2_lat":{"description":"Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"c2_long":{"description":"Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","type":"number"},"mapset":{"description":"Identifies the maxium number of case facilities to return from the case_rest_services.get_case_info query.","type":"string","default":"1400"}},"required":["qid"]}}}},"responses":{"200":{"description":"Results are either an array of State, County, Zip Code facility cluster map coordinates or individual facility coordinates.  Coordinates provided are in WGS84.","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"MapOutput":{"$ref":"#/components/schemas/crs0_MapOutput"}},"required":["MapOutput"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"MapOutput":{"$ref":"#/components/schemas/crs0_MapOutput"}},"required":["MapOutput"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Map Service","tags":["Case Enforcement"]}},"/case_rest_services.get_qid":{"get":{"description":"GET_QID is passed with a query ID corresponding to a previously run get_cases query. It then returns a CASES object containing all matching cases. The main purpose of GET_QID is for large querysets that contain multiple pages (responsesets) of output. GET_QID allows for pagination and for the selection and sorting of columns. ","parameters":[{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.qid"},{"$ref":"#/components/parameters/q.pageno"},{"$ref":"#/components/parameters/q.callback"},{"$ref":"#/components/parameters/q.newsort"},{"$ref":"#/components/parameters/q.descending"},{"$ref":"#/components/parameters/q.qcolumns"}],"responses":{"200":{"description":"Results are an array (page)  of Cases from ICIS with the number of cases equal to the responseset (page size).","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs5_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs5_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Paginated Results Service","tags":["Case Enforcement"]},"post":{"description":"GET_QID is passed with a query ID corresponding to a previously run get_cases query. It then returns a CASES object containing all matching cases. The main purpose of GET_QID is for large querysets that contain multiple pages (responsesets) of output. GET_QID allows for pagination and for the selection and sorting of columns. ","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"output":{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","type":"string","enum":["JSONP","JSON","XML"]},"qid":{"description":"Query ID Selector.  Enter the QueryID number from a previously run query.","type":"string"},"pageno":{"description":"Indicates the number of the page to display. It is used only when the results are paginated.","type":"number","default":1},"callback":{"description":"JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.","type":"string"},"newsort":{"description":"Output Sort Column.  Enter the number of the column on which the data will be sorted. If unpopulated results will sort on the first column.","type":"number"},"descending":{"description":"Output Sort Column Descending Flag.  Enter Y to column identified in the newsort parameter descending.  Enter N to use ascending sort order. Used only when newsort parameter is populated.","type":"string","enum":["Y","N"]},"qcolumns":{"description":"Used to customize service output.  A list of comma-separated column IDs of output objects that will be returned in the service query object or download.  Use the metadata service endpoint for a complete list of Ids and definitions.","type":"string"}},"required":["qid"]}}}},"responses":{"200":{"description":"Results are an array (page)  of Cases from ICIS with the number of cases equal to the responseset (page size).","content":{"application/json":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs5_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Service call container.","properties":{"Results":{"$ref":"#/components/schemas/crs5_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Paginated Results Service","tags":["Case Enforcement"]}},"/case_rest_services.metadata":{"get":{"description":"Returns the JSON Object Name and ColumnId for usage with the qcolumns parameter for get_cases endpoint.","parameters":[{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.callback"}],"responses":{"200":{"description":"Results are an array of columns/objects.","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/met1"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/met1"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Metadata Service","tags":["Metadata"]},"post":{"description":"Returns the JSON Object Name and ColumnId for usage with the qcolumns parameter for get_cases endpoint.","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"output":{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","type":"string","enum":["JSONP","JSON","XML"]},"callback":{"description":"JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.","type":"string"}}}}}},"responses":{"200":{"description":"Results are an array of columns/objects.","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/met1"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/met1"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"Enforcement Case Metadata Service","tags":["Metadata"]}},"/rest_lookups.icis_law_sections":{"get":{"description":"Returns the ICIS Law Section Descriptions.","parameters":[{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","in":"query","name":"output","required":false,"schema":{"type":"string","enum":["JSONP","JSON","XML"]}},{"$ref":"#/components/parameters/q.callback"},{"$ref":"#/components/parameters/q.statute_code"},{"$ref":"#/components/parameters/q.status_flag"},{"$ref":"#/components/parameters/q.search_term"},{"$ref":"#/components/parameters/q.search_code"},{"$ref":"#/components/parameters/q.sort_order"}],"responses":{"200":{"description":"Returns an array of icis_inspection_types codes and their description. If search term or search code is  not provided, all values are returned.","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/rlk51_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/rlk51_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"ECHO ICIS Law Sections Lookup Service","tags":["Lookups"]},"post":{"description":"Returns the ICIS Law Section Descriptions.","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"output":{"description":"Output Format Flag.  Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding.  \n- XML = Data model formatted as Extensible Markup Language.","type":"string","enum":["JSONP","JSON","XML"]},"callback":{"description":"JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.","type":"string"},"statute_code":{"type":"string"},"status_flag":{"type":"string"},"search_term":{"description":"Enter a partial or complete search phrase or word.","type":"string"},"search_code":{"description":"Enter a partial or complete code value.","type":"string"},"sort_order":{"type":"number"}}}}}},"responses":{"200":{"description":"Returns an array of icis_inspection_types codes and their description. If search term or search code is  not provided, all values are returned.","content":{"application/json":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/rlk51_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}},"application/xml":{"schema":{"description":"Root Object","properties":{"Results":{"$ref":"#/components/schemas/rlk51_Results"}},"required":["Results"],"type":"object","xml":{"name":"Root"}}}}}},"summary":"ECHO ICIS Law Sections Lookup Service","tags":["Lookups"]}}},"servers":[{"url":"https://echodata.epa.gov/echo"}],"components":{"parameters":{"q.c1_lat":{"description":"Latitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","in":"query","name":"c1_lat","required":false,"schema":{"type":"number"}},"q.c1_long":{"description":"Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","in":"query","name":"c1_long","required":false,"schema":{"type":"number"}},"q.c2_lat":{"description":"Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","in":"query","name":"c2_lat","required":false,"schema":{"type":"number"}},"q.c2_long":{"description":"Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","in":"query","name":"c2_long","required":false,"schema":{"type":"number"}},"q.callback":{"description":"JSONP Callback.  For use with JSONP and GEOJSONP output only.  Enter a name of the function in which to wrap the JSON response.","in":"query","name":"callback","required":false,"schema":{"type":"string"}},"q.descending":{"description":"Output Sort Column Descending Flag.  Enter Y to column identified in the newsort parameter descending.  Enter N to use ascending sort order. Used only when newsort parameter is populated.","in":"query","name":"descending","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.maplist":{"description":"Map List Flag.  Provide a Y to return mappable coordinates representing the full geographic extent of the queryset (all facilities that met the selection criteria).","in":"query","name":"maplist","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.mapset":{"description":"Identifies the maxium number of case facilities to return from the case_rest_services.get_case_info query.","in":"query","name":"mapset","required":false,"schema":{"type":"string","default":"1400"}},"q.newsort":{"description":"Output Sort Column.  Enter the number of the column on which the data will be sorted. If unpopulated results will sort on the first column.","in":"query","name":"newsort","required":false,"schema":{"type":"number"}},"q.p_activity_contact":{"description":"Activity Contact Last Name Filter.  Enter a single last name or partial last name to filter results.  Use \"%\" as a wild-card for advanced searching.","in":"query","name":"p_activity_contact","required":false,"schema":{"type":"string"}},"q.p_activity_number":{"description":"Case Activity Number Filter.  Enter a single case activity number to filter results.","in":"query","name":"p_activity_number","required":false,"schema":{"type":"string"}},"q.p_c1lat":{"description":"In decimal degrees.  Latitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","in":"query","name":"p_c1lat","required":false,"schema":{"type":"number"}},"q.p_c1lon":{"description":"In decimal degrees.  Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","in":"query","name":"p_c1lon","required":false,"schema":{"type":"number"}},"q.p_c2lat":{"description":"In decimal degrees.  Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","in":"query","name":"p_c2lat","required":false,"schema":{"type":"number"}},"q.p_c2lon":{"description":"In decimal degrees.  Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.","in":"query","name":"p_c2lon","required":false,"schema":{"type":"number"}},"q.p_case_category":{"description":"Case Category Filter.  Enter one or more case category codes to filter results.   Provide multiple values as a comma-delimited list.\n- AFR = Administrative - Formal\n- AIF = Administrative - Informal\n- JDC = Judicial","in":"query","name":"p_case_category","required":false,"schema":{"type":"string"}},"q.p_case_lead":{"description":"Case Lead Limiter.  Enter E or S to limit results.\n- E = EPA is the case lead.\n- S = The state is the case lead.","in":"query","name":"p_case_lead","required":false,"schema":{"type":"string","enum":["E","S"]}},"q.p_case_number":{"description":"Case Number Filter.  Enter one or more case numbers to restrict results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_case_number","required":false,"schema":{"type":"string"}},"q.p_case_sens_flg":{"description":"Case Sensitive Data Flag.  Enter a Y or N to include or exclude cases with sensitive data.","in":"query","name":"p_case_sens_flg","required":false,"schema":{"type":"string"}},"q.p_case_status":{"description":"Case Status Code Filter.  Enter one or more case status codes to limit results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_case_status","required":false,"schema":{"type":"string"}},"q.p_case_summary":{"description":"Case Summary Search Limiter.  Enter a single case summary to limit results.  This parameter accepts partial codes and allows for advanced search modifiers.","in":"query","name":"p_case_summary","required":false,"schema":{"type":"string"}},"q.p_case_summary_type":{"description":"Identifies how the the search terms enterened in p_case_summary are searched.  Valid values are ALL (Default), WITHIN, and CONTAINS.  Must be used with p_case_summary.","in":"query","name":"p_case_summary_type","required":false,"schema":{"type":"string","enum":["ALL","CONTAINS","WITHIN"]}},"q.p_civil_criminal_indicator":{"description":"Civil/Criminal Case Limiter.  Provide a keyword to limit results.\n- ANY = return both civil and criminal cases.\n- CI = return only civil cases.\n- CR = return only criminal cases.","in":"query","name":"p_civil_criminal_indicator","required":false,"schema":{"type":"string","enum":["CI","CR","ALL"]}},"q.p_comp_act_val":{"description":"Compliance Action Cost Limiter. Enter a keyword value to limit results to cases with given compliance cost amounts.\n- ANY = Cases with any compliance cost amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with compliance cost amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with compliance cost amount greater than the given amount.","in":"query","name":"p_comp_act_val","required":false,"schema":{"type":"string","enum":["ANY","LE5000","GT5000","GT100000","GT1000000","GT50000000"]}},"q.p_complying_actions":{"description":"Complying Actions Type Code Limiter.  Enter one or more complying action codes to restrict results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_complying_actions","required":false,"schema":{"type":"string"}},"q.p_cost_recovery":{"description":"Cost Recovery Awarded Amount Limiter.  Enter a keyword value to limit results to cases with given cost recovery amounts.\n- ANY = Cases with any cost recovery amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with cost recovery amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with cost recovery amount greater than the given amount.","in":"query","name":"p_cost_recovery","required":false,"schema":{"type":"string"}},"q.p_court_docket_number":{"in":"query","name":"p_court_docket_number","required":false,"schema":{"type":"string"}},"q.p_cp_citation":{"description":"Law Section Code Filter Alternative. Enter a single law section code to limit results.  This parameter accepts partial codes and allows for advanced search modifiers.","in":"query","name":"p_cp_citation","required":false,"schema":{"type":"string"}},"q.p_district":{"description":"Case Location Court District Limiter.  Enter a single state court district code to limit results.","in":"query","name":"p_district","required":false,"schema":{"type":"string"}},"q.p_docket_number":{"description":"DOJ Docket Number Filter.  Enter a single docket number or partial docket number to restrict results.  Use \"%\" as a wildcard for more complex filtering.","in":"query","name":"p_docket_number","required":false,"schema":{"type":"string"}},"q.p_enf_program":{"description":"Enforcement Program Code Limiter.  Enter one or more enforcement program codes to limit results.  Provide multiple values as a comma-delimited list.  ","in":"query","name":"p_enf_program","required":false,"schema":{"type":"string"}},"q.p_enf_type":{"description":"Case Enforcement Type Filter. Enter one or more case enforcement type codes to limit results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_enf_type","required":false,"schema":{"type":"string"}},"q.p_entered_date":{"description":"Settlement Entered Date Limiter.  Enter a single settlement entered date in MM/DD/YYYY format to limit results.","in":"query","name":"p_entered_date","required":false,"schema":{"type":"string"}},"q.p_fac_city":{"description":"Case Facility City Limiter.  Enter a single complete city name to filter cases by facility location city.","in":"query","name":"p_fac_city","required":false,"schema":{"type":"string"}},"q.p_fac_county":{"description":"Case Facility County Limiter.  Enter a single complete county name to filter cases by facility location county name.","in":"query","name":"p_fac_county","required":false,"schema":{"type":"string"}},"q.p_fac_zip":{"description":"Case Facility ZIP Code Limiter.  Enter a single 5-digit zip code to filter cases by facility location zip code.","in":"query","name":"p_fac_zip","required":false,"schema":{"type":"string"}},"q.p_facility_id":{"description":"Case Facility Registration Identifier Limiter.  Enter a single complete facility identifier to limit results.","in":"query","name":"p_facility_id","required":false,"schema":{"type":"string"}},"q.p_fed_case":{"description":"Federal Facility Involvement Flag.  Enter a Y or N to include or exclude cases involving federal facilities.","in":"query","name":"p_fed_case","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.p_fed_indicator":{"description":"Federal Facility/Cross Media Flag.  Enter Y or N to limit results to cases with federal facility cross media.","in":"query","name":"p_fed_indicator","required":false,"schema":{"type":"string"}},"q.p_fed_penalty":{"description":"Federal Penalty Assessed Amount Filter.  Provide one of the following keywords to restrict results.\n- ANY = cases with any penalty amount.\n- LE5000 = cases with penalty amount less than or equal to $5,000.\n- GT5000 = cases with penalty amount more than $5,000.\n- GT50000 = cases with penalty amount more than $50,000.\n- GT100000 = cases with penalty amount more than $100,000.\n- GT500000 = cases with penalty amount more than $500,000.\n- GT1000000 = cases with penalty amount more than $1,000,000.\n- GT2500000 = cases with penalty amount more than $2,500,000.","in":"query","name":"p_fed_penalty","required":false,"schema":{"type":"string","enum":["ANY","LE5000","GT5000","GT50000","GT100000","GT500000","GT1000000","GT2500000"]}},"q.p_fntype":{"description":"Controls type of text search performed on facility name with parameter p_fn.\n- EXACT = Find facilities having the exact provided name(s).\n- BEGINS = Find facilities with names starting with the provided term(s).\n- ALL = Find facilities using Oracle text search terms.\n- CONTAINS = ","in":"query","name":"p_fntype","required":false,"schema":{"type":"string","enum":["ALL","CONTAINS","EXACT","BEGINS"]}},"q.p_from_date":{"description":"Administrative or Judicial Milestone Date Range Start Limiter.  Enter a date value in MM/DD/YYYY format to limit milestone results.  Parameter p_to_date must also be populated when using this parameter option.","in":"query","name":"p_from_date","required":false,"schema":{"type":"string"}},"q.p_has_map":{"in":"query","name":"p_has_map","required":false,"schema":{"type":"string"}},"q.p_law":{"description":"Law Statute Code Filter.  Enter a single statute code to limit results.","in":"query","name":"p_law","required":false,"schema":{"type":"string"}},"q.p_lodged_date":{"description":"Settlement Lodged Date Limiter.  Enter a single settlement lodged date in MM/DD/YYYY format to limit results.","in":"query","name":"p_lodged_date","required":false,"schema":{"type":"string"}},"q.p_milestone":{"description":"Administrative or Judicial Milestone Filter.  Enter one or milestone values to restrict results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_milestone","required":false,"schema":{"type":"string"}},"q.p_milestone_fy":{"description":"Administrative or Judicial Milestone Fiscal Year Limiter.  Enter a single fiscal year value to limit milestone searches to a given fiscal year.","in":"query","name":"p_milestone_fy","required":false,"schema":{"type":"string"}},"q.p_multimedia":{"description":"Enforcement Multimedia Case Flag.  Enter Y or N to include or exclude multimedia cases.","in":"query","name":"p_multimedia","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.p_naics":{"description":"North American Industry Classification System Filter. Enter two to six digits to filter results to facilities having matching NAICS codes.  Digits less than six will match to all codes beginning with the provided values.","in":"query","name":"p_naics","required":false,"schema":{"type":"string"}},"q.p_naics_frs_flg":{"description":"Case Location Extended FRS NAICS Search Flag.  Enter Y to expand NAICS search to include Federal Registry Service datasets.","in":"query","name":"p_naics_frs_flg","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.p_naics_primary_flg":{"description":"Case Location Primary NAICS Flag.  Enter Y to limit NAICS search results to primary NAICS codes only.","in":"query","name":"p_naics_primary_flg","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.p_name":{"description":"Case Name Filter.  Enter one or more case names to restrict results.  Provide multiple values as a comma-delimited list.  When using this parameter the p_name_type parameter is required.","in":"query","name":"p_name","required":false,"schema":{"type":"string"}},"q.p_name_type":{"description":"Case Name Filter Modifier.","in":"query","name":"p_name_type","required":false,"schema":{"type":"string"}},"q.p_ocmap_fy":{"description":"Fiscal Year to select cases that are displayed in the Office of Complicance Fiscal Year Map Services","in":"query","name":"p_ocmap_fy","required":false,"schema":{"type":"string"}},"q.p_oeca_core":{"description":"OECA Core Program Flag.  Enter Y or N to include or exclude core program cases.","in":"query","name":"p_oeca_core","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.p_pretty_print":{"description":"Optional flag to request GeoJSON formatted results to be pretty printed.  Only provide a numeric value when the output needs to be human readable as pretty printing has a performance cost.","in":"query","name":"p_pretty_print","required":false,"schema":{"type":"number"}},"q.p_priority_area":{"description":"Case Priority Area Filter.  Enter one or more case priority areas to limit results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_priority_area","required":false,"schema":{"type":"string"}},"q.p_priority_area_desc":{"description":"Case Priority Area Description Filter.  Enter a single case priority area description or partial case priority area description to limit results.  Use \"%\" as a wild-card match for more complex searches.","in":"query","name":"p_priority_area_desc","required":false,"schema":{"type":"string"}},"q.p_qs":{"description":"Quick Search. Allows entry for city, state, and/or zip code.","in":"query","name":"p_qs","required":false,"schema":{"type":"string"}},"q.p_rank_order":{"description":"Law Status Rank Order Limiter.  Enter a single integer rank order to limit results.","in":"query","name":"p_rank_order","required":false,"schema":{"type":"string","enum":["1","0"]}},"q.p_region":{"description":"EPA Region Filter. Provide a single value of 01 thru 10 to restrict results to a single EPA region.","in":"query","name":"p_region","required":false,"schema":{"type":"string","enum":["01","02","03","04","05","06","07","08","09","10"]}},"q.p_role":{"description":"Activity Contact Role Code Filter.  Enter a single role code to restrict results.","in":"query","name":"p_role","required":false,"schema":{"type":"string"}},"q.p_section":{"description":"Law Section Code Filter. Enter one or more law section codes to limit results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_section","required":false,"schema":{"type":"string"}},"q.p_sep_cats":{"description":"Supplemental Environmental Projects Activity Category Code Limiter.  Provide one or more SEP activity category codes to limit results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_sep_cats","required":false,"schema":{"type":"string"}},"q.p_sep_val":{"description":"Supplemental Environmental Projects Activity Value Limiter.  Provide a keyword to limit results.\n- ANY = return cases with any SEP activity amount.\n- LE10000 = return cases with SEP activity amount less than or equal to $10,000.\n- GT10000 = return cases with SEP activity amount greater than $10,000.\n- GT50000 = return cases with SEP activity amount greater than $50,000.\n- GT100000 = return cases with SEP activity amount greater than $100,000.\n- GT500000 = return cases with SEP activity amount greater than $500,000.\n- GT1000000 = return cases with SEP activity amount greater than $1,000,000.","in":"query","name":"p_sep_val","required":false,"schema":{"type":"string","enum":["ANY","LE10000","GT10000","GT50000","GT100000","GT500000","GT1000000"]}},"q.p_sic":{"description":"Standard Industrial Classification (SIC) Code Filter.  Enter a single 4-digit SIC Code to filter results.","in":"query","name":"p_sic","required":false,"schema":{"type":"string"}},"q.p_sic_ao_naics":{"description":"Case Location SIC/NAICS And/Or Modifier.  Enter either AND or OR to govern the search logic of SIC and NAICS codes.\n- AND = Search will return results having both the provided SIC code(s) and provided NAICS code(s).\n- OR = Search will return results having either the provided SIC code(s) or the provided NAICS code(s).","in":"query","name":"p_sic_ao_naics","required":false,"schema":{"type":"string","enum":["AND","OR"]}},"q.p_sic_frs_flg":{"description":"Case Location Extended FRS SIC Search Flag.  Enter Y to expand SIC search to include Federal Registry Service datasets.","in":"query","name":"p_sic_frs_flg","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.p_sic_primary_flg":{"description":"Case Location Primary SIC Flag.  Enter Y to limit SIC search results to primary SIC codes only.","in":"query","name":"p_sic_primary_flg","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.p_state":{"description":"Case Location State Filter.  Enter one or more state USPS postal codes to filter results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_state","required":false,"schema":{"type":"string"}},"q.p_to_date":{"description":"Administrative or Judicial Milestone Date Range End Limiter.  Enter a date value in MM/DD/YYYY format to limit milestone results.  Parameter p_from_date must also be populated when using this parameter option.","in":"query","name":"p_to_date","required":false,"schema":{"type":"string"}},"q.p_total_comp_act_val":{"description":"Total Compliance Action Amount Limiter.  Enter a keyword value to limit results to cases with given total compliance action amounts.\n- ANY = Cases with any total compliance action amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with total compliance action amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with total compliance action amount greater than the given amount.","in":"query","name":"p_total_comp_act_val","required":false,"schema":{"type":"string"}},"q.p_total_cost_recovery":{"description":"Total Cost Recovery Amount Limiter.  Enter a keyword value to limit results to cases with given cost recovery amounts.\n- ANY = Cases with any cost recovery amount greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with cost recovery amount less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with cost recovery amount greater than the given amount.","in":"query","name":"p_total_cost_recovery","required":false,"schema":{"type":"string"}},"q.p_total_fed_penalty":{"description":"Total Federal Penalty Limiter.  Enter a keyword value to limit results to cases with given total federal penalties.\n- ANY = Cases with any federal penalty greater than zero.\n- LEXX = Replacing XX with a dollar value, return cases with federal penalty less than or equal to the given amount.\n- GTXX = Replacing XX with a dollar value, return cases with federal penalty greater than the given amount.","in":"query","name":"p_total_fed_penalty","required":false,"schema":{"type":"string"}},"q.p_total_sep_val":{"description":"Supplemental Environmental Projects Total Value Limiter.  Provide a keyword to limit results.\n- ANY = return cases with any SEP total amount.\n- LE10000 = return cases with SEP total amount less than or equal to $10,000.\n- GT10000 = return cases with SEP total amount greater than $10,000.\n- GT50000 = return cases with SEP total amount greater than $50,000.\n- GT100000 = return cases with SEP total amount greater than $100,000.\n- GT500000 = return cases with SEP total amount greater than $500,000.\n- GT1000000 = return cases with SEP total amount greater than $1,000,000.","in":"query","name":"p_total_sep_val","required":false,"schema":{"type":"string"}},"q.p_tribal":{"description":"Case Location Tribal Land Flag.  Enter Y or N to include or disallow cases on tribal land.","in":"query","name":"p_tribal","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.p_usmex":{"description":"US-Mexico Border Flag.  Enter Y/N to restrict searches to facilities located within 100KM of the border.","in":"query","name":"p_usmex","required":false,"schema":{"type":"string","enum":["Y","N"]}},"q.p_violation":{"description":"Violation Type Code Filter.  Enter one or more violation type codes to limit results.  Provide multiple values as a comma-delimited list.","in":"query","name":"p_violation","required":false,"schema":{"type":"string"}},"q.p_voluntary":{"description":"Voluntary Self Disclosure Flag.  Enter Y or N to include or exclude cases results having voluntary disclosure.","in":"query","name":"p_voluntary","required":false,"schema":{"type":"string"}},"q.pageno":{"description":"Indicates the number of the page to display. It is used only when the results are paginated.","in":"query","name":"pageno","required":false,"schema":{"type":"number","default":1}},"q.qcolumns":{"description":"Used to customize service output.  A list of comma-separated column IDs of output objects that will be returned in the service query object or download.  Use the metadata service endpoint for a complete list of Ids and definitions.","in":"query","name":"qcolumns","required":false,"schema":{"type":"string"}},"q.qid":{"description":"Query ID Selector.  Enter the QueryID number from a previously run query.","in":"query","name":"qid","required":true,"schema":{"type":"string"}},"q.queryset":{"description":"Query Limiter.  Enter a value to limit the number of records returned for each query. Value cannot exceed 70,000.","in":"query","name":"queryset","required":false,"schema":{"type":"number"}},"q.responseset":{"description":"Response Set Limiter. Enter a value to limit the number of records per page. Value cannot exceed 1,000.","in":"query","name":"responseset","required":false,"schema":{"type":"number"}},"q.search_code":{"description":"Enter a partial or complete code value.","in":"query","name":"search_code","required":false,"schema":{"type":"string"}},"q.search_term":{"description":"Enter a partial or complete search phrase or word.","in":"query","name":"search_term","required":false,"schema":{"type":"string"}},"q.sort_order":{"in":"query","name":"sort_order","required":false,"schema":{"type":"number"}},"q.status_flag":{"in":"query","name":"status_flag","required":false,"schema":{"type":"string"}},"q.statute_code":{"in":"query","name":"statute_code","required":false,"schema":{"type":"string"}},"q.tablelist":{"description":"Table List Flag. Enter a Y to display the first page of facility results.","in":"query","name":"tablelist","required":false,"schema":{"type":"string","enum":["Y","N"]}}},"schemas":{"crs0_Cases":{"description":"A summary of the violation(s), environmental problem(s), and a description of the cause of action.","properties":{"ActivityId":{"description":"The unique, system-generated identifier for an activity performed at or related to a particular site or Facility.","example":"???","title":"Activity ID","type":"string"},"CaaFlag":{"description":"A flag indicating that the Primary Law cited for the case was the Clean Air Act.","example":"1","title":"CAA Flag","type":"string"},"CaseCategoryCode":{"description":"A three-character code that identifies the type of ICIS activity, which includes general categories such as information requests, inspections, compliance determinations, and enforcement.  Activities selected for the ECHO data download are restricted to two subcategories of enforcement:  administrative – formal (AFR), and judicial activities (JDC).","example":"AIF","title":"Case Category Code","type":"string"},"CaseCategoryDesc":{"description":"Identifies the type of action based on the enforcement authority used.  \n\nAdministrative Formal Cases are non-judicial enforcement actions taken by EPA or a state under its own authority, without involving a judicial court process. An administrative action by EPA or a state agency may be in the form of:\n- A notice of violation or a Superfund notice letter.\n-> An administrative order or order (either with or without penalties) directing an individual, a business, or other entity to take action to come into compliance, or to clean up a site.\n\nJudicial Cases are formal lawsuits, filed in court, against persons or entities that have failed to comply with statutory or regulatory requirements, with an administrative order, or who owe EPA response costs for cleaning up a Superfund site. These cases are filed by the U.S. Department of Justice on behalf of EPA and, in regulatory cases, by the State's Attorneys General for the states as well.\n\nCriminal Cases occur when EPA or a state enforce against a company or person through a criminal action. Criminal actions are usually reserved for the most serious violations, those that are willful, or knowingly committed. A court conviction can result in fines or imprisonment.","example":"Administrative - Informal","title":"Case Category Description","type":"string"},"CaseName":{"description":"A unique number identifying the enforcement action. For EPA civil cases, these numbers begin with either the two digit EPA Region Code, \"HQ\" (headquarters initiated cases), and \"EF\" or \"WF\" (Eastern or Western Field Office CAA Mobile Source Program cases); followed by the fiscal year in which the action was initiated. After the fiscal year there is a sequence number. State NPDES civil cases start with the two character post abbreviation, followed by a sequence number.\nFor criminal cases, the ID was generated in ECHO based on the following format: CR [prosecution_summary_id]. The source of the Prosecution Summary ID is the Summary of Criminal Prosecutions database.","example":"Baltes Real Estate Company","title":"Case Name","type":"string"},"CaseNumber":{"description":"A unique number identifying the enforcement action. For EPA civil cases, these numbers begin with either the two digit EPA Region Code, \"HQ\" (headquarters initiated cases), and \"EF\" or \"WF\" (Eastern or Western Field Office CAA Mobile Source Program cases); followed by the fiscal year in which the action was initiated. After the fiscal year there is a sequence number. State NPDES civil cases start with the two character post abbreviation, followed by a sequence number.","example":"05-200021274","title":"Case Number","type":"string"},"CaseStatusCode":{"description":"Code identifying the current status of an activity.","example":"ACH","title":"Case Status Code","type":"string"},"CaseStatusDesc":{"description":"The description that identifies the current status of an activity.","example":"Achieved","title":"Case Status Description","type":"string"},"CerclaFlag":{"description":"A flag indicating that the Primary Law cited for the case was the Comprehensive Environmental Response, Compensation, and Liability Act.","example":"1","title":"CERCLA Flag","type":"string"},"CivilCriminalIndicator":{"description":"Civil vs. Criminal Indicator.","example":"CI","title":"Civil/Criminal Indicator","type":"string"},"CostRecovery":{"description":"For civil enforcement actions, cost recovery awarded is the amount of cost recovery ordered or agreed to be repaid by the responsible party of parties.","example":"0","title":"Cost Recovery Amount","type":"string"},"CourtDocketNumber":{"type":"string"},"CwaFlag":{"description":"A flag indicating that the Primary Law cited for the case was the Clean Water Act.","example":"1","title":"CWA Flag","type":"string"},"DOJDocketNmbr":{"description":"The docket number assigned by the Department of Justice to EPA's Enforcement Action.  This number will identify cases in the Federal Register and in DOJ press releases when a settlement is lodged and entered.","example":"Achieved","title":"DOJ Docket Number","type":"string"},"DateClosed":{"description":"The date the actions requested in the final order have been completed by the recipient; or the termination date of the final order (if such a date is specified) has passed; or the enforcement action has been withdrawn or dismissed; or the enforcement action has been superseded by, or combined into, another related enforcement action addressing the same violations.","example":"07/21/2011","title":"Date Closed","type":"string"},"DateFiled":{"description":"The filed/issued date can have different meanings depending on the Case Category. The date the judicial complaint is filed in U.S. District Court by the U.S. Attorney. The date that an administrative order is issued or the administrative complaint is filed.","example":"01/19/2005","title":"Date Filed","type":"string"},"DateLodged":{"description":"The date a proposed consent decree is given to the Clerk of the Court for lodging in the District Court.  Upon lodging a consent decree, a notice is published in the Federal Register indicating nature of the proposed settlement and the acceptance period for public comments.","example":"04/28/2009","title":"Date Lodged","type":"string"},"EnfOutcome":{"description":"The result of the enforcement action.","example":"Final Order With Penalty","title":"Enforcement Outcome","type":"string"},"EpcraFlag":{"description":"A flag indicating that the Primary Law cited for the case was the Emergency Planning and Community Right to Know Act.","example":"1","title":"EPCRA Flag","type":"string"},"FedPenalty":{"description":"For civil judicial Enforcement Actions, this amount is the Federal penalty assessed against the defendant(s) as specified in the final entered Consent Decree or Court Order.  For administrative Enforcement Actions, it is the penalty assessed in the Consent/Final Order.  It does not include the amount of the penalty mitigated due to a SEP or the amount shared with the state or local entities.  Interest payments associated with a penalty paid over time are not to be included in this amount.  It is the total Federal amount for each Final Order.","example":"$3,000.00","title":"Federal Penalty","type":"string"},"FederalFlag":{"description":"A flag indicating that the  case is related to a Federally Owned facility.","example":"1","title":"Federal Flag","type":"string"},"FifraFlag":{"description":"A flag indicating that the Primary Law cited for the case was the Federal Insecticide, Fungicide, and Rodenticide Act.","example":"1","title":"FIFRA Flag","type":"string"},"Lead":{"description":"The lead agency (e.g., EPA, State) conducting the inspection","example":"EPA","title":"Lead Agency","type":"string"},"MaxScore":{"description":"A sorting score for internal use.","example":"1","title":"Max Score","type":"string"},"PrimaryLaw":{"description":"Identifies the primary statute/law violated and cited in the enforcement action. Many of EPA's judicial actions are based on incidents that are violations of more than one statute. One law entered into the ICIS record is designated the primary law, which is considered the law that is most seriously violated and/or for which the most significant relief is sought.","example":"TSCA","title":"Primary Law Cited","type":"string"},"PrimaryNAICSCode":{"description":"A 6-digit code to classify industrial establishments, as identified in FRS. North American Industry Classification System (NAICS) has replaced the U.S. Standard Industrial Classification (SIC) system. For detailed information about NAICS, please refer to the U.S. Census Bureau NAICS webpage.","example":"237310","title":"Primary NAICS Code","type":"string"},"PrimarySICCode":{"description":"The Standard Industrial Classification (SIC) system code of the facility, as identified in FRS. SIC codes were established by the Census Bureau to identify processes, products and services. The SIC code describes the primary activity of the facility. The first two digits in the code define a major business sector; the last two digits denote a facility's specialty within the major sector.","example":"1220","title":"Primary SIC Code","type":"string"},"PrimarySection":{"description":"Identifies the primary section violated and cited in the enforcement action.","example":"409","title":"Primary Section Cited","type":"string"},"ProsecutionSummaryId":{"description":"Prosecution Summary Identifier.","title":"Prosecution Summary ID","type":"string"},"RcraFlag":{"description":"A flag indicating that the Primary Law cited for the case was the Resource Conservation and Recovery Act.","example":"1","title":"RCRA Flag","type":"string"},"SEPCategories":{"description":"For civil enforcement actions, as part of a settlement, a defendant may voluntarily agree to undertake an environmentally beneficial project (Supplement Environmental Project) related to the violation in exchange for mitigation of the penalty to be paid.  It may not include activities a defendant must take to return to compliance with the law. The EPA has set out eight categories that can be acceptable SEPs:\n- Public Health\n- Pollution Prevention\n- Pollution Reduction\n- Environmental Restoration and Protection\n- Emergency Planning and Preparedness\n- Assessments and Audits\n- Environmental Compliance Promotion\n- Other Types of Projects\nDescriptions of each SEP category can be found on the EPA Supplemental Environmental Projects page.","example":"0","title":"Supplemental Environmental Projects Categories","type":"string"},"SEPCost":{"description":"The total value of all SEPs for all settlements at the enforcement case.","example":"$4,100.00","title":"Supplemental Environmental Projects Cost","type":"string"},"SEPTexts":{"description":"A description of the SEP. These actions do not include activities a violator must take to return to compliance with the law.","example":"0","title":"Supplemental Environmental Projects Texts","type":"string"},"SdwaFlag":{"description":"A flag indicating that the Primary Law cited for the case was the Safe Drinking Water Act.","example":"1","title":"SDWA Flag","type":"string"},"SettlementCnt":{"description":"For civil enforcement actions, the number of settlements associated with the case. Most enforcement actions tend to follow a one-case, one-settlement scenario. However, and in particular with judicial actions involving multiple defendants, more than one settlement may result.","example":"1","title":"Settlement Count","type":"string"},"SettlementDate":{"description":"For federal judicial actions, this is the date the settlement document is signed by the presiding judge and entered by the Clerk of the Court. At that point, the settlement becomes a binding court order. For administrative actions, this is the date that the final order is signed and issued by the enforcement authority.","example":"05/5/2005","title":"Settlement Date","type":"string"},"StateLocPenaltyAmt":{"description":"The total State or Local Penalty amount collected pursuant to a Final Order.","title":"State Local Penalty Amount","type":"string"},"TotalCompActionAmt":{"description":"For civil enforcement actions, the value of the costs incurred by the defendant/respondent to attain compliance with the law and restore the environment. This value does not include penalties, cost recovery, or costs associated with SEPs.","example":"279450","title":"Total Compliance Action Amount","type":"string"},"TribalLandFlag":{"description":"Flag indicating if the case is located on tribal land.","title":"Tribal Land Flag","type":"string"},"TscaFlag":{"description":"Flag indicating whether or not a facility has a TSCA ID","title":"Toxic Substances Control Act Flag","type":"string"}},"required":["CaseNumber","CaseName","CaseCategoryCode","CaseCategoryDesc","CaseStatusCode","CaseStatusDesc","DOJDocketNmbr","CourtDocketNumber","PrimaryLaw","PrimarySection","DateFiled","SettlementDate","FedPenalty","SEPCost","PrimaryNAICSCode","PrimarySICCode","ActivityId","TotalCompActionAmt","SettlementCnt","TribalLandFlag","ProsecutionSummaryId","CivilCriminalIndicator","DateLodged","DateClosed","EnfOutcome","CostRecovery","Lead","StateLocPenaltyAmt","SEPCategories","SEPTexts","RcraFlag","CwaFlag","CaaFlag","EpcraFlag","SdwaFlag","FifraFlag","CerclaFlag","TscaFlag","FederalFlag","MaxScore"],"type":"object","xml":{"name":"Case"}},"crs0_ClusterData":{"description":"Cluster Data Complex Object","properties":{"AFRRows":{"description":"Displays the number of Administrative Formal cases within the search results.","example":"5","title":"Administrative Formal Actions Row Count","type":"string"},"CAARows":{"description":"The number of facilities or cases within the result set that have Clean Air Act (CAA) permits.","example":"50","title":"Clean Air Act Count","type":"string"},"CERCLARows":{"description":"The number of cases within the results set that relate to the Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA).","example":"50","title":"Comprehensive Environmental Response, Compensation, and Liability Act Count","type":"string"},"CWARows":{"description":"The number of facilities or cases within the results set that have Clean Water Act (CWA) permits.","example":"50","title":"Clean Water Act Count","type":"string"},"ClusterCount":{"description":"The number of facilities or cases in the cluster.","title":"Cluster Count","type":"string"},"ClusterIcon":{"description":"The icon file used to reprsent the cluster.","title":"Cluster Icon","type":"string"},"ClusterLatitude":{"description":"The latitude in decimal degrees expressed using the NAD83 horizontal datum.","example":"38.904149","title":"Cluster Latitude","type":"string"},"ClusterLongitude":{"description":"The longitude in decimal degrees expressed using the NAD83 horizontal datum.","example":"-77.017094","title":"Cluster Longitude","type":"string"},"ClusterName":{"description":"THe name or the identifier of the geographic area used for clustering.  Examples:  Alaska, Fairfax County, 22314","title":"Cluster Name","type":"string"},"ClusterType":{"description":"The representative geographic area used for clustering.  Examples:  State, County, Zip Code","title":"Cluster Type","type":"string"},"ClusterValue":{"description":"The value, internal to the database report object, that represents this cluster, like a state abbreviation, zip code, or county FIPS code.  Examples: AK, 22314, 50011","title":"Cluster Value","type":"string"},"CriminalRows":{"description":"Displays the number of criminal enforcement cases within the search results.","example":"0","title":"Count of Criminal Cases","type":"string"},"EPCRARows":{"description":"The number of cases within the results set that relate to the Emergency Planning and Community Right to Know Act (EPCRA).","example":"50","title":"Emergency Planning and Community Right to Know Act Count","type":"string"},"FIFRARows":{"description":"The number of cases within the result set that relate to the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).","example":"50","title":"Federal Insecticide, Fungicide, and Rodenticide Act Count","type":"string"},"FedPenRows":{"description":"Displays the number of cases with federal penalty assessed greater than $0.","example":"3","title":"Federal Penalty Rows","type":"string"},"FederalRows":{"description":"The number of facilities or cases within the result set that have a relationship to a Federal facility.","example":"50","title":"Federal Related Facility Count","type":"string"},"JDCRows":{"description":"Displays the number of Judicial cases within the search results.","example":"2","title":"Judicial Cases Row Count","type":"string"},"ObjectId":{"description":"Sequential number assigned to each facility or cluster returned.","example":"1","title":"Object Identifier","type":"string"},"RCRARows":{"description":"The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits.","example":"50","title":"Resource Conservation & Recovery Act Count","type":"string"},"SDWARows":{"description":"The number of facilities or cases within the results set that have Safe Drinking Water Act (SDWA) permits.","example":"50","title":"Safe Drinking Water Act Count","type":"string"},"SEPRows":{"description":"Displays the number of cases with SEP amount greater than $0.","example":"0","title":"Number of Cases found with SEP data","type":"string"},"TSCARows":{"description":"The number of cases within the result set that relate to the Toxic Substances Control Act (TSCA).","example":"50","title":"Toxic Substances Control Act Count","type":"string"}},"required":["ObjectId","ClusterLatitude","ClusterLongitude","ClusterIcon","ClusterType","ClusterName","ClusterValue","ClusterCount","JDCRows","AFRRows","FedPenRows","SEPRows","CriminalRows","RCRARows","CWARows","CAARows","SDWARows","EPCRARows","CERCLARows","FIFRARows","TSCARows","FederalRows"],"type":"object"},"crs0_ClusterOutput":{"description":"Cluster Ouput Complex Object Array","properties":{"ClusterData":{"description":"An array of state, county, or zip code cluster information","items":{"$ref":"#/components/schemas/crs0_ClusterData"},"title":"Cluster Data","type":"array"}},"type":"object"},"crs0_MapData":{"description":"Data container providing locational information for each case.","properties":{"ICON":{"description":"Name of each individual icon file within the URL base","example":"CAA-IC-MN-N.png","title":"Icon","type":"string"},"LAT":{"description":"The latitude of the facility in degrees, to four decimal places","example":"38.798026","title":"Latitude","type":"string"},"LON":{"description":"The longitude of the facility in degrees, to four decimal places","example":"-77.062981","title":"Longitude","type":"string"},"NAME":{"description":"For DFR, this is the Facility name. The name corresponds to the TYPE value","example":"VIRGINIA CONCRETE ALEXANDRIA PLANT","title":"Name","type":"string"},"PUV":{"description":"Pop up value. Combine with PopUpBaseURL to give the popup for the facility","example":"110001891506","title":"Popup Value","type":"string"},"TYPE":{"description":"For DFR, this is always facility","example":"Facility","title":"Type","type":"string"},"VALUE":{"type":"string"}},"required":["LAT","LON","ICON","TYPE","NAME","VALUE","PUV"],"type":"object","xml":{"name":"Object"}},"crs0_MapOutput":{"description":"Data container for visualizing case information.","properties":{"IconBaseURL":{"description":"URL where all the icons are located","example":"https://echo.epa.gov/app/map/icons/","title":"Icon Base URL","type":"string"},"MapData":{"description":"An array of facility geospatial information.","items":{"$ref":"#/components/schemas/crs0_MapData"},"title":"Map Data","type":"array","xml":{"name":"MapData","wrapped":true}},"PopUpBaseURL":{"description":"Combine this URL with the PUC to get popup info","example":"https://echodata.epa.gov/echo/cwa_rest_services.pop_up?p_id=","title":"Popup Base URL","type":"string"},"QueryID":{"description":"Sequential number assigned to entire search result","example":"245","title":"Query Identifier","type":"string"}},"required":["QueryID","IconBaseURL","PopUpBaseURL","MapData"],"type":"object"},"crs0_get_case_info.Results":{"description":"Results Object","properties":{"AFRRows":{"description":"Displays the number of Administrative Formal cases within the search results.","example":"5","title":"Administrative Formal Actions Row Count","type":"string"},"CERCLARows":{"description":"The number of cases within the results set that relate to the Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA).","example":"50","title":"Comprehensive Environmental Response, Compensation, and Liability Act Count","type":"string"},"CWARows":{"description":"The number of facilities or cases within the results set that have Clean Water Act (CWA) permits.","example":"50","title":"Clean Water Act Count","type":"string"},"Cases":{"description":"A summary of the violation(s), environmental problem(s), and a description of the cause of action.","items":{"$ref":"#/components/schemas/crs0_Cases"},"title":"Cases","type":"array","xml":{"name":"Cases","wrapped":true}},"ClusterOutput":{"$ref":"#/components/schemas/crs0_ClusterOutput"},"ClusterRecords":{"description":"Number of clusters returned.","example":"199","title":"Cluster Records","type":"string"},"CriminalRows":{"description":"Displays the number of criminal enforcement cases within the search results.","example":"0","title":"Count of Criminal Cases","type":"string"},"EPCRARows":{"description":"The number of cases within the results set that relate to the Emergency Planning and Community Right to Know Act (EPCRA).","example":"50","title":"Emergency Planning and Community Right to Know Act Count","type":"string"},"FIFRARows":{"description":"The number of cases within the result set that relate to the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).","example":"50","title":"Federal Insecticide, Fungicide, and Rodenticide Act Count","type":"string"},"FedPenRows":{"description":"Displays the number of cases with federal penalty assessed greater than $0.","example":"3","title":"Federal Penalty Rows","type":"string"},"FederalRows":{"description":"The number of facilities or cases within the result set that have a relationship to a Federal facility.","example":"50","title":"Federal Related Facility Count","type":"string"},"JDCRows":{"description":"Displays the number of Judicial cases within the search results.","example":"2","title":"Judicial Cases Row Count","type":"string"},"MapLocations":{"description":"Number of Faciliy Locations related to the Case Search Results","example":"200","title":"Map Locations","type":"string"},"Message":{"description":"Field to record messages (typically performance-related) about packet processing","example":"Success","title":"Message","type":"string"},"QueryParameters":{"description":"A list of submitted query parameters and their values.","items":{"$ref":"#/components/schemas/qp0"},"title":"Query Parameters","type":"array","xml":{"name":"QueryParameters","wrapped":true}},"QueryRows":{"description":"Number of query results returned","example":"5","title":"Query Row Count","type":"string"},"RCRARows":{"description":"The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits.","example":"50","title":"Resource Conservation & Recovery Act Count","type":"string"},"SDWARows":{"description":"The number of facilities or cases within the results set that have Safe Drinking Water Act (SDWA) permits.","example":"50","title":"Safe Drinking Water Act Count","type":"string"},"SEPRows":{"description":"Displays the number of cases with SEP amount greater than $0.","example":"0","title":"Number of Cases found with SEP data","type":"string"},"TSCARows":{"description":"The number of cases within the result set that relate to the Toxic Substances Control Act (TSCA).","example":"50","title":"Toxic Substances Control Act Count","type":"string"}},"required":["Message","QueryRows","MapLocations","JDCRows","AFRRows","FedPenRows","SEPRows","CriminalRows","RCRARows","CWARows","SDWARows","EPCRARows","CERCLARows","FIFRARows","TSCARows","FederalRows","QueryParameters"],"type":"object"},"crs0_get_cases_from_facility.CaseNumber":{"description":"Case Number","properties":{"CaseNumber":{"description":"A unique number identifying the enforcement action. For EPA civil cases, these numbers begin with either the two digit EPA Region Code, \"HQ\" (headquarters initiated cases), and \"EF\" or \"WF\" (Eastern or Western Field Office CAA Mobile Source Program cases); followed by the fiscal year in which the action was initiated. After the fiscal year there is a sequence number. State NPDES civil cases start with the two character post abbreviation, followed by a sequence number.","example":"05-200021274","title":"Case Number","type":"string"}},"required":["CaseNumber"],"type":"object"},"crs0_get_cases_from_facility.CaseNumbers":{"description":"Case Numbers","properties":{"CaseNumbers":{"items":{"$ref":"#/components/schemas/crs0_get_cases_from_facility.CaseNumber"},"title":"CAED Documents","type":"array","xml":{"name":"CAEDDocuments","wrapped":true}}},"required":["CaseNumbers"],"type":"object"},"crs0_get_cases_from_facility.Results":{"description":"Results","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_cases_from_facility.CaseNumbers"}},"required":["Results"],"type":"object"},"crs0_get_facilities_from_case.RegistryID":{"description":"Registry ID","properties":{"RegistryID":{"description":"An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases.","example":"110020837601","title":"FRS ID","type":"string"}},"required":["RegistryID"],"type":"object"},"crs0_get_facilities_from_case.RegistryIDs":{"description":"Registry IDs","properties":{"RegistryIDs":{"items":{"$ref":"#/components/schemas/crs0_get_facilities_from_case.RegistryID"},"title":"CAED Documents","type":"array","xml":{"name":"CAEDDocuments","wrapped":true}}},"required":["RegistryIDs"],"type":"object"},"crs0_get_facilities_from_case.Results":{"description":"Results","properties":{"Results":{"$ref":"#/components/schemas/crs0_get_facilities_from_case.RegistryIDs"}},"required":["Results"],"type":"object"},"crs1_CAEDDocuments":{"description":"Case Related Uploaded Documents","properties":{"CaseNumber":{"description":"A unique number identifying the enforcement action. For EPA civil cases, these numbers begin with either the two digit EPA Region Code, \"HQ\" (headquarters initiated cases), and \"EF\" or \"WF\" (Eastern or Western Field Office CAA Mobile Source Program cases); followed by the fiscal year in which the action was initiated. After the fiscal year there is a sequence number. State NPDES civil cases start with the two character post abbreviation, followed by a sequence number.","example":"05-200021274","title":"Case Number","type":"string"},"DocumentLink":{"description":"URLS for documents that EPA has colleted that are related to this Case.","title":"Dcoument Links","type":"string"},"EPAProgram":{"description":"The EPA Program associated with the Document URL","title":"EPA Program","type":"string"},"FacilityName":{"description":"The name of the facility.","example":"3M COMPANY","title":"Facility Name","type":"string"},"PublishDate":{"description":"The date the document was published.","title":"Document Published Date","type":"string"}},"required":["CaseNumber","FacilityName","PublishDate","EPAProgram","DocumentLink"],"type":"object","xml":{"name":"CAEDDocument"}},"crs1_CaseInformation":{"description":"The basic information section contains information that identifies the action and some key descriptive variables, such as case status and case type.","properties":{"Branch":{"description":"The Branch or Unit of the Office of Regional Counsel assigned for the case.","title":"Branch","type":"string"},"CaseName":{"description":"A unique number identifying the enforcement action. For EPA civil cases, these numbers begin with either the two digit EPA Region Code, \"HQ\" (headquarters initiated cases), and \"EF\" or \"WF\" (Eastern or Western Field Office CAA Mobile Source Program cases); followed by the fiscal year in which the action was initiated. After the fiscal year there is a sequence number. State NPDES civil cases start with the two character post abbreviation, followed by a sequence number.\nFor criminal cases, the ID was generated in ECHO based on the following format: CR [prosecution_summary_id]. The source of the Prosecution Summary ID is the Summary of Criminal Prosecutions database.","example":"Baltes Real Estate Company","title":"Case Name","type":"string"},"CaseNumber":{"description":"A unique number identifying the enforcement action. For EPA civil cases, these numbers begin with either the two digit EPA Region Code, \"HQ\" (headquarters initiated cases), and \"EF\" or \"WF\" (Eastern or Western Field Office CAA Mobile Source Program cases); followed by the fiscal year in which the action was initiated. After the fiscal year there is a sequence number. State NPDES civil cases start with the two character post abbreviation, followed by a sequence number.","example":"05-200021274","title":"Case Number","type":"string"},"CaseStatus":{"description":"The status of the compliance event or enforcement action.","example":"Closed","title":"Case Status","type":"string"},"CaseStatusDate":{"description":"The date of the most recent milestone activity.","example":"08/12/1988","title":"Case Status Date","type":"string"},"CaseSummary":{"description":"The summary of the violation environmental problem and a description of the cause of action (basis of legal action).  The summary could be extracted from the referral transmission memo or letter or it could be required as the first section of a revised standardized referral document.","title":"Case Summary","type":"string"},"CaseType":{"description":"The unique code that identifies a type of compliance event or enforcement action.","example":"AFR","title":"Case Type","type":"string"},"DOJDocketNumber":{"description":"The docket number assigned by the Department of Justice to EPA's Enforcement Action.","title":"DOJ Docket Number","type":"string"},"EnforcementOutcome":{"description":"A description of the mechanism by which the Enforcement Action is resolved.","example":"Source Agrees","title":"Enforcement Outcome","type":"string"},"EnforcementType":{"description":"A text description of the Enforcement Action type.","example":"Formal","title":"Enforcement Type","type":"string"},"HeadquartersDivision":{"description":"The EPA Headquarters division that is tracking the case.","example":"CER","title":"Headquarters Division","type":"string"},"Lead":{"description":"The lead agency (e.g., EPA, State) conducting the inspection","example":"EPA","title":"Lead Agency","type":"string"},"MultiMediaCase":{"description":"The flag indicating whether the activity was a multimedia action.","example":"No","title":"Multimedia Action Flag","type":"string"},"RegionalDocketNumber":{"description":"The number the Clerk of the Court assigns to a case that is filed or to a consent decree when it is lodged.  For administrative cases, it is the number assigned to the case by the Regional Hearing Clerk.","example":"III-88-40-DC","title":"Regional Docket Number","type":"string"},"ReliefSought":{"description":"The description for the type of relief requested in the complaint.","title":"Relief Sought","type":"string"},"ResultVolDisclosure":{"description":"A flag that indicates the Enforcement Action was the result of a self disclosure.","example":"No","title":"Result of Voluntary Disclosure Flag","type":"string"},"TotalComplianceActionCost":{"description":"The estimated dollar value of injunctive relief and other physical/nonphysical costs of returning to compliance, from all settlements at a case. Injunctive relief represents the actions a defendant is ordered to undertake to achieve and maintain compliance, such as installing a new pollution control device to reduce air pollution, or preventing emissions of a pollutant in the first place.","example":"$288","title":"Total Compliance Action Cost","type":"string"},"TotalCostRecovery":{"description":"The amount of the cost recovery ordered or agreed to be repaid by the responsible parties, cost recovery whole dollar amount awarded by the Court and due the the Superfund. For administrative cases, it is the cost recovery whole dollar amount of the Final Order.","example":"$6,598","title":"Total Cost Recovery","type":"string"},"TotalFederalPenalty":{"description":"For civil judicial enforcement actions, this amount is the federal penalty assessed against the defendant(s)� as specified in the final entered Consent Decree or Court Order. For administrative enforcement actions, it is the penalty assessed in the Consent/Final Order. It does not include the amount of the penalty mitigated due to a SEP or the amount shared with the state or local entities. Interest payments associated with a penalty paid over time are not included in this amount.","example":"$13,210","title":"Total Federal Penalty","type":"string"},"TotalSEPCost":{"description":"The total value of all SEPs for all settlements at the enforcement case.","example":"$4,100.00","title":"Total Supplemental Environmental Projects Cost","type":"string"},"TotalStatePenalty":{"description":"The total dollar penalty amount from all settlements to be paid to a state or local enforcement authority that is party to a concluded enforcement action.","title":"Total State Penalty","type":"string"},"Violations":{"description":"A compilation of all Case Violation Descriptions related to the case.","example":"General Facility Requirements","title":"Violations","type":"string"}},"required":["CaseNumber","CaseName","CaseType","CaseStatus","CaseStatusDate","RegionalDocketNumber","DOJDocketNumber","Lead","ReliefSought","EnforcementOutcome","HeadquartersDivision","Branch","ResultVolDisclosure","MultiMediaCase","EnforcementType","TotalFederalPenalty","TotalStatePenalty","TotalSEPCost","TotalComplianceActionCost","TotalCostRecovery","CaseSummary","Violations"],"type":"object"},"crs1_CaseMilestones":{"description":"The major milestone events tracked for the enforcement action.","properties":{"ActualDate":{"description":"The actual date on which the event was completed/achieved.","example":"08/12/1988","title":"Actual Date","type":"string"},"Event":{"description":"Identifies a major judicial or administrative enforcement action milestone.","example":"Enforcement Action Data Entered","title":"Event","type":"string"}},"required":["Event","ActualDate"],"type":"object","xml":{"name":"CaseMilestone"}},"crs1_Citations":{"description":"The corresponding regulation in the Code of Federal Regulations (CFR) or U.S. Code (U.S.C.) associated with the enforcement action.","properties":{"Programs":{"description":"A description of the EPA program(s) under which an enforcement action has been taken, and which correspond to the cited statutes and sections.","example":"Imminent & Substantial Endangerment Order","title":"Programs","type":"string"},"Sections":{"description":"A compilation of all Case Law Sections applicable for the Case.","example":"106","title":"Sections","type":"string"},"Title":{"description":"The title held by a person in an organization.","example":"40CFR","title":"Title","type":"string"}},"required":["Title","Sections","Programs"],"type":"object","xml":{"name":"Citation"}},"crs1_ComplianceSchedules":{"description":"This section provides compliance schedule milestone activity information for a subset of EPA judicial consent decrees with compliance schedules.","properties":{"ActualDate":{"description":"The actual date on which the Compliance Schedule event was completed/achieved.","example":"08/12/1988","type":"string"},"EventAmount":{"description":"The dollar amount of a scheduled payment initiated through a penalty action or a cost recovery pursuant to a Final Order.","example":"$100.00","title":"Event Amount","type":"string"},"FacilityFRSID":{"description":"The number assigned by the Facility Linkage Application that is used to associate facility records from multiple environmental database systems that are known or believed to represent the same facility.","title":"Facility FRS ID","type":"string"},"ScheduleCommentText":{"description":"The free-text field used to store descriptive Compliance Schedule information.","title":"Schedule Comment Text","type":"string"},"ScheduleDate":{"description":"The date the event is scheduled to be completed (i.e. the due date).","title":"Schedule Date","type":"string"},"ScheduleEventDescription":{"description":"The description of the particular event with which the permittee is scheduled to comply.","title":"Schedule Event Description","type":"string"},"ScheduleNumber":{"description":"A two-digit number which in combination with the Schedule Type and NPDES ID uniquely identifies a Compliance Schedule.","title":"Schedule Number","type":"string"}},"required":["FacilityFRSID","ScheduleNumber","ScheduleCommentText","ScheduleEventDescription","ScheduleDate","ActualDate","EventAmount"],"type":"object","xml":{"name":"ComplianceSchedule"}},"crs1_ComplyingActions":{"description":"For civil enforcement actions, the value of the costs incurred by the defendant/respondent to attain compliance with the law and restore the environment. This value does not include penalties, cost recovery, or costs associated with SEPs.","properties":{"ComplyingActionCategory":{"description":"The category (i.e., Direct Environmental Reduction, Preventative, or Facility Management or Information Practice) to which a Complying Action belongs.","example":"Direct Environmental Reduction","title":"Complying Action Category","type":"string"},"ComplyingActionDescription":{"description":"A text description of the type of the requirements obliging the defendant/respondent to take or refrain from certain actions.","example":"Migrated Industrial/Municipal Process Change (Includes Flow Reduction)","title":"Complying Action Description","type":"string"},"ComplyingActionId":{"description":"The unique identifier for an enforceable requirement obliging the defendant/respondent to take or refrain from certain specified actions.","example":"2600823911","title":"Complying Action ID","type":"string"},"ComplyingActionType":{"description":"A code that uniquely identifies the requirements obliging the defendant/respondent to take or refrain from certain actions.","example":"IPC","title":"Complying Action Type","type":"string"}},"required":["ComplyingActionId","ComplyingActionType","ComplyingActionDescription","ComplyingActionCategory"],"type":"object","xml":{"name":"ComplyingAction"}},"crs1_Defendants":{"description":"This section lists each defendant's name and whether the defendant was named in the complaint and/or in the settlement.","properties":{"DefendantName":{"description":"The name of the defendant, or respondent associated with the Enforcement Action.","example":"AMERICAN CYANAMID COMPANY","title":"Defendant Name","type":"string"},"NamedInComplaint":{"description":"A flag that indicates whether the Defendant or Respondent was named in the filed complaint.","example":"Y","title":"Named In Complaint Flag","type":"string"},"NamedInSettlement":{"description":"A flag that indicates whether the Defendant or Respondent was named in the Final Order.","example":"N","title":"Named in Settlement Flag","type":"string"}},"required":["DefendantName","NamedInComplaint","NamedInSettlement"],"type":"object","xml":{"name":"Defendant"}},"crs1_EnforcementConclusions":{"description":"This section contains information about the conclusion(s) of the civil enforcement case, where it resulted in an order, consent decree, or other enforceable settlement.","properties":{"ActualTerminationDate":{"description":"The date on which the Final Order was terminated.","example":"07/09/2011","title":"Actual Termination Date","type":"string"},"ComplianceActionCost":{"description":"The total value of all SEPs for all settlements at the enforcement case.","example":"$279,450","title":"Compliance Action Cost","type":"string"},"ComplianceSchedules":{"items":{"$ref":"#/components/schemas/crs1_ComplianceSchedules"},"title":"Compliance Schedules","type":"array","xml":{"name":"ComplianceSchedules","wrapped":true}},"ComplyingActions":{"items":{"$ref":"#/components/schemas/crs1_ComplyingActions"},"title":"Complying Actions","type":"array","xml":{"name":"ComplyingActions","wrapped":true}},"CostRecovery":{"description":"For civil enforcement actions, cost recovery awarded is the amount of cost recovery ordered or agreed to be repaid by the responsible party of parties.","example":"0","title":"Cost Recovery Amount","type":"string"},"EnforcementActionClosedDate":{"description":"The date the actions requested in the final order have been completed by the recipient; or the termination date of the final order (if such a date is specified) has passed; or the enforcement action has been withdrawn or dismissed; or the enforcement action has been superseded by, or combined into, another related enforcement action addressing the same violations.","example":"07/21/2011","title":"Enforcement Action Closed Date","type":"string"},"EnforcementConclusionId":{"description":"The system-generated unique identifier of the Final Order to which the Compliance Action belongs.","example":"2600006100","title":"Enforcement Conclusion ID","type":"string"},"EnforcementConclusionName":{"description":"The name of a Final Order associated with an Enforcement Action as assigned by the Lead EPA Attorney for federal actions.","example":"4 J International","title":"Enforcement Conclusion Name","type":"string"},"EnforcementConclusionType":{"description":"A description of the enforcement instrument used by EPA to settle the case.","example":"Administrative Penalty Order With or Without Injunctive Relief","title":"Enforcement Conclusion Type","type":"string"},"FacilitiesInSettlement":{"description":"The unique identification number assigned to a facility in the Facility Registry Service (FRS), for each facility included in the settlement.","example":"110001928317","title":"Facilities in Settlement","type":"string"},"FederalPenalty":{"description":"For civil judicial Enforcement Actions, this amount is the Federal penalty assessed against the defendant(s) as specified in the final entered Consent Decree or Court Order.  For administrative Enforcement Actions, it is the penalty assessed in the Consent/Final Order.  It does not include the amount of the penalty mitigated due to a SEP or the amount shared with the state or local entities.  Interest payments associated with a penalty paid over time are not to be included in this amount.  It is the total Federal amount for each Final Order.","example":"$65,000.00","title":"Federal Penalty","type":"string"},"FinalOrderStatuses":{"items":{"$ref":"#/components/schemas/crs1_FinalOrderStatuses"},"title":"Final Order Statuses","type":"array","xml":{"name":"FinalOrderStatuses","wrapped":true}},"PollutantReductions":{"items":{"$ref":"#/components/schemas/crs1_PollutantReductions"},"title":"Pollutant Reductions","type":"array","xml":{"name":"PollutantReductions","wrapped":true}},"SEPCost":{"description":"The total value of all SEPs for all settlements at the enforcement case.","example":"$4,100.00","title":"Supplemental Environmental Projects Cost","type":"string"},"SettlementEnteredDate":{"description":"The civil case date the Final Order is signed by the presiding Judge and entered by the Clerk of the Court; it is the date the Clerk stamps on the document.  For an Administrative Formal EA, this is the Final Order Issued Date; for a Judicial EA, this is the Final Order Entered Date.","example":"07/09/2011","title":"Settlement Entered Date","type":"string"},"SettlementLodgedDate":{"description":"The date the settlement document is given to the Clerk of the Court for lodging in the District Court; it is the date the Clerk stamps on the document. (Federal Judicial EAs only).","title":"Settlement Lodged Date","type":"string"},"StatePenalty":{"description":"The dollar penalty amount to be paid to a state or local enforcement authority that is party to a concluded enforcement action.","example":"$43,000.00","title":"State Penalty","type":"string"},"SupplementalEnvironmentalProjects":{"items":{"$ref":"#/components/schemas/crs1_SupplementalEnvironmentalProjects"},"title":"Supplemental Environmental Projects","type":"array","xml":{"name":"SupplementalEnvironmentalProjects","wrapped":true}}},"required":["EnforcementConclusionId","EnforcementConclusionType","EnforcementConclusionName","FacilitiesInSettlement","SettlementEnteredDate","SettlementLodgedDate","FederalPenalty","StatePenalty","SEPCost","ComplianceActionCost","EnforcementActionClosedDate","ActualTerminationDate","CostRecovery","PollutantReductions","FinalOrderStatuses","ComplianceSchedules","ComplyingActions","SupplementalEnvironmentalProjects"],"type":"object","xml":{"name":"EnforcementConclusion"}},"crs1_Facilities":{"description":"This section provides detailed facility and address information on all of the facilities associated with the civil enforcement case.","properties":{"FRSNumber":{"description":"The identification number assigned to a facility in the�Facility Registry Service (FRS)�to uniquely identify a facility site.","example":"110007875353","title":"FRS Number","type":"string"},"FacilityAddress":{"description":"The address that describes the physical (geographic) location of the front door or main entrance of a Facility site, including urban-style street address or rural address.","example":"WEST 19TH STREET","title":"Facility Address","type":"string"},"FacilityCity":{"description":"The city in which the facility is located","example":"DECATUR","title":"Facility City","type":"string"},"FacilityName":{"description":"The name of the facility.","example":"3M COMPANY","title":"Facility Name","type":"string"},"FacilityState":{"description":"The state in which the facility is located","example":"AL","title":"Facility State","type":"string"},"FacilityZip":{"description":"The zip code of the area in which the facility is located","example":"35609","title":"Facility Zipcode","type":"string"},"NAICSCodes":{"description":"A 6-digit code to classify industrial establishments. For detailed information about NAICS, please refer to the U.S. Census Bureau�NAICS�webpage.","title":"NAICS Codes","type":"string"},"SICCodes":{"description":"The Standard Industrial Classification codes applicable to the facility","example":"2821 2869 2873","title":"SIC Codes","type":"string"}},"required":["FRSNumber","FacilityName","FacilityAddress","FacilityCity","FacilityState","FacilityZip","SICCodes","NAICSCodes"],"type":"object","xml":{"name":"Facility"}},"crs1_FinalOrderStatuses":{"description":"This section provides the compliance status for a subset of EPA judicial consent decrees with compliance schedules requiring more than three years to complete.","properties":{"FiscalYear":{"description":"The fiscal year in which the activity occurred.","example":"2004","title":"Fiscal Year","type":"string"},"Q1StatusDescription":{"description":"The relevant status for the quarter.","title":"Quarter 1 Status Description","type":"string"},"Q2StatusDescription":{"description":"The relevant status for the quarter.","title":"Quarter 2 Status Description","type":"string"},"Q3StatusDescription":{"description":"The relevant status for the quarter.","title":"Quarter 3 Status Description","type":"string"},"Q4StatusDescription":{"description":"The relevant status for the quarter.","title":"Quarter 4 Status Description","type":"string"}},"required":["FiscalYear","Q4StatusDescription","Q3StatusDescription","Q2StatusDescription","Q1StatusDescription"],"type":"object","xml":{"name":"FinalOrderStatus"}},"crs1_LawsAndSections":{"description":"Identifies the statute/law and sections cited in the enforcement action.","properties":{"Law":{"description":"Code for the primary and non-primary laws that were violated.","example":"CERCLA","title":"Law","type":"string"},"Programs":{"description":"A description of the EPA program(s) under which an enforcement action has been taken, and which correspond to the cited statutes and sections.","example":"Imminent & Substantial Endangerment Order","title":"Programs","type":"string"},"Sections":{"description":"A compilation of all Case Law Sections applicable for the Case.","example":"106","title":"Sections","type":"string"}},"required":["Law","Sections","Programs"],"type":"object","xml":{"name":"LawAndSections"}},"crs1_PollutantReductions":{"description":"This section provides information relating complying actions and SEPs to their estimated or actual environmental impact on pollutant reduction.","properties":{"AnnualAmount":{"description":"The amount of reduction or elimination of each pollutant or waste in pounds, kilograms, or liquid measure that resulted from the SEP or Complying Actions.","example":"61,802","type":"string"},"ComplyingActionId":{"description":"The unique identifier for an enforceable requirement obliging the defendant/respondent to take or refrain from certain specified actions.","example":"2600823911","title":"Complying Action ID","type":"string"},"EnvironmentalImpactId":{"description":"The system-generated unique identifier of the Environmental Impact record.","example":"2600004336","title":"Environmental Impact ID","type":"string"},"Media":{"description":"The name/description of the media where the pollutants or waste were emitted/discharged.","example":"Air","title":"Pollutant Media","type":"string"},"Pollutant":{"description":"The name that EPA has selected as its preferred name for a substance (also known as registry name). If the registry name is not available, use the systematic name instead.","example":"Carbon monoxide","title":"Pollutant","type":"string"},"SEPId":{"description":"The system-generated unique identifier of the SEP record affiliated with the Environmental Impact.","example":"12345","title":"Supplemental Environmental Projects ID","type":"string"},"SEPorComp":{"description":"A flag that indicates whether the quantitative environmental impact pertains to a SEP or Complying Action.","example":"C","title":"SEP or Complying Action Flag","type":"string"},"Units":{"description":"A code that uniquely identifies the pollutant unit of measurement.","example":"PNDSYR","title":"Units","type":"string"}},"required":["ComplyingActionId","EnvironmentalImpactId","SEPId","Pollutant","AnnualAmount","Units","Media","SEPorComp"],"type":"object","xml":{"name":"PollutantReduction"}},"crs1_Pollutants":{"description":"The common name identifying the pollutant, waste material, substance, or chemical reduced.","properties":{"ChemicalAbstractNumber":{"description":"This is the unique number assigned to a chemical substance by the Chemical Abstracts Service.","title":"Chemical Abstract Number","type":"string"},"PollutantName":{"description":"The name designating the waste material substance or chemical involved at the facility that has a Quantitative Environmental Impact addressed in the SEP or Complying Actions.","example":"NONE","title":"Pollutant Name","type":"string"}},"required":["PollutantName","ChemicalAbstractNumber"],"type":"object","xml":{"name":"Pollutant"}},"crs1_ProgramLinks":{"description":"Crosswalk between programs and facilities (identified by FRS ID).","properties":{"FRSNumber":{"description":"The identification number assigned to a facility in the�Facility Registry Service (FRS)�to uniquely identify a facility site.","example":"110007875353","title":"FRS Number","type":"string"},"Program":{"description":"The source database for the EPA programs information.","example":"CWA","title":"Program","type":"string"},"ProgramID":{"description":"Unique identifier for the EPA program.","example":"38957","title":"Program ID","type":"string"}},"required":["FRSNumber","Program","ProgramID"],"type":"object","xml":{"name":"ProgramLink"}},"crs1_RelatedActivities":{"description":"This section provides an Activity Type description and date for other ICIS activities (e.g., inspections, or compliance assistance) that are linked to the enforcement action.","properties":{"ActualDate":{"description":"The actual date on which the event was completed/achieved.","example":"08/12/1988","title":"Actual Date","type":"string"},"Description":{"description":"A description of the category of Supplemental Environment Project (SEP) for a settlement.","title":"Description","type":"string"}},"required":["Description","ActualDate"],"type":"object","xml":{"name":"RelatedActivity"}},"crs1_Results":{"description":"The data returned by the service call.","properties":{"CAEDDocuments":{"items":{"$ref":"#/components/schemas/crs1_CAEDDocuments"},"title":"CAED Documents","type":"array","xml":{"name":"CAEDDocuments","wrapped":true}},"CaseInformation":{"$ref":"#/components/schemas/crs1_CaseInformation"},"CaseMilestones":{"items":{"$ref":"#/components/schemas/crs1_CaseMilestones"},"title":"Case Milestones","type":"array","xml":{"name":"CaseMilestones","wrapped":true}},"Citations":{"items":{"$ref":"#/components/schemas/crs1_Citations"},"title":"Citations","type":"array","xml":{"name":"Citations","wrapped":true}},"Defendants":{"items":{"$ref":"#/components/schemas/crs1_Defendants"},"title":"Defendants","type":"array","xml":{"name":"Defendants","wrapped":true}},"EnforcementConclusions":{"items":{"$ref":"#/components/schemas/crs1_EnforcementConclusions"},"title":"Enforcement Conclusions","type":"array","xml":{"name":"EnforcementConclusions","wrapped":true}},"Facilities":{"description":"A complex array of facility information.","items":{"$ref":"#/components/schemas/crs1_Facilities"},"title":"Facilities","type":"array","xml":{"name":"Facilities","wrapped":true}},"LawsAndSections":{"items":{"$ref":"#/components/schemas/crs1_LawsAndSections"},"title":"Laws And Sections","type":"array","xml":{"name":"LawsAndSections","wrapped":true}},"Message":{"description":"Field to record messages (typically performance-related) about packet processing","example":"Success","title":"Message","type":"string"},"Pollutants":{"items":{"$ref":"#/components/schemas/crs1_Pollutants"},"title":"Pollutants","type":"array","xml":{"name":"Pollutants","wrapped":true}},"ProgramLinks":{"items":{"$ref":"#/components/schemas/crs1_ProgramLinks"},"title":"Program Links","type":"array","xml":{"name":"ProgramLinks","wrapped":true}},"RelatedActivities":{"description":"This section provides an Activity Type description and date for other ICIS activities (e.g., inspections, or compliance assistance) that are linked to the enforcement action.","items":{"$ref":"#/components/schemas/crs1_RelatedActivities"},"title":"Related Activities","type":"array","xml":{"name":"RelatedActivities","wrapped":true}}},"required":["Message","CaseInformation","LawsAndSections","Citations","ProgramLinks","Facilities","Defendants","CaseMilestones","Pollutants","RelatedActivities","EnforcementConclusions","CAEDDocuments"],"type":"object"},"crs1_SupplementalEnvironmentalProjects":{"description":"As part of a settlement, a defendant may voluntarily agree to undertake an environmentally beneficial project (Supplement Environmental Project) related to the violation in exchange for mitigation of the penalty to be paid. It does not include activities a defendant must take to return to compliance with the law. A single settlement may have multiple SEPs.","properties":{"Category":{"description":"A code that uniquely identifies a category of Supplemental Environment Project (SEP) for a settlement (e.g., Assessments and Audits, Environmental Compliance Promotion, Emergency Planning and Preparedness, Environmental Restoration).","title":"Category","type":"string"},"Description":{"description":"A description of the category of Supplemental Environment Project (SEP) for a settlement.","title":"Description","type":"string"},"SEPAmount":{"description":"The cost applied to the type(s) of environmentally beneficial projects which a defendant/respondent agree to undertake in settlement of an enforcement action, but which the defendant/respondent is not otherwise legally required to perform.","example":"$4,100.00","title":"Supplemental Environmental Projects Amount","type":"string"},"SEPId":{"description":"The system-generated unique identifier of the SEP record affiliated with the Environmental Impact.","example":"12345","title":"Supplemental Environmental Projects ID","type":"string"},"SEPText":{"description":"The free-form textual description used to further describe the SEP.","title":"Supplemental Environmental Projects Text","type":"string"}},"required":["Category","Description","SEPId","SEPText","SEPAmount"],"type":"object","xml":{"name":"SupplementalEnvironmentalProject"}},"crs2_Results":{"description":"The data returned by the service call.","properties":{"AFRRows":{"description":"Displays the number of Administrative Formal cases within the search results.","example":"5","title":"Administrative Formal Actions Row Count","type":"string"},"CAARows":{"description":"The number of facilities or cases within the result set that have Clean Air Act (CAA) permits.","example":"50","title":"Clean Air Act Count","type":"string"},"CERCLARows":{"description":"The number of cases within the results set that relate to the Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA).","example":"50","title":"Comprehensive Environmental Response, Compensation, and Liability Act Count","type":"string"},"CWARows":{"description":"The number of facilities or cases within the results set that have Clean Water Act (CWA) permits.","example":"50","title":"Clean Water Act Count","type":"string"},"Cases":{"description":"A summary of the violation(s), environmental problem(s), and a description of the cause of action.","items":{"$ref":"#/components/schemas/crs0_Cases"},"title":"Cases","type":"array","xml":{"name":"Cases","wrapped":true}},"CriminalRows":{"description":"Displays the number of criminal enforcement cases within the search results.","example":"0","title":"Count of Criminal Cases","type":"string"},"EPCRARows":{"description":"The number of cases within the results set that relate to the Emergency Planning and Community Right to Know Act (EPCRA).","example":"50","title":"Emergency Planning and Community Right to Know Act Count","type":"string"},"FIFRARows":{"description":"The number of cases within the result set that relate to the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).","example":"50","title":"Federal Insecticide, Fungicide, and Rodenticide Act Count","type":"string"},"FedPenRows":{"description":"Displays the number of cases with federal penalty assessed greater than $0.","example":"3","title":"Federal Penalty Rows","type":"string"},"FederalRows":{"description":"The number of facilities or cases within the result set that have a relationship to a Federal facility.","example":"50","title":"Federal Related Facility Count","type":"string"},"JDCRows":{"description":"Displays the number of Judicial cases within the search results.","example":"2","title":"Judicial Cases Row Count","type":"string"},"MapOutput":{"$ref":"#/components/schemas/crs0_MapOutput"},"Message":{"description":"Field to record messages (typically performance-related) about packet processing","example":"Success","title":"Message","type":"string"},"PageNo":{"description":"The number of pages of results returned","example":"1","title":"Page Number","type":"string"},"QueryID":{"description":"Sequential number assigned to entire search result","example":"245","title":"Query Identifier","type":"string"},"QueryRows":{"description":"Number of query results returned","example":"5","title":"Query Row Count","type":"string"},"RCRARows":{"description":"The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits.","example":"50","title":"Resource Conservation & Recovery Act Count","type":"string"},"SDWARows":{"description":"The number of facilities or cases within the results set that have Safe Drinking Water Act (SDWA) permits.","example":"50","title":"Safe Drinking Water Act Count","type":"string"},"SEPRows":{"description":"Displays the number of cases with SEP amount greater than $0.","example":"0","title":"Number of Cases found with SEP data","type":"string"},"TSCARows":{"description":"The number of cases within the result set that relate to the Toxic Substances Control Act (TSCA).","example":"50","title":"Toxic Substances Control Act Count","type":"string"}},"required":["Message","QueryRows","JDCRows","AFRRows","FedPenRows","SEPRows","CriminalRows","RCRARows","CWARows","CAARows","SDWARows","EPCRARows","CERCLARows","FIFRARows","TSCARows","FederalRows","QueryID","PageNo"],"type":"object"},"crs3_CRDefendants":{"description":"Provides identifying information about the defendants and courts involved in the criminal enforcement case.","properties":{"DefendantType":{"description":"The role of each defendant in the criminal enforcement case, either Principal Defendant or Defendant. Multiple defendants (up to fourteen) may be associated with one case, but only one is designated as principal.","example":"Principal Defendant","title":"Defendent Type","type":"string"},"District":{"description":"The United States district courts are the trial courts of the federal court system.","example":"S.D.","title":"Court District","type":"string"},"DocketNumber":{"description":"The number the Clerk of the Court assigned to the case that is filed or to a consent decree when it is lodged. For administrative cases, this number is assigned to the case by the Regional Hearing Clerk.","example":"04-20324-CR-FOOO","title":"Court Docket Number","type":"string"},"Name":{"description":"The name of the case assigned to the enforcement action by the lead attorney. Generally, the primary defendant's name is used as the case name. For civil CERCLA cases, the facility/site name may be used.","example":"George D. Smith","title":"Name","type":"string"},"State":{"description":"The two letter abbreviation that represents the state or state equivalent for the U.S.","example":"FL","title":"State","type":"string"}},"required":["Name","DefendantType","District","State","DocketNumber"],"type":"object","xml":{"name":"CRDefendants"}},"crs3_CRDetails":{"description":"A list of the violation(s), environmental problem(s), and a description of the cause of action organized by date of occurrence. The case details walk through each step of the case activities and displayed the date on which each occurred.","properties":{"DetailCitations":{"description":"The corresponding regulation in the Code of Federal Regulations (CFR) or U.S. Code (U.S.C.) associated with the enforcement action case detail.","title":"Detail Citations","type":"string"},"DetailDate":{"description":"The date associated with an enforcement action case detail.","example":"01-APR-02","title":"Detail Date","type":"string"},"DetailDesc":{"description":"The description of an enforcement action case detail.","title":"Detail Description","type":"string"}},"required":["DetailDate","DetailDesc","DetailCitations"],"type":"object","xml":{"name":"CRDetails"}},"crs3_CaseInformation":{"description":"The basic information section contains information that identifies the action and some key descriptive variables, such as case status and case type.","properties":{"CaseIdentifier":{"description":"A unique number identifying the enforcement action. For EPA civil cases, these numbers begin with either the two digit EPA Region Code, \"HQ\" (headquarters initiated cases), and \"EF\" or \"WF\" (Eastern or Western Field Office CAA Mobile Source Program cases); followed by the fiscal year in which the action was initiated.","example":"1000","title":"Case Identifier","type":"string"},"CaseSummary":{"description":"The summary of the violation environmental problem and a description of the cause of action (basis of legal action).  The summary could be extracted from the referral transmission memo or letter or it could be required as the first section of a revised standardized referral document.","title":"Case Summary","type":"string"},"Citations":{"description":"The corresponding regulation in the Code of Federal Regulations (CFR) or U.S. Code (U.S.C.) associated with the enforcement action.","title":"Citations","type":"string"},"FiscalYear":{"description":"The fiscal year in which the activity occurred.","example":"2004","title":"Fiscal Year","type":"string"},"Statutes":{"description":"A compilation of all Case Law Statutes applicable to the Case.","example":"Title 18 U.S. Criminal Code","title":"Statuetes","type":"string"}},"required":["CaseIdentifier","FiscalYear","Statutes","Citations","CaseSummary"],"type":"object","xml":{"name":"CRCaseInformation"}},"crs3_Locations":{"description":"This section provides geographic locational information for the criminal activity.","properties":{"City":{"description":"The name of the city, town, village or other locality, when identifiable, within whose boundaries (the majority of) the facility site is located. This is not always the same as the city used for USPS mail delivery.","title":"City","type":"string"},"County":{"description":"The name of the county, when identifiable, within whose boundaries (the majority of) the criminal activity was located. The county was derived in ECHO based on the latitude and longitude provided in the Summary of Criminal Prosecutions database.","title":"County","type":"string"},"EPARegion":{"description":"The EPA region in which the facility is located","example":"04","title":"EPA Region","type":"string"},"Latitude":{"description":"The latitude of the facility or permit holder as maintained in each data system.","example":"34.606651","format":"double","title":"Latitude","type":"string"},"Longitude":{"description":"The longitude of the facility or permit holder as maintained in each data system","example":"-86.982419","format":"double","title":"Longitude","type":"string"},"State":{"description":"The two letter abbreviation that represents the state or state equivalent for the U.S.","example":"FL","title":"State","type":"string"},"Zip":{"description":"US postal ZIP code, as maintained by ICIS.","example":"53140","title":"Zip Code","type":"string"}},"required":["City","State","County","Zip","EPARegion","Latitude","Longitude"],"type":"object","xml":{"name":"Locations"}},"crs3_Results":{"description":"The data returned by the service call.","properties":{"CRCaseInformation":{"$ref":"#/components/schemas/crs3_CaseInformation"},"CRDefendants":{"items":{"$ref":"#/components/schemas/crs3_CRDefendants"},"title":"Criminal Enforcement Case Defendants","type":"array","xml":{"name":"CRDefendants","wrapped":true}},"CRDetails":{"items":{"$ref":"#/components/schemas/crs3_CRDetails"},"title":"Criminal Case Details","type":"array","xml":{"name":"CRDetails","wrapped":true}},"Locations":{"items":{"$ref":"#/components/schemas/crs3_Locations"},"title":"Locations","type":"array","xml":{"name":"Locations","wrapped":true}},"Message":{"description":"Field to record messages (typically performance-related) about packet processing","example":"Success","title":"Message","type":"string"}},"required":["Message","CRCaseInformation","CRDefendants","CRDetails","Locations"],"type":"object"},"crs5_Results":{"description":"The data returned by the service call.","properties":{"Cases":{"description":"A summary of the violation(s), environmental problem(s), and a description of the cause of action.","items":{"$ref":"#/components/schemas/crs0_Cases"},"title":"Cases","type":"array","xml":{"name":"Cases","wrapped":true}},"Message":{"description":"Field to record messages (typically performance-related) about packet processing","example":"Success","title":"Message","type":"string"},"PageNo":{"description":"The number of pages of results returned","example":"1","title":"Page Number","type":"string"},"QueryID":{"description":"Sequential number assigned to entire search result","example":"245","title":"Query Identifier","type":"string"},"QueryRows":{"description":"Number of query results returned","example":"5","title":"Query Row Count","type":"string"}},"required":["Message","QueryRows","QueryID","PageNo","Cases"],"type":"object"},"met1":{"description":"Results Object","properties":{"Message":{"description":"Field to record messages (typically performance-related) about packet processing","example":"Success","title":"Message","type":"string"},"ResultColumns":{"items":{"$ref":"#/components/schemas/met2"},"title":"Result Columns","type":"array","xml":{"name":"ResultColumns","wrapped":true}}},"required":["Message"],"type":"object"},"met2":{"description":"Results Column Object","properties":{"ColumnID":{"title":"Column ID","type":"string"},"ColumnName":{"title":"Column Name","type":"string"},"DataLength":{"description":"Data length for EPA program database column.","example":"10","title":"Data Length","type":"string"},"DataType":{"description":"Data type for EPA program database column.","example":"NUMBER","title":"Data Type","type":"string"},"Description":{"description":"A description of the category of Supplemental Environment Project (SEP) for a settlement.","title":"Description","type":"string"},"ObjectName":{"description":"The JSON name used for the database column.","example":"CaseName","title":"Object Name","type":"string"}},"required":["ColumnName","DataType","DataLength","ColumnID","ObjectName","Description"],"type":"object","xml":{"name":"ResultColumn"}},"qp0":{"description":"Query Parameters Object","properties":{"QP":{"description":"Query parameter","example":"output","title":"Query Parameter","type":"string"},"QV":{"description":"Query value","example":"JSON","title":"Query Value","type":"string"}},"required":["QP","QV"],"type":"object","xml":{"name":"Parameter"}},"rlk00_LuValues":{"description":"Lookup Values","properties":{"ValueCode":{"example":"77034","title":"Value Code","type":"string"},"ValueDescription":{"example":"1-Butanol","title":"Value Description","type":"string"}},"required":["ValueCode","ValueDescription"],"type":"object","xml":{"name":"LuValue"}},"rlk51_Results":{"description":"Results Object","properties":{"LuValues":{"items":{"$ref":"#/components/schemas/rlk00_LuValues"},"type":"array","xml":{"name":"LuValues","wrapped":true}},"Message":{"description":"Field to record messages (typically performance-related) about packet processing","example":"Success","title":"Message","type":"string"}},"required":["Message"],"type":"object"}}}}