You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Json schema draft-03 is given instead of draft-04 in validation_schemas/alexa_smart_home_message_schema.json in this link - https://github.com/alexa-samples/alexa-smarthome/wiki/Validation-Schemas
#202
Open
ashishagarwal7 opened this issue
Jun 20, 2024
· 1 comment
For validation of request and response json schema draft-04 is required as per link 1.
But when matching the schema using link 2 with draft-04 as reference, is showing error however matching with draft-03 as reference, it is showing : No errors found. JSON validates against the schema.
The text was updated successfully, but these errors were encountered:
ashishagarwal7
changed the title
Json schema draft 3 is given instead of draft 4 in this link - https://github.com/alexa-samples/alexa-smarthome/wiki/Validation-Schemas
Json schema draft-03 is given instead of draft-04 in validation_schemas/alexa_smart_home_message_schema.json in this link - https://github.com/alexa-samples/alexa-smarthome/wiki/Validation-Schemas
Jun 20, 2024
For validation of request and response json schema draft-04 is required as per link 1.
But when matching the schema using link 2 with draft-04 as reference, is showing error however matching with draft-03 as reference, it is showing : No errors found. JSON validates against the schema.
please check which can we use in validation.
link 1: https://github.com/alexa-samples/alexa-smarthome/wiki/Validation-Schemas
link 2: https://www.jsonschemavalidator.net/
The text was updated successfully, but these errors were encountered: