Skip to content

Commit 338ccc7

Browse files
authored
Add a new API version for a property disableDetectScaleUnits (#20889)
* Copy files from previous version * Add a new API version for a property disableDetectScaleUnits
1 parent 812592d commit 338ccc7

File tree

5 files changed

+936
-0
lines changed

5 files changed

+936
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
{
2+
"parameters": {
3+
"accountId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
4+
"jobId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
5+
"api-version": "0.3-preview.2",
6+
"x-mrc-cv": "dKEFmka2kkSlDmp/af+sOw",
7+
"body": {
8+
"assetFileType": "string",
9+
"inputAssetUri": "https://example.uri",
10+
"ingestionConfiguration": {
11+
"dimensions": {
12+
"x": 0,
13+
"y": 0,
14+
"z": 0
15+
},
16+
"boundingBoxCenter": {
17+
"x": 0,
18+
"y": 0,
19+
"z": 0
20+
},
21+
"gravity": {
22+
"x": 0,
23+
"y": 0,
24+
"z": 0
25+
},
26+
"keyFrameIndexes": [
27+
0
28+
],
29+
"gtTrajectory": [
30+
{
31+
"rotation": {
32+
"x": 0,
33+
"y": 0,
34+
"z": 0,
35+
"w": 0
36+
},
37+
"translation": {
38+
"x": 0,
39+
"y": 0,
40+
"z": 0
41+
}
42+
}
43+
],
44+
"principalAxis": {
45+
"x": 0,
46+
"y": 0,
47+
"z": 0,
48+
"w": 0
49+
},
50+
"scale": 0,
51+
"disableDetectScaleUnits": false,
52+
"supportingPlane": {
53+
"x": 0,
54+
"y": 0,
55+
"z": 0,
56+
"w": 0
57+
},
58+
"testTrajectory": [
59+
{
60+
"rotation": {
61+
"x": 0,
62+
"y": 0,
63+
"z": 0,
64+
"w": 0
65+
},
66+
"translation": {
67+
"x": 0,
68+
"y": 0,
69+
"z": 0
70+
}
71+
}
72+
]
73+
}
74+
}
75+
},
76+
"responses": {
77+
"201": {
78+
"headers": {
79+
"ms-cv": "dKEFmka2kkSlDmp/af+sOw"
80+
},
81+
"body": {
82+
"clientErrorDetails": "string",
83+
"serverErrorDetails": "string",
84+
"jobId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
85+
"outputModelUri": "https://example.uri",
86+
"jobStatus": "NotStarted",
87+
"assetFileType": "string",
88+
"inputAssetUri": "https://example.uri",
89+
"accountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
90+
"ingestionConfiguration": {
91+
"dimensions": {
92+
"x": 0,
93+
"y": 0,
94+
"z": 0
95+
},
96+
"boundingBoxCenter": {
97+
"x": 0,
98+
"y": 0,
99+
"z": 0
100+
},
101+
"gravity": {
102+
"x": 0,
103+
"y": 0,
104+
"z": 0
105+
},
106+
"keyFrameIndexes": [
107+
0
108+
],
109+
"gtTrajectory": [
110+
{
111+
"rotation": {
112+
"x": 0,
113+
"y": 0,
114+
"z": 0,
115+
"w": 0,
116+
"isIdentity": true
117+
},
118+
"translation": {
119+
"x": 0,
120+
"y": 0,
121+
"z": 0
122+
}
123+
}
124+
],
125+
"principalAxis": {
126+
"x": 0,
127+
"y": 0,
128+
"z": 0,
129+
"w": 0,
130+
"isIdentity": true
131+
},
132+
"scale": 0,
133+
"disableDetectScaleUnits": false,
134+
"supportingPlane": {
135+
"x": 0,
136+
"y": 0,
137+
"z": 0,
138+
"w": 0
139+
},
140+
"testTrajectory": [
141+
{
142+
"rotation": {
143+
"x": 0,
144+
"y": 0,
145+
"z": 0,
146+
"w": 0,
147+
"isIdentity": true
148+
},
149+
"translation": {
150+
"x": 0,
151+
"y": 0,
152+
"z": 0
153+
}
154+
}
155+
]
156+
},
157+
"scaledAssetDimensions": {
158+
"x": 0,
159+
"y": 0,
160+
"z": 0
161+
}
162+
}
163+
}
164+
}
165+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"parameters": {
3+
"accountId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
4+
"jobId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
5+
"api-version": "0.3-preview.2",
6+
"x-mrc-cv": "dKEFmka2kkSlDmp/af+sOw"
7+
},
8+
"responses": {
9+
"200": {
10+
"headers": {
11+
"ms-cv": "dKEFmka2kkSlDmp/af+sOw"
12+
},
13+
"body": {
14+
"clientErrorDetails": "string",
15+
"serverErrorDetails": "string",
16+
"errorCode": "NO_ERROR",
17+
"jobId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
18+
"outputModelUri": "https://example.uri",
19+
"jobStatus": "NotStarted",
20+
"assetFileType": "string",
21+
"inputAssetUri": "https://example.uri",
22+
"accountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
23+
"ingestionConfiguration": {
24+
"dimensions": {
25+
"x": 0,
26+
"y": 0,
27+
"z": 0
28+
},
29+
"boundingBoxCenter": {
30+
"x": 0,
31+
"y": 0,
32+
"z": 0
33+
},
34+
"gravity": {
35+
"x": 0,
36+
"y": 0,
37+
"z": 0
38+
},
39+
"keyFrameIndexes": [
40+
0
41+
],
42+
"gtTrajectory": [
43+
{
44+
"rotation": {
45+
"x": 0,
46+
"y": 0,
47+
"z": 0,
48+
"w": 0,
49+
"isIdentity": true
50+
},
51+
"translation": {
52+
"x": 0,
53+
"y": 0,
54+
"z": 0
55+
}
56+
}
57+
],
58+
"principalAxis": {
59+
"x": 0,
60+
"y": 0,
61+
"z": 0,
62+
"w": 0,
63+
"isIdentity": true
64+
},
65+
"scale": 0,
66+
"disableDetectScaleUnits": false,
67+
"supportingPlane": {
68+
"x": 0,
69+
"y": 0,
70+
"z": 0,
71+
"w": 0
72+
},
73+
"testTrajectory": [
74+
{
75+
"rotation": {
76+
"x": 0,
77+
"y": 0,
78+
"z": 0,
79+
"w": 0,
80+
"isIdentity": true
81+
},
82+
"translation": {
83+
"x": 0,
84+
"y": 0,
85+
"z": 0
86+
}
87+
}
88+
]
89+
},
90+
"scaledAssetDimensions": {
91+
"x": 0,
92+
"y": 0,
93+
"z": 0
94+
}
95+
}
96+
}
97+
}
98+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"accountId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
4+
"api-version": "0.3-preview.2",
5+
"x-mrc-cv": "dKEFmka2kkSlDmp/af+sOw"
6+
},
7+
"responses": {
8+
"200": {
9+
"headers": {
10+
"ms-cv": "dKEFmka2kkSlDmp/af+sOw"
11+
},
12+
"body": {
13+
"inputAssetUri": "https://example.uri"
14+
}
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)