Water Quality Sample
Schema representing a water quality sample collected as part of Tetra Tech environmental monitoring projects using the Cosmos platform or baytrends analysis tools.
AnalyticsConsultingData ManagementEngineeringEnvironmentInfrastructureWaterFortune 1000
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/tetra-tech/main/json-schema/tetra-tech-water-quality-schema.json",
"title": "Water Quality Sample",
"description": "Schema representing a water quality sample collected as part of Tetra Tech environmental monitoring projects using the Cosmos platform or baytrends analysis tools.",
"type": "object",
"required": ["id", "stationId", "collectionDate", "parameters"],
"properties": {
"id": {
"type": "string",
"description": "Unique sample identifier."
},
"stationId": {
"type": "string",
"description": "Monitoring station identifier."
},
"stationName": {
"type": "string",
"description": "Human-readable name of the monitoring station."
},
"collectionDate": {
"type": "string",
"format": "date-time",
"description": "Date and time of sample collection."
},
"collectedBy": {
"type": "string",
"description": "Name or ID of the field technician who collected the sample."
},
"location": {
"type": "object",
"description": "GPS coordinates of the sample collection point.",
"required": ["latitude", "longitude"],
"properties": {
"latitude": { "type": "number" },
"longitude": { "type": "number" },
"datum": { "type": "string", "default": "WGS84" }
}
},
"parameters": {
"type": "array",
"description": "Measured water quality parameters.",
"items": {
"type": "object",
"required": ["name", "value", "unit"],
"properties": {
"name": {
"type": "string",
"description": "Parameter name (e.g., pH, dissolved oxygen, turbidity, nitrate)."
},
"value": {
"type": "number",
"description": "Measured parameter value."
},
"unit": {
"type": "string",
"description": "Unit of measurement (e.g., mg/L, NTU, su)."
},
"method": {
"type": "string",
"description": "Analytical method used."
},
"qualifier": {
"type": "string",
"description": "Data qualifier flag (e.g., U for non-detect, J for estimated)."
}
}
}
},
"labId": {
"type": "string",
"description": "Laboratory identifier that analyzed the sample."
},
"projectId": {
"type": "string",
"description": "Associated Tetra Tech project identifier."
},
"tags": {
"type": "array",
"items": { "type": "string" }
},
"created": { "type": "string", "format": "date-time" }
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tetra-tech-water-quality"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.