removedOutput schema / $defs / __schema1
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- },
- {
- "items": {
- "$ref": "#/$defs/__schema1"
- },
- "type": "array"
- },
- {
- "additionalProperties": {
- "$ref": "#/$defs/__schema1"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- }
- ]
-}
removedOutput schema / properties / query_scope
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "population": {
- "additionalProperties": false,
- "properties": {
- "included_count": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "total_available_count": {
- "anyOf": [
- {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "included_count",
- "total_available_count"
- ],
- "type": "object"
- },
- "query": {
- "additionalProperties": false,
- "properties": {
- "args": {
- "additionalProperties": {
- "$ref": "#/$defs/__schema1"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "operation": {
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "args",
- "operation"
- ],
- "type": "object"
- }
- },
- "required": [
- "population",
- "query"
- ],
- "type": "object"
-}