addedInput schema / properties / projectId / description
Added value: +"The project/schematic ID"
addedOutput schema / properties / components / items / properties / annotated
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / components / items / properties / bom_eligible
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / components / items / properties / component_kind
Added value: +{
+ "enum": [
+ "part",
+ "power-symbol",
+ "power-flag",
+ "net-label",
+ "net-port",
+ "sheet-frame",
+ "annotation",
+ "helper",
+ "unknown"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / deviceLibraryUuid
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / deviceName
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / deviceUuid
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / electrical_eligible
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / components / items / properties / manufacturerId
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / primitiveId
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / raw_footprint
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / raw_value
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / rotation
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / components / items / properties / symbolName
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / symbol_source
Added value: +{
+ "enum": [
+ "native",
+ "imported",
+ "unknown"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / components / items / properties / x
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / components / items / properties / y
Added value: +{
+ "type": "number"
+}
changedOutput schema / properties / components / items / required
Previous value: -[
- "reference",
- "value",
- "footprint"
-]New value: +[
+ "reference",
+ "value",
+ "footprint",
+ "component_kind",
+ "bom_eligible",
+ "electrical_eligible",
+ "annotated",
+ "symbol_source",
+ "raw_value",
+ "raw_footprint"
+]
addedOutput schema / properties / read_consistency
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "attempts": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "stable": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "stable",
+ "attempts"
+ ],
+ "type": "object"
+}