removedInput schema / properties / description / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / description / type
Added value: +"string"
removedInput schema / properties / details / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / details / type
Added value: +"string"
removedInput schema / properties / domains / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / domains / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / domains / type
Added value: +"array"
removedInput schema / properties / industry / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / industry / type
Added value: +"string"
removedInput schema / properties / kind / anyOf
Removed value: -[
- {
- "enum": [
- "company",
- "group"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / kind / enum
Added value: +[
+ "company",
+ "group"
+]
addedInput schema / properties / kind / type
Added value: +"string"
removedInput schema / properties / note / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / note / type
Added value: +"string"
removedInput schema / properties / permission / anyOf
Removed value: -[
- {
- "enum": [
- "own",
- "all"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / permission / enum
Added value: +[
+ "own",
+ "all"
+]
addedInput schema / properties / permission / type
Added value: +"string"
removedInput schema / properties / website / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / website / type
Added value: +"string"
changedInput schema / required
Previous value: -[
- "name",
- "description",
- "details",
- "industry",
- "website",
- "permission",
- "kind",
- "note",
- "domains"
-]New value: +[
+ "name"
+]