New issue
Advanced search Search tips

Issue 821056 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

How to deal with dictionary validation in yaml

Project Member Reported by sjg@chromium.org, Mar 12 2018

Issue description

Model names (and perhaps one day touch nodes) are done as a list in yaml because we cannot validate the names used for dictionary nodes. We should consider adding this feature, as it will likely come up in various places. The current work-around is to use a list with a separate 'name' property) instead of a dict. A custom validator is then needed to ensure that the name is unique, etc.
 
Components: -Infra>Client>Chrome
mentioned offline: I'm not sure what the right component for these issues is, but it's not I>C>C.
Status: Fixed (was: Untriaged)

Sign in to add a comment