{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_finance/counterparty.schema.json","title":"counterparty","type":"object","properties":{"counterparty_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"slug":{"type":"string","x-pg-type":"text"},"display_name":{"type":"string","x-pg-type":"text"},"kind":{"type":"string","x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["slug","display_name","kind"],"x-primary-key":["counterparty_id"]}