Andrew Tatomyr
Andrew Tatomyr
@adamaltman we have tests for the [no-example-value-and-externalValue](https://redocly.com/docs/cli/rules/no-example-value-and-externalvalue/#no-example-value-and-externalvalue) rule, however we are not resolving `externalValue`s at the moment.
@jeremyfiel do you mean the highlighted file is being referenced by `externalValue` field? We do not resolve such links yet. Could it by any chance be referenced by `$ref` from...
@jeremyfiel sure, feel free to ping me: [email protected]
Thanks for summing it up!
Tangentially related: https://github.com/Redocly/redocly-cli/issues/1209
I wonder if we could deprecate this rule in favour of a custom rule. This will work even better: ```yaml rules: rule/path-exclude: subject: type: Paths assertions: notPattern: \/WRONG ``` @RomanHotsiy,...
Added the docs: https://github.com/Redocly/redocly-cli-cookbook/pull/21.
@amiika yes, this is still to be implemented. Maybe you can try using `additionalProperties` instead? Is there a way to restrict the names of the properties other than using JSON...
See also: https://github.com/Redocly/redocly-cli/issues/1470
A similar [issue](https://redoc-ly.slack.com/archives/C06K0JW0JLW/p1713977395512909?thread_ts=1713977171.376349&cid=C06K0JW0JLW).