def check_field()

in tools/genconfig/genconfig.py [0:0]


def check_field(props, field):
  if field not in props:
    raise Exception(''.join(['Resource properties missing field "',
                             field, '": ',
                             yaml.dump(props, default_flow_style=False)]))