Specifications
Title: Specifications
| Type | object |
| Required | No |
| Additional properties | Any type allowed |
Description: Primary specifications for passive components
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| - resistance | No | object | No | In measured_value.schema.json | Measured Value |
| - capacitance | No | object | No | Same as resistance | Measured Value |
| - inductance | No | object | No | Same as resistance | Measured Value |
| - tolerance | No | object | No | Same as resistance | Measured Value |
| - voltage_rating | No | object | No | Same as resistance | Measured Value |
| - power_rating | No | object | No | Same as resistance | Measured Value |
| - current_rating | No | object | No | Same as resistance | Measured Value |
| - dc_resistance | No | object | No | Same as resistance | Measured Value |
| - temperature_coefficient | No | object | No | Same as resistance | Measured Value |
| - temperature_range | No | object | No | In range_value.schema.json | Range Value |
| - dielectric | No | string | No | - | Capacitor dielectric type (e.g. X5R, X7R, C0G) |
1. Property resistance
Title: Measured Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Defined in | measured_value.schema.json |
Description: Resistance value (for resistors)
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + value | No | number | No | - | Numeric quantity |
| + unit | No | string | No | - | Unit of measurement. Must be an SI unit or SI-derived unit, optionally with an SI prefix (e.g. V, mV, A, mA, Ω, kΩ, F, nF, µF, H, nH, Hz, kHz, MHz, W, mW, °C, m, mm). Dimensionless ratios such as ppm and % are also accepted. |
1.1. Property value
| Type | number |
| Required | Yes |
Description: Numeric quantity
1.2. Property unit
| Type | string |
| Required | Yes |
Description: Unit of measurement. Must be an SI unit or SI-derived unit, optionally with an SI prefix (e.g. V, mV, A, mA, Ω, kΩ, F, nF, µF, H, nH, Hz, kHz, MHz, W, mW, °C, m, mm). Dimensionless ratios such as ppm and % are also accepted.
2. Property capacitance
Title: Measured Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Same definition as | resistance |
Description: Capacitance value (for capacitors)
3. Property inductance
Title: Measured Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Same definition as | resistance |
Description: Inductance value (for inductors)
4. Property tolerance
Title: Measured Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Same definition as | resistance |
Description: Component tolerance (e.g. {value: 1, unit: %})
5. Property voltage_rating
Title: Measured Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Same definition as | resistance |
Description: Maximum rated voltage
6. Property power_rating
Title: Measured Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Same definition as | resistance |
Description: Maximum rated power dissipation
7. Property current_rating
Title: Measured Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Same definition as | resistance |
Description: Maximum rated continuous current
8. Property dc_resistance
Title: Measured Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Same definition as | resistance |
Description: DC resistance (for inductors and ferrite beads)
9. Property temperature_coefficient
Title: Measured Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Same definition as | resistance |
Description: Temperature coefficient (ppm/°C)
10. Property temperature_range
Title: Range Value
| Type | object |
| Required | No |
| Additional properties | Not allowed |
| Defined in | range_value.schema.json |
Description: Operating temperature range
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + min | No | number | No | - | Minimum value of the range |
| + max | No | number | No | - | Maximum value of the range |
| + unit | No | string | No | - | Unit of measurement (e.g. °C, V) |
10.1. Property min
| Type | number |
| Required | Yes |
Description: Minimum value of the range
10.2. Property max
| Type | number |
| Required | Yes |
Description: Maximum value of the range
10.3. Property unit
| Type | string |
| Required | Yes |
Description: Unit of measurement (e.g. °C, V)
11. Property dielectric
| Type | string |
| Required | No |
Description: Capacitor dielectric type (e.g. X5R, X7R, C0G)
Generated using json-schema-for-humans on 2026-03-30 at 10:42:34 +0000