Skip to content

Commit eca16f5

Browse files
Update api spec (#96)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fffb348 commit eca16f5

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

spec.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6080,27 +6080,6 @@
60806080
"FileExportFormat": {
60816081
"description": "The valid types of output file formats.",
60826082
"oneOf": [
6083-
{
6084-
"description": "The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>",
6085-
"enum": [
6086-
"dae"
6087-
],
6088-
"type": "string"
6089-
},
6090-
{
6091-
"description": "The FBX file format. <https://en.wikipedia.org/wiki/FBX>",
6092-
"enum": [
6093-
"fbx"
6094-
],
6095-
"type": "string"
6096-
},
6097-
{
6098-
"description": "The FBX file format (in binary). <https://en.wikipedia.org/wiki/FBX>",
6099-
"enum": [
6100-
"fbxb"
6101-
],
6102-
"type": "string"
6103-
},
61046083
{
61056084
"description": "glTF 2.0. We refer to this as glTF since that is how our customers refer to it, although by default it will be in binary format and thus technically (glb).",
61066085
"enum": [
@@ -6141,20 +6120,6 @@
61416120
"FileImportFormat": {
61426121
"description": "The valid types of source file formats.",
61436122
"oneOf": [
6144-
{
6145-
"description": "The COLLADA/DAE file format. <https://en.wikipedia.org/wiki/COLLADA>",
6146-
"enum": [
6147-
"dae"
6148-
],
6149-
"type": "string"
6150-
},
6151-
{
6152-
"description": "The FBX file format. <https://en.wikipedia.org/wiki/FBX>",
6153-
"enum": [
6154-
"fbx"
6155-
],
6156-
"type": "string"
6157-
},
61586123
{
61596124
"description": "glTF 2.0.",
61606125
"enum": [

types.go

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)