My route configuration provides two options: template and option. I would like to validate that user's configuration must only provide one option, not both, but I don't know how to do this:
routes:
hello:
title: Hello world
template: %my_module/templates/hello.html.twig
hello/%name:
title: Hello again
content: 'Hello {{name}}!'
By default ArrayNode does not provide this features, but we can extend the feature.
Then, we can use new definition as follow: