addedInput schema / properties / attendance
Added value: +{
+ "enum": [
+ "attending",
+ "sponsor",
+ "both"
+ ],
+ "type": "string"
+}
addedInput schema / properties / capabilities
Added value: +{
+ "items": {
+ "maxLength": 40,
+ "type": "string"
+ },
+ "maxItems": 10,
+ "type": "array"
+}
addedInput schema / properties / company
Added value: +{
+ "maxLength": 160,
+ "type": "string"
+}
addedInput schema / properties / customerSegments
Added value: +{
+ "items": {
+ "maxLength": 40,
+ "type": "string"
+ },
+ "maxItems": 10,
+ "type": "array"
+}
addedInput schema / properties / industries
Added value: +{
+ "items": {
+ "maxLength": 40,
+ "type": "string"
+ },
+ "maxItems": 10,
+ "type": "array"
+}
changedInput schema / properties / limit / default
Previous value: -20New value: +12
removedInput schema / properties / limit / description
Removed value: -"Number requested by the user; omit for a useful 20-result list. Do not request a small sample as a probe before repeating the same search."
changedInput schema / properties / limit / maximum
Previous value: -50New value: +30
addedInput schema / properties / offset
Added value: +{
+ "default": 0,
+ "maximum": 1000,
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / properties / products
Added value: +{
+ "items": {
+ "maxLength": 40,
+ "type": "string"
+ },
+ "maxItems": 10,
+ "type": "array"
+}
addedInput schema / properties / roleFamilies
Added value: +{
+ "items": {
+ "maxLength": 40,
+ "type": "string"
+ },
+ "maxItems": 10,
+ "type": "array"
+}