Skip to content

Commit f5a5909

Browse files
committed
run format
1 parent 2f40be2 commit f5a5909

File tree

11 files changed

+1459
-1885
lines changed

11 files changed

+1459
-1885
lines changed
Lines changed: 83 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,88 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"type": "object",
4-
"properties": {
5-
"company": {
6-
"title": "company",
7-
"type": "object",
8-
"properties": {
9-
"name": {
10-
"type": "string"
11-
},
12-
"founder": {
13-
"type": "string"
14-
},
15-
"founded": {
16-
"type": "number"
17-
},
18-
"employees": {
19-
"type": "number"
20-
},
21-
"vehicles": {
22-
"type": "number"
23-
},
24-
"launch_sites": {
25-
"type": "number"
26-
},
27-
"test_sites": {
28-
"type": "number"
29-
},
30-
"ceo": {
31-
"type": "string"
32-
},
33-
"cto": {
34-
"type": "string"
35-
},
36-
"coo": {
37-
"type": "string"
38-
},
39-
"cto_propulsion": {
40-
"type": "string"
41-
},
42-
"valuation": {
43-
"type": "number"
44-
},
45-
"headquarters": {
46-
"title": "headquarters",
47-
"type": "object",
48-
"properties": {
49-
"address": {
50-
"type": "string"
51-
},
52-
"city": {
53-
"type": "string"
54-
},
55-
"state": {
56-
"type": "string"
57-
}
58-
}
59-
},
60-
"links": {
61-
"title": "links",
62-
"type": "object",
63-
"properties": {
64-
"website": {
65-
"type": "string"
66-
},
67-
"flickr": {
68-
"type": "string"
69-
},
70-
"twitter": {
71-
"type": "string"
72-
},
73-
"elon_twitter": {
74-
"type": "string"
75-
}
76-
}
77-
},
78-
"summary": {
79-
"type": "string"
80-
}
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"type": "object",
4+
"properties": {
5+
"company": {
6+
"title": "company",
7+
"type": "object",
8+
"properties": {
9+
"name": {
10+
"type": "string"
11+
},
12+
"founder": {
13+
"type": "string"
14+
},
15+
"founded": {
16+
"type": "number"
17+
},
18+
"employees": {
19+
"type": "number"
20+
},
21+
"vehicles": {
22+
"type": "number"
23+
},
24+
"launch_sites": {
25+
"type": "number"
26+
},
27+
"test_sites": {
28+
"type": "number"
29+
},
30+
"ceo": {
31+
"type": "string"
32+
},
33+
"cto": {
34+
"type": "string"
35+
},
36+
"coo": {
37+
"type": "string"
38+
},
39+
"cto_propulsion": {
40+
"type": "string"
41+
},
42+
"valuation": {
43+
"type": "number"
44+
},
45+
"headquarters": {
46+
"title": "headquarters",
47+
"type": "object",
48+
"properties": {
49+
"address": {
50+
"type": "string"
51+
},
52+
"city": {
53+
"type": "string"
54+
},
55+
"state": {
56+
"type": "string"
57+
}
58+
}
59+
},
60+
"links": {
61+
"title": "links",
62+
"type": "object",
63+
"properties": {
64+
"website": {
65+
"type": "string"
66+
},
67+
"flickr": {
68+
"type": "string"
69+
},
70+
"twitter": {
71+
"type": "string"
72+
},
73+
"elon_twitter": {
74+
"type": "string"
8175
}
76+
}
8277
},
83-
"id": {
84-
"type": "string",
85-
"pattern": "^[0-9a-fA-F]{24}$"
78+
"summary": {
79+
"type": "string"
8680
}
81+
}
82+
},
83+
"id": {
84+
"type": "string",
85+
"pattern": "^[0-9a-fA-F]{24}$"
8786
}
88-
}
87+
}
88+
}
Lines changed: 61 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,65 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"type": "object",
4-
"properties": {
5-
"cores": {
6-
"title": "cores",
7-
"type": "object",
8-
"properties": {
9-
"serial": {
10-
"type": "string"
11-
},
12-
"block": {
13-
"type": [
14-
"number",
15-
"null"
16-
],
17-
"default": null
18-
},
19-
"status": {
20-
"type": "string",
21-
"enum": [
22-
"active",
23-
"inactive",
24-
"unknown",
25-
"expended",
26-
"lost",
27-
"retired"
28-
]
29-
},
30-
"reuse_count": {
31-
"type": "number",
32-
"default": 0
33-
},
34-
"rtls_attempts": {
35-
"type": "number",
36-
"default": 0
37-
},
38-
"rtls_landings": {
39-
"type": "number",
40-
"default": 0
41-
},
42-
"asds_attempts": {
43-
"type": "number",
44-
"default": 0
45-
},
46-
"asds_landings": {
47-
"type": "number",
48-
"default": 0
49-
},
50-
"last_update": {
51-
"type": [
52-
"string",
53-
"null"
54-
],
55-
"default": null
56-
},
57-
"launches": {
58-
"type": "array",
59-
"items": {
60-
"type": "string"
61-
}
62-
}
63-
},
64-
"required": [
65-
"serial",
66-
"status"
67-
]
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"type": "object",
4+
"properties": {
5+
"cores": {
6+
"title": "cores",
7+
"type": "object",
8+
"properties": {
9+
"serial": {
10+
"type": "string"
6811
},
69-
"id": {
70-
"type": "string",
71-
"pattern": "^[0-9a-fA-F]{24}$"
12+
"block": {
13+
"type": ["number", "null"],
14+
"default": null
15+
},
16+
"status": {
17+
"type": "string",
18+
"enum": [
19+
"active",
20+
"inactive",
21+
"unknown",
22+
"expended",
23+
"lost",
24+
"retired"
25+
]
26+
},
27+
"reuse_count": {
28+
"type": "number",
29+
"default": 0
30+
},
31+
"rtls_attempts": {
32+
"type": "number",
33+
"default": 0
34+
},
35+
"rtls_landings": {
36+
"type": "number",
37+
"default": 0
38+
},
39+
"asds_attempts": {
40+
"type": "number",
41+
"default": 0
42+
},
43+
"asds_landings": {
44+
"type": "number",
45+
"default": 0
46+
},
47+
"last_update": {
48+
"type": ["string", "null"],
49+
"default": null
50+
},
51+
"launches": {
52+
"type": "array",
53+
"items": {
54+
"type": "string"
55+
}
7256
}
57+
},
58+
"required": ["serial", "status"]
59+
},
60+
"id": {
61+
"type": "string",
62+
"pattern": "^[0-9a-fA-F]{24}$"
7363
}
74-
}
64+
}
65+
}

airbyte-integrations/connectors/source-spacex-api/source_spacex_api/schemas/crew.json

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,23 @@
77
"type": "object",
88
"properties": {
99
"name": {
10-
"type": [
11-
"string",
12-
"null"
13-
],
10+
"type": ["string", "null"],
1411
"default": null
1512
},
1613
"status": {
1714
"type": "string",
18-
"enum": [
19-
"active",
20-
"inactive",
21-
"retired",
22-
"unknown"
23-
]
15+
"enum": ["active", "inactive", "retired", "unknown"]
2416
},
2517
"agency": {
26-
"type": [
27-
"string",
28-
"null"
29-
],
18+
"type": ["string", "null"],
3019
"default": null
3120
},
3221
"image": {
33-
"type": [
34-
"string",
35-
"null"
36-
],
22+
"type": ["string", "null"],
3723
"default": null
3824
},
3925
"wikipedia": {
40-
"type": [
41-
"string",
42-
"null"
43-
],
26+
"type": ["string", "null"],
4427
"default": null
4528
},
4629
"launches": {
@@ -50,13 +33,11 @@
5033
}
5134
}
5235
},
53-
"required": [
54-
"status"
55-
]
36+
"required": ["status"]
5637
},
5738
"id": {
5839
"type": "string",
5940
"pattern": "^[0-9a-fA-F]{24}$"
6041
}
6142
}
62-
}
43+
}

0 commit comments

Comments
 (0)