{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/component_metadata.schema.json","title":"component_metadata","type":"object","properties":{"component_uid":{"type":"string","format":"uuid","x-pg-type":"uuid"},"model_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"tag_name":{"type":"string","x-pg-type":"text"},"component_category":{"type":"string","x-pg-type":"text"},"component_class":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"kind":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"dexpi_id":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"area_code":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"process_unit_type":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"equipment_type_code":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"feeder_type":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"control_responsibility":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"loop_key":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"signal_type":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"motor_kw":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"equipment_uid":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"x-pg-type":"uuid"},"vendor_tag_original":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"manufacturer":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"manufacturer_uri":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"model":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"serial_number":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"product_code":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"product_instance_uri":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"device_class":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"hardware_revision":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"software_revision":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"device_revision":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"revision_counter":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"device_manual":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"specifications":{"x-pg-type":"jsonb"},"spec_schema_version":{"type":"integer","x-pg-type":"int4"},"confidence":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"provenance":{"x-pg-type":"jsonb"},"credibility_status":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"credibility_grade":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"credibility_basis":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"updated_by":{"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"},"range_low":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"range_high":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"engineering_unit":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"engineering_unit"},"fail_action":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"}},"x-table-schema":"public","required":["model_id","tag_name"],"x-primary-key":["component_uid"],"x-foreign-keys":[{"column":"model_id","references_table":"models","references_column":"model_id","constraint":"component_metadata_model_id_fkey"}]}