{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/equipment_identity/project.schema.json","title":"project","type":"object","properties":{"ref":{"type":"string","x-pg-type":"text"},"name":{"type":"string","x-pg-type":"text"},"client":{"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":["ref","name"],"x-primary-key":["ref"]}