removedInput schema / properties / count_only / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / count_only / type
Added value: +"boolean"
removedInput schema / properties / fields / anyOf
Removed value: -[
- {
- "items": {
- "enum": [
- "id",
- "body",
- "author",
- "message",
- "meta",
- "createdAt",
- "updatedAt",
- "status"
- ],
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / fields / items
Added value: +{
+ "enum": [
+ "id",
+ "body",
+ "author",
+ "message",
+ "meta",
+ "createdAt",
+ "updatedAt",
+ "status"
+ ],
+ "type": "string"
+}
addedInput schema / properties / fields / type
Added value: +"array"
removedInput schema / properties / message_ids / anyOf
Removed value: -[
- {
- "items": {
- "type": "integer"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / message_ids / items
Added value: +{
+ "type": "integer"
+}
addedInput schema / properties / message_ids / type
Added value: +"array"
removedInput schema / properties / order_by / anyOf
Removed value: -[
- {
- "enum": [
- "createdat",
- "id"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / order_by / enum
Added value: +[
+ "createdat",
+ "id"
+]
addedInput schema / properties / order_by / type
Added value: +"string"
removedInput schema / properties / order_mode / anyOf
Removed value: -[
- {
- "enum": [
- "asc",
- "desc"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / order_mode / enum
Added value: +[
+ "asc",
+ "desc"
+]
addedInput schema / properties / order_mode / type
Added value: +"string"
removedInput schema / properties / page / anyOf
Removed value: -[
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / page / minimum
Added value: +1
addedInput schema / properties / page / type
Added value: +"integer"
removedInput schema / properties / page_size / anyOf
Removed value: -[
- {
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / page_size / maximum
Added value: +500
addedInput schema / properties / page_size / minimum
Added value: +1
addedInput schema / properties / page_size / type
Added value: +"integer"
removedInput schema / properties / project_ids / anyOf
Removed value: -[
- {
- "items": {
- "type": "integer"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / project_ids / items
Added value: +{
+ "type": "integer"
+}
addedInput schema / properties / project_ids / type
Added value: +"array"
removedInput schema / properties / search_term / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / search_term / type
Added value: +"string"
removedInput schema / properties / verbose / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / verbose / type
Added value: +"boolean"