addedInput schema / additionalProperties
Added value: +false
addedInput schema / anyOf
Added value: +[
+ {
+ "required": [
+ "partNumber"
+ ]
+ },
+ {
+ "required": [
+ "query"
+ ]
+ }
+]
changedInput schema / properties / partNumber / description
Previous value: -"Exact part number, e.g. \"STM32F401RE\", \"ESP32-WROOM-32E\""New value: +"Exact part number, e.g. \"STM32F401RE\""
addedInput schema / properties / partNumber / minLength
Added value: +1
changedInput schema / properties / query / description
Previous value: -"Alternative: free-text search, e.g. \"3.3V ARM MCU with SPI\""New value: +"Free-text capability search, e.g. \"3.3V ARM MCU with SPI\""
addedInput schema / properties / query / minLength
Added value: +1
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "compact": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "data": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "found": {
+ "type": "boolean"
+ },
+ "hint": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "nearestMatches": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "partNumber": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totalMatched": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+}