We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991c656 commit 44b979dCopy full SHA for 44b979d
specification/loader/api_layer.adoc
@@ -415,12 +415,8 @@ only requirement is that the filename extension is ".json".
415
"extension_version": "1"
416
}
417
],
418
- "enable_environment": {
419
- "ENABLE_XR_API_LAYER_TEST_1": ""
420
- }
421
- "disable_environment": {
422
- "DISABLE_XR_API_LAYER_TEST_1": ""
423
+ "enable_environment": "ENABLE_XR_API_LAYER_TEST_1",
+ "disable_environment": "DISABLE_XR_API_LAYER_TEST_1"
424
425
426
----
0 commit comments