88 name : MIT
99 url : https://choosealicense.com/licenses/mit
1010 title : Croct Export
11- version : 0.7.0
11+ version : 0.7.1
1212servers :
1313- description : Production endpoint
1414 url : https://api.croct.io/export
@@ -1868,7 +1868,7 @@ components:
18681868 postalCode : postalCode
18691869 region : region
18701870 lastModifiedTime : 6
1871- gender : gender
1871+ gender : UNKNOWN
18721872 jobTitle : jobTitle
18731873 alternatePhone : alternatePhone
18741874 avatar : avatar
@@ -1878,9 +1878,13 @@ components:
18781878 firstName : firstName
18791879 externalUserId : externalUserId
18801880 phone : phone
1881- activities : activities
1881+ activities :
1882+ - activities
1883+ - activities
18821884 company : company
1883- interests : interests
1885+ interests :
1886+ - interests
1887+ - interests
18841888 email : email
18851889 customAttributes :
18861890 key : " "
@@ -1912,8 +1916,8 @@ components:
19121916 nullable : true
19131917 type : integer
19141918 gender :
1919+ default : UNKNOWN
19151920 description : The gender attribute.
1916- nullable : true
19171921 type : string
19181922 email :
19191923 description : The email attribute.
@@ -1950,13 +1954,17 @@ components:
19501954 nullable : true
19511955 type : string
19521956 activities :
1957+ default : []
19531958 description : The activities attribute.
1954- nullable : true
1955- type : string
1959+ items :
1960+ type : string
1961+ type : array
19561962 interests :
1963+ default : []
19571964 description : The interests attribute.
1958- nullable : true
1959- type : string
1965+ items :
1966+ type : string
1967+ type : array
19601968 customAttributes :
19611969 additionalProperties : {}
19621970 description : The custom attributes.
@@ -1983,7 +1991,7 @@ components:
19831991 postalCode : postalCode
19841992 region : region
19851993 lastModifiedTime : 6
1986- gender : gender
1994+ gender : UNKNOWN
19871995 jobTitle : jobTitle
19881996 alternatePhone : alternatePhone
19891997 avatar : avatar
@@ -1993,9 +2001,13 @@ components:
19932001 firstName : firstName
19942002 externalUserId : externalUserId
19952003 phone : phone
1996- activities : activities
2004+ activities :
2005+ - activities
2006+ - activities
19972007 company : company
1998- interests : interests
2008+ interests :
2009+ - interests
2010+ - interests
19992011 email : email
20002012 customAttributes :
20012013 key : " "
@@ -2012,7 +2024,7 @@ components:
20122024 postalCode : postalCode
20132025 region : region
20142026 lastModifiedTime : 6
2015- gender : gender
2027+ gender : UNKNOWN
20162028 jobTitle : jobTitle
20172029 alternatePhone : alternatePhone
20182030 avatar : avatar
@@ -2022,9 +2034,13 @@ components:
20222034 firstName : firstName
20232035 externalUserId : externalUserId
20242036 phone : phone
2025- activities : activities
2037+ activities :
2038+ - activities
2039+ - activities
20262040 company : company
2027- interests : interests
2041+ interests :
2042+ - interests
2043+ - interests
20282044 email : email
20292045 customAttributes :
20302046 key : " "
0 commit comments