Skip to content

Rating

Title: Rating

Type object
Required No
Additional properties Any type allowed

Description: One row of an absolute maximum ratings or recommended operating conditions table

Property Pattern Type Deprecated Definition Title/Description
+ parameter No string No - Name of the parameter (e.g. Supply voltage, Operating temperature)
+ pins No array of string No - Pin names this rating applies to (empty list for global ratings)
+ unit No string No - Unit of the rating values (e.g. V, mA, °C)
- min No number No - Minimum value
- nom No number No - Nominal (typical) value
- max No number No - Maximum value
- remark No string No - Free-form note about this rating (e.g. latchup test condition, ESD model used)

1. Property parameter

Type string
Required Yes

Description: Name of the parameter (e.g. Supply voltage, Operating temperature)

2. Property pins

Type array of string
Required Yes

Description: Pin names this rating applies to (empty list for global ratings)

Array restrictions
Min items N/A
Max items N/A
Items unicity False
Additional items False
Tuple validation See below
Each item of this array must be Description
pins items -

2.1. pins items

Type string
Required No

3. Property unit

Type string
Required Yes

Description: Unit of the rating values (e.g. V, mA, °C)

4. Property min

Type number
Required No

Description: Minimum value

5. Property nom

Type number
Required No

Description: Nominal (typical) value

6. Property max

Type number
Required No

Description: Maximum value

7. Property remark

Type string
Required No

Description: Free-form note about this rating (e.g. latchup test condition, ESD model used)


Generated using json-schema-for-humans on 2026-03-30 at 10:42:35 +0000