addedOutput schema / properties / data / anyOf
Added value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "has_more": {
+ "type": "boolean"
+ },
+ "items": {
+ "items": {},
+ "type": "array"
+ },
+ "limit": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "next_offset": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "offset": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "total_count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "total_count",
+ "count",
+ "limit",
+ "offset",
+ "has_more",
+ "next_offset",
+ "items"
+ ],
+ "type": "object"
+ },
+ {
+ "items": {},
+ "type": "array"
+ }
+]
addedOutput schema / properties / meta / additionalProperties
Added value: +{}
addedOutput schema / properties / meta / properties
Added value: +{
+ "count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "guidance": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "pagination": {
+ "additionalProperties": {},
+ "properties": {
+ "count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "has_more": {
+ "type": "boolean"
+ },
+ "limit": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "next_offset": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "offset": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "total_count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "query": {
+ "type": "string"
+ },
+ "recommended_next_action": {
+ "type": "string"
+ },
+ "schema_version": {
+ "type": "string"
+ },
+ "scope": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "tool": {
+ "type": "string"
+ }
+}
addedOutput schema / properties / meta / required
Added value: +[
+ "schema_version"
+]
addedOutput schema / properties / meta / type
Added value: +"object"
changedOutput schema / required
Previous value: -[
- "data"
-]New value: +[
+ "data",
+ "meta"
+]