addedOutput schema / properties / companies / items / properties / address
Added value: +{
+ "anyOf": [
+ {
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "country": {
+ "type": "string"
+ },
+ "county": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ },
+ "street1": {
+ "type": "string"
+ },
+ "street2": {
+ "type": "string"
+ },
+ "zipCode": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / companies / items / properties / aliases
Added value: +{
+ "items": {
+ "description": "Human-readable name (1-255 Unicode chars).",
+ "properties": {
+ "value": {
+ "maxLength": 255,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / companies / items / properties / createdAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / companies / items / properties / createdAt / format
Removed value: -"date-time"
removedOutput schema / properties / companies / items / properties / createdAt / type
Removed value: -"string"
addedOutput schema / properties / companies / items / properties / ein
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / companies / items / properties / formedOn
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / companies / items / properties / id / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / companies / items / properties / id / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / companies / items / properties / id / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / companies / items / properties / id / type
Removed value: -"object"
addedOutput schema / properties / companies / items / properties / name / anyOf
Added value: +[
+ {
+ "description": "Human-readable name (1-255 Unicode chars).",
+ "properties": {
+ "value": {
+ "maxLength": 255,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / companies / items / properties / name / description
Removed value: -"Human-readable name (1-255 Unicode chars)."
removedOutput schema / properties / companies / items / properties / name / properties
Removed value: -{
- "value": {
- "maxLength": 255,
- "minLength": 1,
- "type": "string"
- }
-}
removedOutput schema / properties / companies / items / properties / name / type
Removed value: -"object"
addedOutput schema / properties / companies / items / properties / source
Added value: +{
+ "enum": [
+ "COMPANY_SOURCE_UNSPECIFIED",
+ "COMPANY_SOURCE_LOVIE_FORMATION",
+ "COMPANY_SOURCE_USER_CREATED",
+ "COMPANY_SOURCE_IMPORTED"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / companies / items / properties / stateOfFormation
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / companies / items / properties / updatedAt / anyOf
Added value: +[
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / companies / items / properties / updatedAt / format
Removed value: -"date-time"
removedOutput schema / properties / companies / items / properties / updatedAt / type
Removed value: -"string"
addedOutput schema / properties / companies / items / properties / userId / anyOf
Added value: +[
+ {
+ "description": "UUID value wrapper.",
+ "properties": {
+ "value": {
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / companies / items / properties / userId / description
Removed value: -"UUID value wrapper."
removedOutput schema / properties / companies / items / properties / userId / properties
Removed value: -{
- "value": {
- "format": "uuid",
- "type": "string"
- }
-}
removedOutput schema / properties / companies / items / properties / userId / type
Removed value: -"object"