Yash-cor commented on issue #31368:
URL:
https://github.com/apache/shardingsphere/issues/31368#issuecomment-2428306224
If we are giving input to our ANTLR function like SELECT
JSON_SCHEMA_VALIDATION_REPORT(
'{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"name": {"type": "string"},
"age": {"type": "integer"},
"email": {"type": "string"}
},
"required": ["name", "age"]
}',
'{
"name": "Alice",
"age": 25,
"email": "[email protected]"
}'
);
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]