-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSAMPLE_COMPANY_TEMPLATE.json
More file actions
54 lines (54 loc) · 1.2 KB
/
SAMPLE_COMPANY_TEMPLATE.json
File metadata and controls
54 lines (54 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Example",
"url": "https://example.com/",
"at": "support",
"building": "building what in ≤5 words",
"products": [
{
"name": "Product #1",
"url": "https://example.com/product1"
},
{
"name": "Product #2",
"url": "https://example.com/product2"
},
{
"name": "Product #3",
"url": "https://example.com/product3"
}
],
"socials": [
"https://github.com/username",
"https://gitlab.com/username",
"https://twitter.com/username"
],
"offices": [
"look in data/locations.json for ids"
],
"headcount": 123,
"founded": 2023,
"jobs": [
{
"position": "look in data/positions.json for id",
"level": "any || junior || senior",
"type": "full-time || part-time || contract || freelance",
"salary": {
"amount": [
100000,
200000
],
"range": "yearly || monthly || hourly",
"currency": "usd || eur"
},
"equity": [
0.1,
0.2
],
"tech": [
"look in data/tech.json for ids"
],
"url": "https://example.com/apply-for-software-engineer-position-here"
}
],
"updated": "2023-05-16T13:34:38.573Z"
}