Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix constraint type checks for command responses.
For a command response, the YAML parser was ending up with the wrong type definition (the one for the whole command response, not the one for the one field) when a type-dependent constraint was used on a field of the response. This led to issues when a type-dependent constraint (like "contains") was used with a list of structs: the field names for the structs were not found, since the object used for lookup had field names for the command itself, not for the field in question. Fixes #30204
- Loading branch information