{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/equipment_identity/designator.schema.json","title":"designator","type":"object","properties":{"code":{"type":"string","x-pg-type":"text"},"description":{"type":"string","x-pg-type":"text"},"kind":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"aliases":{"x-pg-type":"jsonb"},"dexpi_classes":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"x-pg-type":"_text"},"dexpi_match_type":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"iso15926_rdl_uri":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"rdl_status":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"isa95_role_class":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"mapping_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"updated_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"category":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"default_feeder":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"default_control_responsibility":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"subtypes":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}],"x-pg-type":"_text"},"catalog_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"sfiles_alias":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"ww_extension_class":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"}},"x-table-schema":"public","required":["code","description"],"x-primary-key":["code"]}