crs1_Defendants is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-case-crs1-defendants-structure.json",
"name": "crs1_Defendants",
"description": "This section lists each defendant's name and whether the defendant was named in the complaint and/or in the settlement.",
"type": "object",
"properties": {
"DefendantName": {
"type": "string",
"description": "The name of the defendant, or respondent associated with the Enforcement Action.",
"example": "AMERICAN CYANAMID COMPANY"
},
"NamedInComplaint": {
"type": "string",
"description": "A flag that indicates whether the Defendant or Respondent was named in the filed complaint.",
"example": "Y"
},
"NamedInSettlement": {
"type": "string",
"description": "A flag that indicates whether the Defendant or Respondent was named in the Final Order.",
"example": "N"
}
},
"required": [
"DefendantName",
"NamedInComplaint",
"NamedInSettlement"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.