19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"task": "M12-06F",
|
|
"operation": "GLB_IMPORT_NEGATIVE_CASES",
|
|
"budget": {
|
|
"maxBytes": 524288,
|
|
"maxJsonBytes": 262144,
|
|
"maxBufferViews": 4096,
|
|
"maxAccessors": 8192
|
|
},
|
|
"cases": [
|
|
{ "id": "sparse", "code": "GLB_SPARSE_ACCESSOR_UNSUPPORTED" },
|
|
{ "id": "extension", "code": "GLB_EXTENSION_UNSUPPORTED" },
|
|
{ "id": "external-uri", "code": "GLB_EXTERNAL_URI_BLOCKED" },
|
|
{ "id": "over-budget", "code": "GLB_IMPORT_BUDGET_EXCEEDED" }
|
|
],
|
|
"nextTask": "M12-06G"
|
|
}
|