{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/compliance_mcp/analytical_method.schema.json","title":"analytical_method","type":"object","properties":{"method_id":{"type":"string","x-pg-type":"text"},"method_name":{"type":"string","x-pg-type":"text"},"analyte_list":{"type":"array","items":{"type":"string"},"x-pg-type":"_text"},"default_detection_limit":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"default_reporting_limit":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"default_units":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"hold_time_h":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"preservation_required":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["method_id","method_name"],"x-primary-key":["method_id"]}