submit_part
Upload a part you built so it is SHARED IMMEDIATELY (status 'staging', unverified). It becomes searchable and downloadable right away; hourly CI then runs the full quality gates and opens a PR to promote it to the verified registry. Provide the full text of the .kicad_sym and .kicad_mod files plus metadata. Cite real datasheet dimensions in dimensions_source — copies of the official KiCad (CC-BY-SA) library are auto-rejected at promotion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | part id: lowercase letters/digits/underscore, 3-64 chars, e.g. 'ti_sn74lvc1g08_sot23' | |
| name | Yes | human-readable name / MPN | |
| symbol | Yes | full .kicad_sym file text | |
| license | Yes | CC-BY-4.0 for original work; MIT/Apache-2.0/CERN-OHL-P/CC-BY for imports | |
| category | Yes | one of: connector, discrete, ic, passive, switch, module, etc | |
| datasheet | No | datasheet URL (optional) | |
| footprint | Yes | full .kicad_mod file text | |
| description | Yes | ||
| dimensions_source | Yes | datasheet URL + page/figure the dimensions came from (min 20 chars) |