{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/hazop_participant.schema.json","title":"hazop_participant","type":"object","properties":{"participant_id":{"type":"integer","x-pg-type":"int8"},"study_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"participant_name":{"type":"string","x-pg-type":"text"},"participant_role":{"type":"string","x-pg-type":"text"},"organization":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"discipline":{"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":["study_id","participant_name","participant_role"],"x-primary-key":["participant_id"],"x-foreign-keys":[{"column":"study_id","references_table":"hazop_study","references_column":"study_id","constraint":"hazop_participant_study_id_fkey"}]}