schemas: legacy: remove unused 'BindPresence'
Change-Id: I394f9a3aaaf779aed49e7502bab87db01a6697ff
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/schemas/legacy.json b/schemas/legacy.json
index 4722b4b..4c7bc38 100644
--- a/schemas/legacy.json
+++ b/schemas/legacy.json
@@ -20,9 +20,6 @@
"BindConnector": {
"$ref": "#/$defs/Types/BindConnector"
},
- "BindPresence": {
- "$ref": "#/$defs/Types/BindPresence"
- },
"BridgeGpio": {
"$ref": "#/$defs/Types/BridgeGpio"
},
@@ -979,9 +976,6 @@
"BindConnector": {
"type": "string"
},
- "BindPresence": {
- "type": "string"
- },
"BridgeGpio": {
"type": ["number", "array"]
},