addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / having / properties / count / properties / gte / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- }
-]
addedInput schema / properties / having / properties / count / properties / gte / maximum
Added value: +9007199254740991
addedInput schema / properties / having / properties / count / properties / gte / minimum
Added value: +0
addedInput schema / properties / having / properties / count / properties / gte / type
Added value: +"integer"
removedInput schema / properties / having / properties / count / properties / lte / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- }
-]
addedInput schema / properties / having / properties / count / properties / lte / maximum
Added value: +9007199254740991
addedInput schema / properties / having / properties / count / properties / lte / minimum
Added value: +0
addedInput schema / properties / having / properties / count / properties / lte / type
Added value: +"integer"
removedInput schema / properties / having / properties / silent_days / properties / gte / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- }
-]
addedInput schema / properties / having / properties / silent_days / properties / gte / maximum
Added value: +9007199254740991
addedInput schema / properties / having / properties / silent_days / properties / gte / minimum
Added value: +0
addedInput schema / properties / having / properties / silent_days / properties / gte / type
Added value: +"integer"
removedInput schema / properties / having / properties / silent_days / properties / lte / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- }
-]
addedInput schema / properties / having / properties / silent_days / properties / lte / maximum
Added value: +9007199254740991
addedInput schema / properties / having / properties / silent_days / properties / lte / minimum
Added value: +0
addedInput schema / properties / having / properties / silent_days / properties / lte / type
Added value: +"integer"
removedInput schema / properties / having / properties / unread / properties / gte / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- }
-]
addedInput schema / properties / having / properties / unread / properties / gte / maximum
Added value: +9007199254740991
addedInput schema / properties / having / properties / unread / properties / gte / minimum
Added value: +0
addedInput schema / properties / having / properties / unread / properties / gte / type
Added value: +"integer"
removedInput schema / properties / having / properties / unread / properties / lte / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- }
-]
addedInput schema / properties / having / properties / unread / properties / lte / maximum
Added value: +9007199254740991
addedInput schema / properties / having / properties / unread / properties / lte / minimum
Added value: +0
addedInput schema / properties / having / properties / unread / properties / lte / type
Added value: +"integer"
removedInput schema / properties / limit / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 100,
- "minimum": 1,
- "type": "integer"
- }
-]
addedInput schema / properties / limit / maximum
Added value: +100
addedInput schema / properties / limit / minimum
Added value: +1
addedInput schema / properties / limit / type
Added value: +"integer"
removedInput schema / properties / per_source_limit / anyOf
Removed value: -[
- {
- "default": 0,
- "type": "string"
- },
- {
- "description": "Fair allocation: at most this many entries per source, so one loud feed cannot fill the page.",
- "maximum": 20,
- "minimum": 1,
- "type": "integer"
- }
-]
addedInput schema / properties / per_source_limit / maximum
Added value: +20
addedInput schema / properties / per_source_limit / minimum
Added value: +1
addedInput schema / properties / per_source_limit / type
Added value: +"integer"
changedInput schema / properties / select / description
Previous value: -"\"entries\" = rows · \"sources\" = per-source health · \"aggregate\" = counts, never rows. Default \"entries\"."New value: +"\"entries\" = rows · \"sources\" = per-source health (where.collection/source only; use having for health filters) · \"aggregate\" = counts. Default \"entries\"."
changedInput schema / properties / where / description
Previous value: -"Selection predicate shared by every feeds operation. All fields AND together; omit a field to not filter on it."New value: +"Entry selection predicate: fields AND together; omit a field to not filter on it. Source queries/mutations accept only collection and source; use query having for source-health filters."
changedInput schema / properties / where / properties / collection / items / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "maxLength": 100,
- "minLength": 1,
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / where / properties / collection / minItems
Added value: +1
changedInput schema / properties / where / properties / source / properties / exclude / items / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "maxLength": 500,
- "minLength": 1,
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "maxLength": 500,
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / where / properties / source / properties / exclude / minItems
Added value: +1
changedInput schema / properties / where / properties / source / properties / include / items / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "maxLength": 500,
- "minLength": 1,
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "maxLength": 500,
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / where / properties / source / properties / include / minItems
Added value: +1