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",
- "firstName",
- "lastName",
- "title",
- "email",
- "isAdmin",
- "type",
- "userCost",
- "userRate",
- "company",
- "jobRoles",
- "skills",
- "workingHour",
- "lengthOfDay",
- "deleted",
- "createdBy",
- "createdAt",
- "updatedBy",
- "updatedAt"
- ],
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / fields / items
Added value: +{
+ "enum": [
+ "id",
+ "firstName",
+ "lastName",
+ "title",
+ "email",
+ "isAdmin",
+ "type",
+ "userCost",
+ "userRate",
+ "company",
+ "jobRoles",
+ "skills",
+ "workingHour",
+ "lengthOfDay",
+ "deleted",
+ "createdBy",
+ "createdAt",
+ "updatedBy",
+ "updatedAt"
+ ],
+ "type": "string"
+}
addedInput schema / properties / fields / type
Added value: +"array"
removedInput schema / properties / order_by / anyOf
Removed value: -[
- {
- "enum": [
- "name",
- "namecaseinsensitive",
- "company",
- "id"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / order_by / enum
Added value: +[
+ "name",
+ "namecaseinsensitive",
+ "company",
+ "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_id / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / project_id / type
Added value: +"integer"
removedInput schema / properties / search_term / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / search_term / type
Added value: +"string"
removedInput schema / properties / type / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / type / type
Added value: +"string"
removedInput schema / properties / verbose / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / verbose / type
Added value: +"boolean"