The open source OpenXR runtime

a/bindings: Add curl, slide, proximity to schema

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194>

authored by

Christoph Haag and committed by
Marge Bot
cfd3a709 9eaa4d49

+37 -1
+37 -1
src/xrt/auxiliary/bindings/bindings.schema.json
··· 35 35 "haptic", 36 36 "force", 37 37 "pose", 38 - "ready_ext" 38 + "ready_ext", 39 + "curl", 40 + "curl_fb", 41 + "curl_meta", 42 + "slide", 43 + "slide_fb", 44 + "slide_meta", 45 + "proximity", 46 + "proximity_fb", 47 + "proximity_meta" 39 48 ] 40 49 }, 41 50 "subActionPathName": { ··· 98 107 "$ref": "#/definitions/monadoBindingDefine" 99 108 }, 100 109 "ready_ext": { 110 + "$ref": "#/definitions/monadoBindingDefine" 111 + }, 112 + "curl": { 113 + "$ref": "#/definitions/monadoBindingDefine" 114 + }, 115 + "curl_fb": { 116 + "$ref": "#/definitions/monadoBindingDefine" 117 + }, 118 + "curl_meta": { 119 + "$ref": "#/definitions/monadoBindingDefine" 120 + }, 121 + "slide": { 122 + "$ref": "#/definitions/monadoBindingDefine" 123 + }, 124 + "slide_fb": { 125 + "$ref": "#/definitions/monadoBindingDefine" 126 + }, 127 + "slide_meta": { 128 + "$ref": "#/definitions/monadoBindingDefine" 129 + }, 130 + "proximity": { 131 + "$ref": "#/definitions/monadoBindingDefine" 132 + }, 133 + "proximity_fb": { 134 + "$ref": "#/definitions/monadoBindingDefine" 135 + }, 136 + "proximity_meta": { 101 137 "$ref": "#/definitions/monadoBindingDefine" 102 138 } 103 139 }