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 / ranking
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Relevance scores when relevance=\"top\".",
+ "title": "Ranking"
+}
addedOutput schema / properties / relevance_applied
Added value: +{
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Relevance Applied"
+}
addedOutput schema / properties / restricted_fields
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Fields marked restricted by the field ACL.",
+ "title": "Restricted Fields"
+}
removedOutput schema / properties / result / additionalProperties
Removed value: -true
addedOutput schema / properties / result / anyOf
Added value: +[
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / result / default
Added value: +null
addedOutput schema / properties / result / description
Added value: +"Mapping of field name to fields_get metadata."
removedOutput schema / properties / result / type
Removed value: -"object"
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: -"get_model_fieldsOutput"New value: +"GetModelFieldsResponse"