We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the current ipc schema inside the gateway causes the following complaints
2021-09-28 18:19:07.930 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:07.937 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:07.946 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.026 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.114 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.122 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.128 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.181 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.186 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.192 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.239 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.243 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes) 2021-09-28 18:19:08.249 ERROR : wot-adapter: strict mode: missing type "object" for keyword "properties" at "https://raw.githubusercontent.com/WebThingsIO/gateway-addon-ipc-schema/master/messages/definitions.json#/allOf/1" (strictTypes)
Even if the message is not helping a lot I think the problem has to be found here:
gateway-addon-ipc-schema/messages/definitions.json
Lines 572 to 606 in 7cc08ec
Notice how the second schema does not have type property defined
type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the current ipc schema inside the gateway causes the following complaints
Even if the message is not helping a lot I think the problem has to be found here:
gateway-addon-ipc-schema/messages/definitions.json
Lines 572 to 606 in 7cc08ec
Notice how the second schema does not have
type
property definedThe text was updated successfully, but these errors were encountered: