{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_controls/bid.requirement_item.schema.json","title":"bid.requirement_item","type":"object","properties":{"requirement_item_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"project_ref":{"type":"string","x-pg-type":"text"},"tender_clause":{"type":"string","x-pg-type":"text"},"tender_source":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"mandatory":{"type":"boolean","x-pg-type":"bool"},"submission_artifact":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"documentation_required":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"bid_consequence":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"response_type":{"type":"string","x-pg-type":"text"},"response_ref":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"response_ref_system":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"response_summary":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"status":{"type":"string","x-pg-type":"text"},"exception_id":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"x-pg-type":"uuid"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"updated_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"bid","required":["project_ref","tender_clause","response_type"],"x-primary-key":["requirement_item_id"]}