{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/compliance_mcp/parameter_registry.schema.json","title":"parameter_registry","type":"object","properties":{"parameter_code":{"type":"string","x-pg-type":"text"},"parameter_name":{"type":"string","x-pg-type":"text"},"medium":{"type":"array","items":{"type":"string"},"x-pg-type":"_text"},"parameter_category":{"type":"string","x-pg-type":"text"},"speciation":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"cas_number":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"default_units":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"detection_limit_typical":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"analytical_methods":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"x-pg-type":"_text"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"}},"x-table-schema":"public","required":["parameter_code","parameter_name","parameter_category"],"x-primary-key":["parameter_code"]}