Skip to content

Commit 00a749d

Browse files
committed
Remove unnecessary location field from model spec
1 parent d695b95 commit 00a749d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/intercom/Service/config/intercom_v3_company.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,59 +30,45 @@
3030
"location": "json",
3131
"properties": {
3232
"app_id": {
33-
"location": "json",
3433
"type": "string"
3534
},
3635
"created_at": {
37-
"location": "json",
3836
"type": "integer"
3937
},
4038
"custom_data": {
41-
"location": "json",
4239
"type": "object"
4340
},
4441
"id": {
45-
"location": "json",
4642
"type": "string"
4743
},
4844
"last_request_at": {
49-
"location": "json",
5045
"type": "integer"
5146
},
5247
"monthly_spend": {
53-
"location": "json",
5448
"type": "string"
5549
},
5650
"name": {
57-
"location": "json",
5851
"type": "string"
5952
},
6053
"plan_id": {
61-
"location": "json",
6254
"type": "integer"
6355
},
6456
"remote_company_id": {
65-
"location": "json",
6657
"type": "string"
6758
},
6859
"remote_created_at": {
69-
"location": "json",
7060
"type": "integer"
7161
},
7262
"session_count": {
73-
"location": "json",
7463
"type": "integer"
7564
},
7665
"tag_ids": {
77-
"location": "json",
7866
"type": "string"
7967
},
8068
"updated_at": {
81-
"location": "json",
8269
"type": "integer"
8370
},
8471
"user_count": {
85-
"location": "json",
8672
"type": "integer"
8773
}
8874
}

0 commit comments

Comments
 (0)