addedOutput schema / additionalProperties
Added value: +true
addedOutput schema / properties / count
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Count"
+}
addedOutput schema / properties / error
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Sanitized error message when success is false.",
+ "title": "Error"
+}
addedOutput schema / properties / fields_used
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Fields Used"
+}
addedOutput schema / properties / query_fields_used
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Fields matched by the free-text query shortcut.",
+ "title": "Query Fields Used"
+}
addedOutput schema / properties / redacted_fields
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Redacted Fields"
+}
removedOutput schema / properties / result / additionalProperties
Removed value: -true
addedOutput schema / properties / result / anyOf
Added value: +[
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / result / default
Added value: +null
addedOutput schema / properties / result / description
Added value: +"Matched records (field-ACL redacted)."
removedOutput schema / properties / result / type
Removed value: -"object"
addedOutput schema / properties / smart_fields_applied
Added value: +{
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Smart Fields Applied"
+}
addedOutput schema / properties / success
Added value: +{
+ "description": "False when the call failed; see error.",
+ "title": "Success",
+ "type": "boolean"
+}
addedOutput schema / properties / tool
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Reporting tool name.",
+ "title": "Tool"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "success"
+]
changedOutput schema / title
Previous value: -"search_recordsOutput"New value: +"SearchRecordsResponse"